Commit 48c6dab
authored
chore(deps): update github-actions (#359)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-node](https://redirect.github.com/actions/setup-node) |
action | minor | `v6.1.0` → `v6.4.0` |
| [dorny/paths-filter](https://redirect.github.com/dorny/paths-filter) |
action | patch | `v3.0.2` → `v3.0.3` |
| [mlugg/setup-zig](https://redirect.github.com/mlugg/setup-zig) |
action | minor | `v2` → `v2.2.1` |
|
[oxc-project/setup-node](https://redirect.github.com/oxc-project/setup-node)
| action | minor | `v1.0.4` → `v1.2.0` |
|
[oxc-project/setup-rust](https://redirect.github.com/oxc-project/setup-rust)
| action | patch | `v1.0.2` → `v1.0.16` |
| [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) |
action | minor | `v4.1.0` → `v4.4.0` |
---
### Release Notes
<details>
<summary>actions/setup-node (actions/setup-node)</summary>
###
[`v6.4.0`](https://redirect.github.com/actions/setup-node/compare/v6.3.0...v6.4.0)
[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v6.3.0...v6.4.0)
###
[`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
[@​susnux](https://redirect.github.com/susnux) in
[#​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
[@​gowridurgad](https://redirect.github.com/gowridurgad) in
[#​1491](https://redirect.github.com/actions/setup-node/pull/1491)
- Replace uuid with crypto.randomUUID() by
[@​trivikr](https://redirect.github.com/trivikr) in
[#​1378](https://redirect.github.com/actions/setup-node/pull/1378)
- Upgrade minimatch from 3.1.2 to 3.1.5 by
[@​dependabot](https://redirect.github.com/dependabot) in
[#​1498](https://redirect.github.com/actions/setup-node/pull/1498)
##### Bug fixes:
- Remove hardcoded bearer for mirror-url
[@​marco-ippolito](https://redirect.github.com/marco-ippolito) in
[#​1467](https://redirect.github.com/actions/setup-node/pull/1467)
- Scope test lockfiles by package manager and update cache tests by
[@​gowridurgad](https://redirect.github.com/gowridurgad) in
[#​1495](https://redirect.github.com/actions/setup-node/pull/1495)
#### New Contributors
- [@​susnux](https://redirect.github.com/susnux) made their first
contribution in
[#​1283](https://redirect.github.com/actions/setup-node/pull/1283)
**Full Changelog**:
<actions/setup-node@v6...v6.3.0>
###
[`v6.2.0`](https://redirect.github.com/actions/setup-node/compare/v6.1.0...v6.2.0)
[Compare
Source](https://redirect.github.com/actions/setup-node/compare/v6.1.0...v6.2.0)
</details>
<details>
<summary>dorny/paths-filter (dorny/paths-filter)</summary>
###
[`v3.0.3`](https://redirect.github.com/dorny/paths-filter/blob/HEAD/CHANGELOG.md#v303)
[Compare
Source](https://redirect.github.com/dorny/paths-filter/compare/v3.0.2...v3.0.3)
- [Add missing
predicate-quantifier](https://redirect.github.com/dorny/paths-filter/pull/279)
</details>
<details>
<summary>mlugg/setup-zig (mlugg/setup-zig)</summary>
###
[`v2.2.1`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.2.1)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.2.0...v2.2.1)
- Print which version of Zig was installed
- Add a little more log output (helps debug cache issues)
> \[!NOTE]
> The setup-zig project is now hosted on
[Codeberg](https://codeberg.org/mlugg/setup-zig), and this GitHub
repository exists as a mirror solely to work around the vendor lock-in
mechanisms employed by GitHub Actions. While there are **no plans** to
discontinue GitHub Actions support, I would nonetheless encourage users
to consider upgrading to Forgejo Actions on a non-profit forge like
Codeberg to avoid being affected by GitHub's profit-driven behavior
(such as attempting to [charge users by the minute for using their own
hardware](https://resources.github.com/actions/2026-pricing-changes-for-github-actions/)).
###
[`v2.2.0`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.2.0)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.1.0...v2.2.0)
- Update dependencies
- Replace libsodium dependency with node:crypto, improving target
support
- Use hardcoded mirror list when ziglang.org is inaccessible
- Fix incorrect tarball names when fetching certain versions
> \[!NOTE]
> The setup-zig project is now hosted on
[Codeberg](https://codeberg.org/mlugg/setup-zig), and this GitHub
repository exists as a mirror solely to work around the vendor lock-in
mechanisms employed by GitHub Actions. While there are **no plans** to
discontinue GitHub Actions support, I would nonetheless encourage users
to consider upgrading to Forgejo Actions on a non-profit forge like
Codeberg to avoid being affected by GitHub's profit-driven behavior
(such as attempting to [charge users by the minute for using their own
hardware](https://resources.github.com/actions/2026-pricing-changes-for-github-actions/)).
###
[`v2.1.0`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.1.0)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.0.5...v2.1.0)
- Support Forgejo Actions
- Support recent Zig versions on ARM
- Progress towards better OS support
- Redirect Zig caches to working directory to avoid sharing the cache on
self-hosted runners
###
[`v2.0.5`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.0.5)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.0.4...v2.0.5)
- Fix exception identifying Zig cache directory on recent Zig builds
([#​49](https://redirect.github.com/mlugg/setup-zig/issues/49))
###
[`v2.0.4`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.0.4)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.0.3...v2.0.4)
- Fix canonical `ziglang.org` download URL
- Use more descriptive `?source` query parameter value
###
[`v2.0.3`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.0.3)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.0.2...v2.0.3)
This release switches from a hardcoded `mirrors.json` list, to fetching
the list of mirrors [now
available](https://ziglang.org/download/community-mirrors/) from the Zig
website. There are no user-facing changes.
###
[`v2.0.2`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.0.2)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2.0.1...v2.0.2)
- Update dependencies
- Remove some mirrors experiencing issues
- Don't use tool cache on GitHub-hosted runners by default
([#​34](https://redirect.github.com/mlugg/setup-zig/issues/34))
- Improve logging, in particular to help debug potential issues
###
[`v2.0.1`](https://redirect.github.com/mlugg/setup-zig/releases/tag/v2.0.1)
[Compare
Source](https://redirect.github.com/mlugg/setup-zig/compare/v2...v2.0.1)
The recent Zig 0.14.1 release flipped the "arch" and "OS" fields in the
tarball name; for instance, `zig-x86_64-linux-0.14.1.tar.xz` instead of
`zig-linux-x86_64-0.14.1.tar.xz`. This brings the tarball names in line
with target triple syntax.
The change does *not* retroactively apply to old Zig tarballs.
So, this patch has only one fix:
- Add support for new Zig tarball name format as of Zig 0.14.1 /
0.15.0-dev.631+9a3540d61
> \[!NOTE]
>
> **I do not intend to update v1 to support the new tarball name
format.**
> `setup-zig` version 1 is considered deprecated. Please upgrade to
version 2.
</details>
<details>
<summary>oxc-project/setup-node (oxc-project/setup-node)</summary>
###
[`v1.2.0`](https://redirect.github.com/oxc-project/setup-node/compare/v1.1.0...v1.2.0)
[Compare
Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.1.0...v1.2.0)
###
[`v1.1.0`](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.7...v1.1.0)
[Compare
Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.7...v1.1.0)
###
[`v1.0.7`](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.6...v1.0.7)
[Compare
Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.6...v1.0.7)
###
[`v1.0.6`](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.5...v1.0.6)
[Compare
Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.5...v1.0.6)
###
[`v1.0.5`](https://redirect.github.com/oxc-project/setup-node/releases/tag/v1.0.5)
[Compare
Source](https://redirect.github.com/oxc-project/setup-node/compare/v1.0.4...v1.0.5)
##### What's Changed
- Update actions/cache action to v4.3.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​5](https://redirect.github.com/oxc-project/setup-node/pull/5)
- Update pnpm/action-setup action to v4.2.0 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​6](https://redirect.github.com/oxc-project/setup-node/pull/6)
- Update actions/setup-node action to v6 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​7](https://redirect.github.com/oxc-project/setup-node/pull/7)
**Full Changelog**:
<oxc-project/setup-node@v1.0.4...v1.0.5>
</details>
<details>
<summary>oxc-project/setup-rust (oxc-project/setup-rust)</summary>
###
[`v1.0.16`](https://redirect.github.com/oxc-project/setup-rust/releases/tag/v1.0.16):
v.1.0.16
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.15...v1.0.16)
###
[`v1.0.15`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.14...v1.0.15)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.14...v1.0.15)
###
[`v1.0.14`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.13...v1.0.14)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.13...v1.0.14)
###
[`v1.0.13`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.12...v1.0.13)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.12...v1.0.13)
###
[`v1.0.12`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.11...v1.0.12)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.11...v1.0.12)
###
[`v1.0.11`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.10...v1.0.11)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.10...v1.0.11)
###
[`v1.0.10`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.9...v1.0.10)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.9...v1.0.10)
###
[`v1.0.9`](https://redirect.github.com/oxc-project/setup-rust/releases/tag/v1.0.9)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.8...v1.0.9)
##### What's Changed
- chore(deps): update taiki-e/install-action action to v2.62.47 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​26](https://redirect.github.com/oxc-project/setup-rust/pull/26)
**Full Changelog**:
<oxc-project/setup-rust@v1.0.8...v1.0.9>
###
[`v1.0.8`](https://redirect.github.com/oxc-project/setup-rust/releases/tag/v1.0.8)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.7...v1.0.8)
##### What's Changed
- chore(deps): update taiki-e/install-action action to v2.62.16 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​22](https://redirect.github.com/oxc-project/setup-rust/pull/22)
- chore(deps): update taiki-e/install-action action to v2.62.33 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​23](https://redirect.github.com/oxc-project/setup-rust/pull/23)
- chore(deps): update taiki-e/install-action action to v2.62.37 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​24](https://redirect.github.com/oxc-project/setup-rust/pull/24)
- chore(deps): update taiki-e/install-action action to v2.62.41 by
[@​renovate](https://redirect.github.com/renovate)\[bot] in
[#​25](https://redirect.github.com/oxc-project/setup-rust/pull/25)
**Full Changelog**:
<oxc-project/setup-rust@v1.0.7...v1.0.8>
###
[`v1.0.7`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.6...v1.0.7)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.6...v1.0.7)
###
[`v1.0.6`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.5...v1.0.6)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.5...v1.0.6)
###
[`v1.0.5`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.4...v1.0.5)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.4...v1.0.5)
###
[`v1.0.4`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.3...v1.0.4)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.3...v1.0.4)
###
[`v1.0.3`](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.2...v1.0.3)
[Compare
Source](https://redirect.github.com/oxc-project/setup-rust/compare/v1.0.2...v1.0.3)
</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
[@​dreyks](https://redirect.github.com/dreyks) in
[#​175](https://redirect.github.com/pnpm/action-setup/pull/175)
- chore: remove unused `@types/node-fetch` dependency by
[@​silverwind](https://redirect.github.com/silverwind) in
[#​186](https://redirect.github.com/pnpm/action-setup/pull/186)
- Clarify that package\_json\_file is relative to GITHUB\_WORKSPACE by
[@​chris-martin](https://redirect.github.com/chris-martin) in
[#​184](https://redirect.github.com/pnpm/action-setup/pull/184)
- feat: store caching by
[@​jrmajor](https://redirect.github.com/jrmajor) in
[#​188](https://redirect.github.com/pnpm/action-setup/pull/188)
- refactor: remove star imports by
[@​KSXGitHub](https://redirect.github.com/KSXGitHub) in
[#​196](https://redirect.github.com/pnpm/action-setup/pull/196)
- fix(ci): exclude macos by
[@​KSXGitHub](https://redirect.github.com/KSXGitHub) in
[#​197](https://redirect.github.com/pnpm/action-setup/pull/197)
#### New Contributors
- [@​dreyks](https://redirect.github.com/dreyks) made their first
contribution in
[#​175](https://redirect.github.com/pnpm/action-setup/pull/175)
- [@​silverwind](https://redirect.github.com/silverwind) made
their first contribution in
[#​186](https://redirect.github.com/pnpm/action-setup/pull/186)
- [@​chris-martin](https://redirect.github.com/chris-martin) made
their first contribution in
[#​184](https://redirect.github.com/pnpm/action-setup/pull/184)
- [@​jrmajor](https://redirect.github.com/jrmajor) made their
first contribution in
[#​188](https://redirect.github.com/pnpm/action-setup/pull/188)
- [@​Boosted-Bonobo](https://redirect.github.com/Boosted-Bonobo)
made their first contribution in
[#​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
[#​179](https://redirect.github.com/pnpm/action-setup/pull/179)
</details>
---
### Configuration
📅 **Schedule**: (in timezone Asia/Shanghai)
- Branch creation
- "before 10am on monday"
- 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/voidzero-dev/vite-task).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDEuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE0MS4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent d1b8cda commit 48c6dab
1 file changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments