Skip to content

Commit 1ab74c5

Browse files
chore(deps): Update actions/cache action to v6 (#659)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v5` → `v6` | `v6.1.0` | --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v6.0.0`](https://redirect.github.com/actions/cache/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.0.0) ##### What's Changed - Update packages, migrate to ESM by [@&#8203;Samirat](https://redirect.github.com/Samirat) in [#&#8203;1760](https://redirect.github.com/actions/cache/pull/1760) **Full Changelog**: <actions/cache@v5...v6.0.0> ### [`v6`](https://redirect.github.com/actions/cache/compare/v5.1.0...v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.1.0...v6.0.0) ### [`v5.1.0`](https://redirect.github.com/actions/cache/releases/tag/v5.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.5...v5.1.0) ##### What's Changed - Bump [@&#8203;actions/cache](https://redirect.github.com/actions/cache) to v5.1.0 - handle read-only cache access by [@&#8203;jasongin](https://redirect.github.com/jasongin) in [#&#8203;1775](https://redirect.github.com/actions/cache/pull/1775) **Full Changelog**: <actions/cache@v5...v5.1.0> ### [`v5.0.5`](https://redirect.github.com/actions/cache/releases/tag/v5.0.5) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.4...v5.0.5) ##### What's Changed - Update ts-http-runtime dependency by [@&#8203;yacaovsnc](https://redirect.github.com/yacaovsnc) in [#&#8203;1747](https://redirect.github.com/actions/cache/pull/1747) **Full Changelog**: <actions/cache@v5...v5.0.5> ### [`v5.0.4`](https://redirect.github.com/actions/cache/releases/tag/v5.0.4) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.3...v5.0.4) ##### What's Changed - Add release instructions and update maintainer docs by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1696](https://redirect.github.com/actions/cache/pull/1696) - Potential fix for code scanning alert no. 52: Workflow does not contain permissions by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1697](https://redirect.github.com/actions/cache/pull/1697) - Fix workflow permissions and cleanup workflow names / formatting by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1699](https://redirect.github.com/actions/cache/pull/1699) - docs: Update examples to use the latest version by [@&#8203;XZTDean](https://redirect.github.com/XZTDean) in [#&#8203;1690](https://redirect.github.com/actions/cache/pull/1690) - Fix proxy integration tests by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1701](https://redirect.github.com/actions/cache/pull/1701) - Fix cache key in examples.md for bun.lock by [@&#8203;RyPeck](https://redirect.github.com/RyPeck) in [#&#8203;1722](https://redirect.github.com/actions/cache/pull/1722) - Update dependencies & patch security vulnerabilities by [@&#8203;Link-](https://redirect.github.com/Link-) in [#&#8203;1738](https://redirect.github.com/actions/cache/pull/1738) ##### New Contributors - [@&#8203;XZTDean](https://redirect.github.com/XZTDean) made their first contribution in [#&#8203;1690](https://redirect.github.com/actions/cache/pull/1690) - [@&#8203;RyPeck](https://redirect.github.com/RyPeck) made their first contribution in [#&#8203;1722](https://redirect.github.com/actions/cache/pull/1722) **Full Changelog**: <actions/cache@v5...v5.0.4> ### [`v5.0.3`](https://redirect.github.com/actions/cache/releases/tag/v5.0.3) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.2...v5.0.3) ##### What's Changed - Bump `@actions/cache` to v5.0.5 (Resolves: <https://github.com/actions/cache/security/dependabot/33>) - Bump `@actions/core` to v2.0.3 **Full Changelog**: <actions/cache@v5...v5.0.3> ### [`v5.0.2`](https://redirect.github.com/actions/cache/releases/tag/v5.0.2): v.5.0.2 [Compare Source](https://redirect.github.com/actions/cache/compare/v5.0.1...v5.0.2) ##### v5.0.2 ##### What's Changed When creating cache entries, 429s returned from the cache service will not be retried. ### [`v5.0.1`](https://redirect.github.com/actions/cache/releases/tag/v5.0.1) [Compare Source](https://redirect.github.com/actions/cache/compare/v5...v5.0.1) > \[!IMPORTANT] > **`actions/cache@v5` runs on the Node.js 24 runtime and requires a minimum Actions Runner version of `2.327.1`.** > > If you are using self-hosted runners, ensure they are updated before upgrading. *** ##### v5.0.1 ##### What's Changed - fix: update [@&#8203;actions/cache](https://redirect.github.com/actions/cache) for Node.js 24 punycode deprecation by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1685](https://redirect.github.com/actions/cache/pull/1685) - prepare release v5.0.1 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1686](https://redirect.github.com/actions/cache/pull/1686) ##### v5.0.0 ##### What's Changed - Upgrade to use node24 by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1630](https://redirect.github.com/actions/cache/pull/1630) - Prepare v5.0.0 release by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in [#&#8203;1684](https://redirect.github.com/actions/cache/pull/1684) **Full Changelog**: <actions/cache@v5...v5.0.1> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - 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](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent 0283b4d commit 1ab74c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# We use a manually configured cache key to avoid conflicts with the test action cache
2424
# See https://github.com/actions/setup-go/issues/358
2525
cache: false
26-
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
26+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
2727
with:
2828
path: |
2929
~/.cache/go-build

.github/workflows/regen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# We use a manually configured cache key to avoid conflicts with the test action cache
2929
# See https://github.com/actions/setup-go/issues/358
3030
cache: false
31-
- uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
31+
- uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
3232
with:
3333
path: |
3434
~/.cache/go-build

0 commit comments

Comments
 (0)