Skip to content

Commit c4aa33b

Browse files
chore(deps): Update actions/cache action to v6 (#2533)
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--> Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
1 parent 4b94b83 commit c4aa33b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gen_coverage_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
go-version: "1.26"
3737
cache: false
3838
- name: Cache Go modules
39-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
39+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
4040
with:
4141
path: |
4242
~/go/pkg/mod

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
go-version-file: go.mod
3535
cache: false
3636
- name: Cache Go modules
37-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
37+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
3838
with:
3939
path: |
4040
~/go/pkg/mod

.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
go-version-file: go.mod
2424
cache: false
2525
- name: Cache Go modules
26-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
26+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
2727
with:
2828
path: |
2929
~/go/pkg/mod

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "gocache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
3434
echo "gomodcache=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
3535
- name: Cache Go modules
36-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
36+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6
3737
with:
3838
path: |
3939
${{ steps.go-cache.outputs.gomodcache }}

0 commit comments

Comments
 (0)