chore(deps): update pnpm/action-setup action to v6 #151

Open
renovate wants to merge 1 commit from renovate/pnpm-action-setup-6.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
pnpm/action-setup action major v2v6

Release Notes

pnpm/action-setup (pnpm/action-setup)

v6.0.10

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v6...v6.0.10

v6.0.9

Compare Source

What's Changed

Full Changelog: https://github.com/pnpm/action-setup/compare/v6...v6.0.9

v6.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8

v6.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7

v6.0.6

Compare Source

What's Changed

  • fix: bin_dest output points to self-updated pnpm, not bootstrap by @​zkochan in #​249

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.6

v6.0.5

Compare Source

What's Changed

  • fix: append (not prepend) action node dir to PATH for npm bootstrap by @​zkochan in #​241

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.4...v6.0.5

v6.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.4

v6.0.3

Compare Source

Updated pnpm to v11.0.0-rc.5

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.2...v6.0.3

v6.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v6.0.1...v6.0.2

v6.0.1

Compare Source

Update pnpm to v11.0.0-rc.2. pnpm-lock.yaml will not be saved with two documents unless the packageManager is set via devEngines.packageManager. Related issue: #​228

v6.0.0

Compare Source

Added support for pnpm v11.

v6

Compare Source

v5.0.0

Compare Source

Updated the action to use Node.js 24.

v5

Compare Source

v4.4.0

Compare Source

Updated the action to use Node.js 24.

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0

v4.2.0

Compare Source

When there's a .npmrc file at the root of the repository, pnpm will be fetched from the registry that is specified in that .npmrc file #​179

v4.1.0

Compare Source

Add support for package.yaml #​156.

v4.0.0

Compare Source

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings #​122

v4

Compare Source

v3.0.0

Compare Source

The action is updated to run on Node.js v20


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pnpm/action-setup](https://github.com/pnpm/action-setup) | action | major | `v2` → `v6` | --- ### Release Notes <details> <summary>pnpm/action-setup (pnpm/action-setup)</summary> ### [`v6.0.10`](https://github.com/pnpm/action-setup/releases/tag/v6.0.10) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.9...v6.0.10) #### What's Changed - docs(README): point users to the successor pnpm/setup action by [@&#8203;BlackHole1](https://github.com/BlackHole1) in [#&#8203;282](https://github.com/pnpm/action-setup/pull/282) - refactor: introduce restore keys for cache by [@&#8203;SukkaW](https://github.com/SukkaW) in [#&#8203;280](https://github.com/pnpm/action-setup/pull/280) - ci: use pnpm 11 for `pr-check` by [@&#8203;jamietanna](https://github.com/jamietanna) in [#&#8203;284](https://github.com/pnpm/action-setup/pull/284) - fix: update pnpm to v11.19.0 by [@&#8203;jamietanna](https://github.com/jamietanna) in [#&#8203;283](https://github.com/pnpm/action-setup/pull/283) - docs: update README to include devEngines.packageManager by [@&#8203;nemchik](https://github.com/nemchik) in [#&#8203;273](https://github.com/pnpm/action-setup/pull/273) #### New Contributors - [@&#8203;jamietanna](https://github.com/jamietanna) made their first contribution in [#&#8203;284](https://github.com/pnpm/action-setup/pull/284) - [@&#8203;nemchik](https://github.com/nemchik) made their first contribution in [#&#8203;273](https://github.com/pnpm/action-setup/pull/273) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6...v6.0.10> ### [`v6.0.9`](https://github.com/pnpm/action-setup/releases/tag/v6.0.9) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.8...v6.0.9) #### What's Changed - fix: update pnpm to v11.7.0 by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;267](https://github.com/pnpm/action-setup/pull/267) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6...v6.0.9> ### [`v6.0.8`](https://github.com/pnpm/action-setup/releases/tag/v6.0.8) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) #### What's Changed - docs(README): fix `cache_dependency_path` type by [@&#8203;haines](https://github.com/haines) in [#&#8203;257](https://github.com/pnpm/action-setup/pull/257) - fix: drop patchPnpmEnv so standalone+self-update works on Windows by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;258](https://github.com/pnpm/action-setup/pull/258) - fix: update pnpm to 11.1.1 by [@&#8203;mungodewar](https://github.com/mungodewar) in [#&#8203;248](https://github.com/pnpm/action-setup/pull/248) #### New Contributors - [@&#8203;mungodewar](https://github.com/mungodewar) made their first contribution in [#&#8203;248](https://github.com/pnpm/action-setup/pull/248) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8> ### [`v6.0.7`](https://github.com/pnpm/action-setup/releases/tag/v6.0.7) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7) #### What's Changed - fix: honor devEngines.packageManager.onFail=error ([#&#8203;252](https://github.com/pnpm/action-setup/issues/252)) by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;254](https://github.com/pnpm/action-setup/pull/254) - fix: restore inputs from state in post by [@&#8203;haines](https://github.com/haines) in [#&#8203;255](https://github.com/pnpm/action-setup/pull/255) - fix: self-update bootstrap to packageManager-pinned version ([#&#8203;233](https://github.com/pnpm/action-setup/issues/233)) by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;256](https://github.com/pnpm/action-setup/pull/256) #### New Contributors - [@&#8203;haines](https://github.com/haines) made their first contribution in [#&#8203;255](https://github.com/pnpm/action-setup/pull/255) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7> ### [`v6.0.6`](https://github.com/pnpm/action-setup/releases/tag/v6.0.6) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.6) #### What's Changed - fix: bin\_dest output points to self-updated pnpm, not bootstrap by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;249](https://github.com/pnpm/action-setup/pull/249) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.5...v6.0.6> ### [`v6.0.5`](https://github.com/pnpm/action-setup/releases/tag/v6.0.5) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.4...v6.0.5) #### What's Changed - fix: append (not prepend) action node dir to PATH for npm bootstrap by [@&#8203;zkochan](https://github.com/zkochan) in [#&#8203;241](https://github.com/pnpm/action-setup/pull/241) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.4...v6.0.5> ### [`v6.0.4`](https://github.com/pnpm/action-setup/releases/tag/v6.0.4) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.4) #### What's Changed - fix: use npm co-located with the action node binary by [@&#8203;benquarmby](https://github.com/benquarmby) in [#&#8203;239](https://github.com/pnpm/action-setup/pull/239) #### New Contributors - [@&#8203;benquarmby](https://github.com/benquarmby) made their first contribution in [#&#8203;239](https://github.com/pnpm/action-setup/pull/239) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.3...v6.0.4> ### [`v6.0.3`](https://github.com/pnpm/action-setup/releases/tag/v6.0.3) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.2...v6.0.3) Updated pnpm to v11.0.0-rc.5 **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.2...v6.0.3> ### [`v6.0.2`](https://github.com/pnpm/action-setup/releases/tag/v6.0.2) [Compare Source](https://github.com/pnpm/action-setup/compare/v6.0.1...v6.0.2) #### What's Changed - fix: pnpm self-update binary shadowed by bootstrap on PATH by [@&#8203;oniani1](https://github.com/oniani1) in [#&#8203;230](https://github.com/pnpm/action-setup/pull/230) #### New Contributors - [@&#8203;oniani1](https://github.com/oniani1) made their first contribution in [#&#8203;230](https://github.com/pnpm/action-setup/pull/230) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v6.0.1...v6.0.2> ### [`v6.0.1`](https://github.com/pnpm/action-setup/releases/tag/v6.0.1) [Compare Source](https://github.com/pnpm/action-setup/compare/v6...v6.0.1) Update pnpm to v11.0.0-rc.2. `pnpm-lock.yaml` will not be saved with two documents unless the `packageManager` is set via `devEngines.packageManager`. Related issue: [#&#8203;228](https://github.com/pnpm/action-setup/issues/228) ### [`v6.0.0`](https://github.com/pnpm/action-setup/releases/tag/v6.0.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v6...v6) Added support for pnpm [v11](https://github.com/pnpm/pnpm/releases/tag/v11.0.0-rc.0). ### [`v6`](https://github.com/pnpm/action-setup/compare/v5.0.0...v6) [Compare Source](https://github.com/pnpm/action-setup/compare/v5.0.0...v6) ### [`v5.0.0`](https://github.com/pnpm/action-setup/releases/tag/v5.0.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v5.0.0...v5.0.0) Updated the action to use Node.js 24. ### [`v5`](https://github.com/pnpm/action-setup/compare/v4.4.0...v5.0.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4.4.0...v5.0.0) ### [`v4.4.0`](https://github.com/pnpm/action-setup/releases/tag/v4.4.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4.3.0...v4.4.0) Updated the action to use Node.js 24. ### [`v4.3.0`](https://github.com/pnpm/action-setup/releases/tag/v4.3.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0) #### What's Changed - docs: fix the run\_install example in the Readme by [@&#8203;dreyks](https://github.com/dreyks) in [#&#8203;175](https://github.com/pnpm/action-setup/pull/175) - chore: remove unused `@types/node-fetch` dependency by [@&#8203;silverwind](https://github.com/silverwind) in [#&#8203;186](https://github.com/pnpm/action-setup/pull/186) - Clarify that package\_json\_file is relative to GITHUB\_WORKSPACE by [@&#8203;chris-martin](https://github.com/chris-martin) in [#&#8203;184](https://github.com/pnpm/action-setup/pull/184) - feat: store caching by [@&#8203;jrmajor](https://github.com/jrmajor) in [#&#8203;188](https://github.com/pnpm/action-setup/pull/188) - refactor: remove star imports by [@&#8203;KSXGitHub](https://github.com/KSXGitHub) in [#&#8203;196](https://github.com/pnpm/action-setup/pull/196) - fix(ci): exclude macos by [@&#8203;KSXGitHub](https://github.com/KSXGitHub) in [#&#8203;197](https://github.com/pnpm/action-setup/pull/197) #### New Contributors - [@&#8203;dreyks](https://github.com/dreyks) made their first contribution in [#&#8203;175](https://github.com/pnpm/action-setup/pull/175) - [@&#8203;silverwind](https://github.com/silverwind) made their first contribution in [#&#8203;186](https://github.com/pnpm/action-setup/pull/186) - [@&#8203;chris-martin](https://github.com/chris-martin) made their first contribution in [#&#8203;184](https://github.com/pnpm/action-setup/pull/184) - [@&#8203;jrmajor](https://github.com/jrmajor) made their first contribution in [#&#8203;188](https://github.com/pnpm/action-setup/pull/188) - [@&#8203;Boosted-Bonobo](https://github.com/Boosted-Bonobo) made their first contribution in [#&#8203;199](https://github.com/pnpm/action-setup/pull/199) **Full Changelog**: <https://github.com/pnpm/action-setup/compare/v4.2.0...v4.3.0> ### [`v4.2.0`](https://github.com/pnpm/action-setup/releases/tag/v4.2.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4.1.0...v4.2.0) When there's a `.npmrc` file at the root of the repository, pnpm will be fetched from the registry that is specified in that `.npmrc` file [#&#8203;179](https://github.com/pnpm/action-setup/pull/179) ### [`v4.1.0`](https://github.com/pnpm/action-setup/releases/tag/v4.1.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4...v4.1.0) Add support for `package.yaml` [#&#8203;156](https://github.com/pnpm/action-setup/pull/156). ### [`v4.0.0`](https://github.com/pnpm/action-setup/releases/tag/v4.0.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v4...v4) An error is thrown if one version of pnpm is specified in the `packageManager` field of `package.json` and a different version is specified in the action's settings [#&#8203;122](https://github.com/pnpm/action-setup/pull/122) ### [`v4`](https://github.com/pnpm/action-setup/compare/v3.0.0...v4) [Compare Source](https://github.com/pnpm/action-setup/compare/v3.0.0...v4) ### [`v3.0.0`](https://github.com/pnpm/action-setup/releases/tag/v3.0.0) [Compare Source](https://github.com/pnpm/action-setup/compare/v2.4.1...v3.0.0) The action is updated to run on Node.js v20 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQ0LjI5LjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/pnpm-action-setup-6.x:renovate/pnpm-action-setup-6.x
git switch renovate/pnpm-action-setup-6.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/pnpm-action-setup-6.x
git switch renovate/pnpm-action-setup-6.x
git rebase main
git switch main
git merge --ff-only renovate/pnpm-action-setup-6.x
git switch renovate/pnpm-action-setup-6.x
git rebase main
git switch main
git merge --no-ff renovate/pnpm-action-setup-6.x
git switch main
git merge --squash renovate/pnpm-action-setup-6.x
git switch main
git merge --ff-only renovate/pnpm-action-setup-6.x
git switch main
git merge renovate/pnpm-action-setup-6.x
git push origin main
Sign in to join this conversation.
No description provided.