Skip to content

Commit 9621d99

Browse files
chore(deps): update github-actions (#22)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | minor | `v6.2.0` → `v6.3.0` | | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) | action | minor | `v4.2.0` → `v4.4.0` | --- ### Release Notes <details> <summary>actions/setup-node (actions/setup-node)</summary> ### [`v6.3.0`](https://redirect.github.com/actions/setup-node/releases/tag/v6.3.0) [Compare Source](https://redirect.github.com/actions/setup-node/compare/v6.2.0...v6.3.0) #### What's Changed ##### Enhancements: - Support parsing `devEngines` field by [@&#8203;susnux](https://redirect.github.com/susnux) in [#&#8203;1283](https://redirect.github.com/actions/setup-node/pull/1283) > When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node. ##### Dependency updates: - Fix npm audit issues by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1491](https://redirect.github.com/actions/setup-node/pull/1491) - Replace uuid with crypto.randomUUID() by [@&#8203;trivikr](https://redirect.github.com/trivikr) in [#&#8203;1378](https://redirect.github.com/actions/setup-node/pull/1378) - Upgrade minimatch from 3.1.2 to 3.1.5 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in [#&#8203;1498](https://redirect.github.com/actions/setup-node/pull/1498) ##### Bug fixes: - Remove hardcoded bearer for mirror-url [@&#8203;marco-ippolito](https://redirect.github.com/marco-ippolito) in [#&#8203;1467](https://redirect.github.com/actions/setup-node/pull/1467) - Scope test lockfiles by package manager and update cache tests by [@&#8203;gowridurgad](https://redirect.github.com/gowridurgad) in [#&#8203;1495](https://redirect.github.com/actions/setup-node/pull/1495) #### New Contributors - [@&#8203;susnux](https://redirect.github.com/susnux) made their first contribution in [#&#8203;1283](https://redirect.github.com/actions/setup-node/pull/1283) **Full Changelog**: <actions/setup-node@v6...v6.3.0> </details> <details> <summary>pnpm/action-setup (pnpm/action-setup)</summary> ### [`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> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/rolldown/rolldown-plugin-node-polyfills). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 025349b commit 9621d99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99

1010
- name: Install pnpm
11-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
11+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
1212

1313
- name: Install Node.js
14-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
14+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1515
with:
1616
node-version-file: ".node-version"
1717
cache: "pnpm"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
19+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
2020

2121
- name: Install Node.js
22-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
22+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2323
with:
2424
node-version-file: ".node-version"
2525
cache: "pnpm"

0 commit comments

Comments
 (0)