Skip to content

build(deps): bump pnpm/setup from 1.0.0 to 2.1.0 in the github-actions group - #67

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-45ec9c34e0
Open

build(deps): bump pnpm/setup from 1.0.0 to 2.1.0 in the github-actions group#67
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-45ec9c34e0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: pnpm/setup.

Updates pnpm/setup from 1.0.0 to 2.1.0

Release notes

Sourced from pnpm/setup's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: pnpm/setup@v2.0.2...v2.1.0

v2.0.2

What's Changed

Full Changelog: pnpm/setup@v2.0.1...v2.0.2

v2.0.1

What's Changed

New Contributors

Full Changelog: pnpm/setup@v2.0.0...v2.0.1

v2.0.0

The action no longer installs pnpm through npm. It downloads pnpm's self-contained release binary for the runner's platform straight from pnpm's GitHub releases, verifies it against the SHA-256 digest GitHub publishes for the asset, and puts it on PATH. No Node.js, no npm, no @pnpm/exe, no self-update round-trip.

That also makes the action immune to broken npm artifacts. pnpm 11.13.0's @pnpm/exe build shipped without its platform binary, which made v1 install a placeholder file that failed later with This: not found and exit code 127. The GitHub release binary for that same version is fine, so v2 installs it correctly. v2 additionally verifies the install by running pnpm --version and comparing it against the requested version, so a bad artifact fails immediately with a clear message instead of surfacing as a confusing error in a later step.

Breaking changes

pnpm v11 or newer is required. v1 could set up pnpm 10 via pnpm self-update; v2 rejects anything below v11 with an explanatory error. The action is built around pnpm's self-contained release binaries and the pnpm runtime command, both of which arrived in v11.

If you need pnpm 10 or older, use pnpm/action-setup instead.

The bin-dest output points somewhere new. It was ~/setup-pnpm/node_modules/.bin/bin; it is now ~/setup-pnpm (the dest directory itself). Workflows that read the output are unaffected — it still names the directory holding pnpm — but anything that hardcoded the old path needs updating.

... (truncated)

Commits
  • 703c526 chore: update dependencies (#42)
  • e02cd34 ci: update dependencies with pnpm/update instead of Dependabot (#41)
  • 0080eca feat: add a require-lockfile input (#23)
  • 3327d57 feat: add working-directory, deprecating package-json-file (#27)
  • 0e9f373 perf: cache pnpm's lockfile verification results (#30)
  • f2f7d5f feat: install multiple runtimes from devEngines.runtime (#32)
  • 1dad155 fix: restore cache before installing runtime (#39)
  • 84cb39b fix: keep the installed runtime authoritative against context-aware shims (#25)
  • ed0c46d feat: install pnpm from the npm registry, verified against npm's signature (#24)
  • 4700d73 README: bump versions (node, actions/setup) (#20)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [pnpm/setup](https://github.com/pnpm/setup).


Updates `pnpm/setup` from 1.0.0 to 2.1.0
- [Release notes](https://github.com/pnpm/setup/releases)
- [Commits](pnpm/setup@5d160c5...703c526)

---
updated-dependencies:
- dependency-name: pnpm/setup
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

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 Sep 2, 2026
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.

0 participants