Skip to content

Bump pnpm/action-setup from 5.0.0 to 6.0.0 - #225

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.0
Open

Bump pnpm/action-setup from 5.0.0 to 6.0.0#225
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/pnpm/action-setup-6.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 16, 2026

Copy link
Copy Markdown
Contributor

Bumps pnpm/action-setup from 5.0.0 to 6.0.0.

Release notes

Sourced from pnpm/action-setup's releases.

v6.0.0

Added support for pnpm v11.

Commits
  • 08c4be7 docs(README): update action-setup version
  • 5798914 chore: update .gitignore
  • ddffd66 fix: remove accidentally committed file
  • b43f991 fix: update pnpm to 11.0.0-rc.0
  • 3852509 README.md: bring versions up-to-date (#222)
  • 6e7bdbd chore: bump bootstrap pnpm to 11.0.0-beta.4-1 and add update script
  • 6b87c46 fix: Windows standalone mode — bypass broken npm shims (#217)
  • 994d756 feat: read pnpm version from devEngines.packageManager (#211)
  • 738f428 docs: upgrade pnpm/action-setup from v4 to v5
  • 62bce64 fix: extract pnpm version from packageManager field instead of returning unde...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/pnpm/action-setup/releases)
- [Commits](pnpm/action-setup@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: pnpm/action-setup
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 16, 2026
@netlify

netlify Bot commented Apr 16, 2026

Copy link
Copy Markdown

Deploy Preview for servicestart ready!

Name Link
🔨 Latest commit cc5caa1
🔍 Latest deploy log https://app.netlify.com/projects/servicestart/deploys/69e2204e5afc250008d013a9
😎 Deploy Preview https://deploy-preview-225--servicestart.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
@greptile-apps

greptile-apps Bot commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Automated Dependabot bump of pnpm/action-setup from v5.0.0 to v6.0.0 across all four GitHub Actions workflow files (ci.yml, cd.yml, generate_migrations.yml, setup_preview.yml), with a corresponding pnpm-lock.yaml regeneration. The v6 release adds support for pnpm v11 and improves Windows standalone mode; no workflow logic is changed.

PR Checklist score: 100/100 — This is a CI/CD dependency-only update; no frontend, backend, or application code is modified, so all relevant checklist items pass automatically.

Confidence Score: 5/5

Safe to merge — automated version bump with no logic changes and a 99/100 Dependabot compatibility score.

All changes are a straightforward Dependabot-generated version pin update (v5.0.0 → v6.0.0) applied consistently across every workflow file. No application code, secrets handling, or workflow logic is touched. The upstream release notes confirm backward compatibility for the existing usage pattern.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/ci.yml Bumps pnpm/action-setup from v5.0.0 to v6.0.0 across 7 job steps — no logic changes.
.github/workflows/cd.yml Bumps pnpm/action-setup from v5.0.0 to v6.0.0 in the deployment workflow — no logic changes.
.github/workflows/generate_migrations.yml Bumps pnpm/action-setup from v5.0.0 to v6.0.0 in the migration generation workflow — no logic changes.
.github/workflows/setup_preview.yml Bumps pnpm/action-setup from v5.0.0 to v6.0.0 in the preview setup workflow — no logic changes.
pnpm-lock.yaml Lockfile regenerated as part of the pnpm/action-setup version bump — standard automated update.

Sequence Diagram

sequenceDiagram
    participant GH as GitHub Actions
    participant Checkout as actions/checkout@v6
    participant PnpmSetup as pnpm/action-setup@v6.0.0
    participant Node as actions/setup-node
    participant Runner as Workflow Runner

    GH->>Checkout: Checkout repository
    Checkout-->>GH: Code available
    GH->>PnpmSetup: Setup pnpm (v6.0.0)
    PnpmSetup-->>GH: pnpm CLI ready (supports pnpm v11)
    GH->>Node: Setup Node.js
    Node-->>GH: Node.js ready
    GH->>Runner: pnpm install
    Runner-->>GH: Dependencies installed
    GH->>Runner: Run CI/CD steps (lint, test, build, deploy)
    Runner-->>GH: Results
Loading

Reviews (2): Last reviewed commit: "Generate new migrations" | Re-trigger Greptile

@dependabot @github

dependabot Bot commented on behalf of github Apr 17, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/github_actions/pnpm/action-setup-6.0.0 branch April 17, 2026 11:56
@renatodellosso
renatodellosso restored the dependabot/github_actions/pnpm/action-setup-6.0.0 branch April 17, 2026 11:57
Co-authored-by: renatodellosso <renatodellosso@users.noreply.github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 23, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of pnpm/action-setup exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant