Skip to content

Commit 7727be7

Browse files
chore(deps): update pnpm/action-setup action to v6 (#121)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) | action | major | `v4` → `v6` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/pnpm/action-setup/badge)](https://securityscorecards.dev/viewer/?uri=github.com/pnpm/action-setup) | --- ### Release Notes <details> <summary>pnpm/action-setup (pnpm/action-setup)</summary> ### [`v6.0.8`](https://redirect.github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) ### [`v6.0.7`](https://redirect.github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.6...v6.0.7) ### [`v6.0.6`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.6) [Compare Source](https://redirect.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://redirect.github.com/zkochan) in [#&#8203;249](https://redirect.github.com/pnpm/action-setup/pull/249) **Full Changelog**: <pnpm/action-setup@v6.0.5...v6.0.6> ### [`v6.0.5`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.5) [Compare Source](https://redirect.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://redirect.github.com/zkochan) in [#&#8203;241](https://redirect.github.com/pnpm/action-setup/pull/241) **Full Changelog**: <pnpm/action-setup@v6.0.4...v6.0.5> ### [`v6.0.4`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.4) [Compare Source](https://redirect.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://redirect.github.com/benquarmby) in [#&#8203;239](https://redirect.github.com/pnpm/action-setup/pull/239) ##### New Contributors - [@&#8203;benquarmby](https://redirect.github.com/benquarmby) made their first contribution in [#&#8203;239](https://redirect.github.com/pnpm/action-setup/pull/239) **Full Changelog**: <pnpm/action-setup@v6.0.3...v6.0.4> ### [`v6.0.3`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.3) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6.0.2...v6.0.3) Updated pnpm to v11.0.0-rc.5 **Full Changelog**: <pnpm/action-setup@v6.0.2...v6.0.3> ### [`v6.0.2`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.2) [Compare Source](https://redirect.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://redirect.github.com/oniani1) in [#&#8203;230](https://redirect.github.com/pnpm/action-setup/pull/230) ##### New Contributors - [@&#8203;oniani1](https://redirect.github.com/oniani1) made their first contribution in [#&#8203;230](https://redirect.github.com/pnpm/action-setup/pull/230) **Full Changelog**: <pnpm/action-setup@v6.0.1...v6.0.2> ### [`v6.0.1`](https://redirect.github.com/pnpm/action-setup/releases/tag/v6.0.1) [Compare Source](https://redirect.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://redirect.github.com/pnpm/action-setup/issues/228) ### [`v6.0.0`]() [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v6...v6) ### [`v6`](https://redirect.github.com/pnpm/action-setup/compare/v5...v6) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v5.0.0...v6) ### [`v5.0.0`](https://redirect.github.com/pnpm/action-setup/releases/tag/v5.0.0) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v5.0.0...v5.0.0) Updated the action to use Node.js 24. ### [`v5`](https://redirect.github.com/pnpm/action-setup/compare/v4...v5) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v4.4.0...v5.0.0) ### [`v4.4.0`](https://redirect.github.com/pnpm/action-setup/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v4.3.0...v4.4.0) Updated the action to use Node.js 24. ### [`v4.3.0`](https://redirect.github.com/pnpm/action-setup/releases/tag/v4.3.0) [Compare Source](https://redirect.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://redirect.github.com/dreyks) in [#&#8203;175](https://redirect.github.com/pnpm/action-setup/pull/175) - chore: remove unused `@types/node-fetch` dependency by [@&#8203;silverwind](https://redirect.github.com/silverwind) in [#&#8203;186](https://redirect.github.com/pnpm/action-setup/pull/186) - Clarify that package\_json\_file is relative to GITHUB\_WORKSPACE by [@&#8203;chris-martin](https://redirect.github.com/chris-martin) in [#&#8203;184](https://redirect.github.com/pnpm/action-setup/pull/184) - feat: store caching by [@&#8203;jrmajor](https://redirect.github.com/jrmajor) in [#&#8203;188](https://redirect.github.com/pnpm/action-setup/pull/188) - refactor: remove star imports by [@&#8203;KSXGitHub](https://redirect.github.com/KSXGitHub) in [#&#8203;196](https://redirect.github.com/pnpm/action-setup/pull/196) - fix(ci): exclude macos by [@&#8203;KSXGitHub](https://redirect.github.com/KSXGitHub) in [#&#8203;197](https://redirect.github.com/pnpm/action-setup/pull/197) #### New Contributors - [@&#8203;dreyks](https://redirect.github.com/dreyks) made their first contribution in [#&#8203;175](https://redirect.github.com/pnpm/action-setup/pull/175) - [@&#8203;silverwind](https://redirect.github.com/silverwind) made their first contribution in [#&#8203;186](https://redirect.github.com/pnpm/action-setup/pull/186) - [@&#8203;chris-martin](https://redirect.github.com/chris-martin) made their first contribution in [#&#8203;184](https://redirect.github.com/pnpm/action-setup/pull/184) - [@&#8203;jrmajor](https://redirect.github.com/jrmajor) made their first contribution in [#&#8203;188](https://redirect.github.com/pnpm/action-setup/pull/188) - [@&#8203;Boosted-Bonobo](https://redirect.github.com/Boosted-Bonobo) made their first contribution in [#&#8203;199](https://redirect.github.com/pnpm/action-setup/pull/199) **Full Changelog**: <pnpm/action-setup@v4.2.0...v4.3.0> ### [`v4.2.0`](https://redirect.github.com/pnpm/action-setup/releases/tag/v4.2.0) [Compare Source](https://redirect.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://redirect.github.com/pnpm/action-setup/pull/179) ### [`v4.1.0`](https://redirect.github.com/pnpm/action-setup/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/pnpm/action-setup/compare/v4...v4.1.0) Add support for `package.yaml` [#&#8203;156](https://redirect.github.com/pnpm/action-setup/pull/156). </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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/marimo-team/codemirror-sql). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTAuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE3My42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 93ab69e commit 7727be7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818

1919
- name: ⎔ Setup pnpm
20-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
20+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
2121

2222
- name: ⎔ Setup Node.js
2323
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: ⎔ Setup pnpm
20-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
20+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
2121

2222
- name: ⎔ Setup Node.js
2323
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
@@ -81,7 +81,7 @@ jobs:
8181
contents: read
8282
steps:
8383
- name: ⎔ Setup pnpm
84-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
84+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
8585

8686
- name: ⎔ Setup Node.js
8787
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525

2626
- name: ⎔ Setup pnpm
27-
uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
27+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
2828

2929
- name: ⎔ Setup Node.js
3030
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6

0 commit comments

Comments
 (0)