chore(deps): update actions/cache action to v3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
actions/cache | action | major |
v2.1.6 -> v3.3.1
|
Release Notes
actions/cache
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by @kotewar in https://github.com/actions/cache/pull/1129
Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by @kotokaze in https://github.com/actions/cache/pull/1123
- Add
lookup-only
option by @cdce8p in https://github.com/actions/cache/pull/1041
New Contributors
- @kotokaze made their first contribution in https://github.com/actions/cache/pull/1123
Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.0
v3.2.6
What's Changed
- Updated branch in Force deletion of caches by @t-dedah in https://github.com/actions/cache/pull/1108
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners by @pdotl in https://github.com/actions/cache/pull/1118
Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.6
v3.2.5
What's Changed
- Rewrite readmes by @jsoref in https://github.com/actions/cache/pull/1085
- Fixed typos and formatting in docs by @kotewar in https://github.com/actions/cache/pull/1076
- Fixing paths for OSes by @kotewar in https://github.com/actions/cache/pull/1101
- Release patch version update by @Phantsure in https://github.com/actions/cache/pull/1105
New Contributors
- @jsoref made their first contribution in https://github.com/actions/cache/pull/1085
Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.5
v3.2.4
What's Changed
- Update json5 package version by @vsvipul in https://github.com/actions/cache/pull/1065
- Cache recipes for cache, restore and save actions by @kotewar in https://github.com/actions/cache/pull/1055
- Add gnu tar and zstd as pre-requisites for windows self-hosted runners by @pdotl in https://github.com/actions/cache/pull/1068
- Fix a whitespace typo by @kurtmckee in https://github.com/actions/cache/pull/1074
-
📝 #1045 update using theset-output
command is deprecated by @siguikesse in https://github.com/actions/cache/pull/1046 - Fix referenced output key in save action readme by @ruudk in https://github.com/actions/cache/pull/1061
- Update workflows to use reusable-workflows by @jongwooo in https://github.com/actions/cache/pull/1066
- Introduce add-to-project step & rename workflow files by @pallavx in https://github.com/actions/cache/pull/1077
- chore: Fix syntax error typo by @vHeemstra in https://github.com/actions/cache/pull/1081
- Update caching-strategies.md by @kpfleming in https://github.com/actions/cache/pull/1084
- Added another usage hint to foresee #1072 by @maybeec in https://github.com/actions/cache/pull/1089
- Add
fail-on-cache-miss
option by @cdce8p in https://github.com/actions/cache/pull/1036
New Contributors
- @kurtmckee made their first contribution in https://github.com/actions/cache/pull/1074
- @siguikesse made their first contribution in https://github.com/actions/cache/pull/1046
- @ruudk made their first contribution in https://github.com/actions/cache/pull/1061
- @pallavx made their first contribution in https://github.com/actions/cache/pull/1077
- @vHeemstra made their first contribution in https://github.com/actions/cache/pull/1081
- @kpfleming made their first contribution in https://github.com/actions/cache/pull/1084
- @maybeec made their first contribution in https://github.com/actions/cache/pull/1089
- @cdce8p made their first contribution in https://github.com/actions/cache/pull/1036
Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.4
v3.2.3
What's Changed
- Add Mint example by @uhooi in https://github.com/actions/cache/pull/1051
- Fixed broken link by @kotewar in https://github.com/actions/cache/pull/1057
- Add support to opt-in enable cross-os caching on windows by @Phantsure in https://github.com/actions/cache/pull/1056
- Release support for cross-os caching as opt-in feature by @Phantsure in https://github.com/actions/cache/pull/1060
New Contributors
- @uhooi made their first contribution in https://github.com/actions/cache/pull/1051
Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.3
v3.2.2
What's Changed
- Fix formatting error in restore/README.md by @me-and in https://github.com/actions/cache/pull/1044
- save/README.md: Fix typo in example by @mmuetzel in https://github.com/actions/cache/pull/1040
- README.md: remove outdated Windows cache tip link by @me-and in https://github.com/actions/cache/pull/1042
- Revert compression changes related to windows but keep version logging by @Phantsure in https://github.com/actions/cache/pull/1049
New Contributors
- @me-and made their first contribution in https://github.com/actions/cache/pull/1044
- @mmuetzel made their first contribution in https://github.com/actions/cache/pull/1040
Full Changelog: https://github.com/actions/cache/compare/v3.2.1...v3.2.2
v3.2.1
What's Changed
- Release compression related changes for windows by @Phantsure in https://github.com/actions/cache/pull/1039
- Upgrade codeql to v2 by @Phantsure in https://github.com/actions/cache/pull/1023
Full Changelog: https://github.com/actions/cache/compare/v3.2.0...v3.2.1
v3.2.0
What's Changed
- fix wrong timeout env var key in README.md by @walterddr in https://github.com/actions/cache/pull/959
- Updated release doc with correct env variable by @kotewar in https://github.com/actions/cache/pull/960
- Create pull_request_template.md by @pdotl in https://github.com/actions/cache/pull/963
- Update README with clearer info about cache-hit and its value by @kotewar in https://github.com/actions/cache/pull/961
- Change datadog/squid to Ubuntu/squid in CI check by @bishal-pdMSFT in https://github.com/actions/cache/pull/976
- Add more details to version section in readme by @bishal-pdMSFT in https://github.com/actions/cache/pull/971
- Update hashFiles documentation reference by @asaf400 in https://github.com/actions/cache/pull/979
- Updated link for cache segment download info by @kotewar in https://github.com/actions/cache/pull/986
- Readme update for deleting caches by @t-dedah in https://github.com/actions/cache/pull/981
- Add oncall logic to assign issues and PRs by @vsvipul in https://github.com/actions/cache/pull/997
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in https://github.com/actions/cache/pull/998
- Revert "Bump minimatch from 3.0.4 to 3.1.2" by @vsvipul in https://github.com/actions/cache/pull/1005
- Fix npm vulnerability by @Phantsure in https://github.com/actions/cache/pull/1007
- refactor: Use early return pattern to avoid nested conditions by @jongwooo in https://github.com/actions/cache/pull/1013
- Use cache in check-dist.yml by @jongwooo in https://github.com/actions/cache/pull/1004
- chore: Use built-in cache action to cache dependencies by @jongwooo in https://github.com/actions/cache/pull/1014
- Updated node example by @t-dedah in https://github.com/actions/cache/pull/1008
- Fix: Node npm doc example by @apascualm in https://github.com/actions/cache/pull/1026
- docs: fix an invalid link in workarounds.md by @teatimeguest in https://github.com/actions/cache/pull/929
- General Availability release for granular cache by @kotewar in https://github.com/actions/cache/pull/1035 More details here on beta release.
New Contributors
- @walterddr made their first contribution in https://github.com/actions/cache/pull/959
- @asaf400 made their first contribution in https://github.com/actions/cache/pull/979
- @jongwooo made their first contribution in https://github.com/actions/cache/pull/1013
- @apascualm made their first contribution in https://github.com/actions/cache/pull/1026
- @teatimeguest made their first contribution in https://github.com/actions/cache/pull/929
Full Changelog: https://github.com/actions/cache/compare/v3...v3.2.0
v3.0.11
What's Changed
- Call out cache not saved on hit by @Phantsure in https://github.com/actions/cache/pull/946
- Update @actions/core to 1.10.0 by @rentziass in https://github.com/actions/cache/pull/950
- Update cache to use @actions/core@^1.10.0 by @pdotl in https://github.com/actions/cache/pull/956
New Contributors
- @rentziass made their first contribution in https://github.com/actions/cache/pull/950
Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.11
v3.0.10
- Fix a bug with sorting inputs.
- Update definition for
restore-keys
in README.md
v3.0.9
- Enhanced the warning message for cache unavailability in case of GHES.
v3.0.8
What's Changed
- Fix
zstd
not working for windows on gnu tar in issues. - Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MIN
. Default is 60 minutes.
v3.0.7
What's Changed
- Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.
v3.0.6
What's Changed
- Add example for clojure lein project dependencies by @shivamarora1 in PR https://github.com/actions/cache/pull/835
- Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @pdotl in PR https://github.com/actions/cache/pull/887
- Fix issue #809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
- Fix issue #833 where cache save was not working for caching github workspace directory
New Contributors
- @shivamarora1 made their first contribution in https://github.com/actions/cache/pull/835
- @pdotl made their first contribution in https://github.com/actions/cache/pull/887
Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.6
v3.0.5
Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.
v3.0.4
In this release, we have fixed the tar creation error while trying to create it with path as ~/
home folder on ubuntu-latest
.
v3.0.3
Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)
v3.0.2
This release adds the support for dynamic cache size cap on GHES.
v3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
v3.0.0
-
This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.
-
Few dependencies and cache action usage examples have also been updated.
v2.1.8
: Updating actions/core to version 1.10.0
The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.
v2.1.7
Support 10GB cache upload using the latest version 1.0.8
of @actions/cache
Configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.