🔧 Renovate: Update (patch) actions/cache action to v3.0.11 #27

Merged
renovate-bot merged 1 commits from renovate/github-actions-actions-cache-v3-0-11 into main 2025-09-23 10:02:04 -04:00
Member

This PR contains the following updates:

Package Type Update Change
actions/cache action patch v3 -> v3.0.11

Renovate Update Info

  • Update Type: patch

  • Automerge: 🛑 This update requires manual approval


Release Notes

actions/cache (actions/cache)

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

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

Compare Source

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

Compare Source

What's Changed
  • Add example for clojure lein project dependencies by @​shivamarora1 in PR #​835
  • Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @​pdotl in PR #​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

Full Changelog: https://github.com/actions/cache/compare/v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

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

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (#​624)

v3.0.2

Compare Source

This release adds the support for dynamic cache size cap on GHES.

v3.0.1

Compare Source

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://github.com/actions/cache) | action | patch | `v3` -> `v3.0.11` | ### ⚡ Renovate Update Info - **Update Type:** patch - **Automerge:** 🛑 This update requires manual approval --- ### Release Notes <details> <summary>actions/cache (actions/cache)</summary> ### [`v3.0.11`](https://github.com/actions/cache/releases/tag/v3.0.11) [Compare Source](https://github.com/actions/cache/compare/v3.0.10...v3.0.11) ##### What's Changed - Call out cache not saved on hit by [@&#8203;Phantsure](https://github.com/Phantsure) in [#&#8203;946](https://github.com/actions/cache/pull/946) - Update [@&#8203;actions/core](https://github.com/actions/core) to 1.10.0 by [@&#8203;rentziass](https://github.com/rentziass) in [#&#8203;950](https://github.com/actions/cache/pull/950) - Update cache to use [@&#8203;actions/core](https://github.com/actions/core)@&#8203;^1.10.0 by [@&#8203;pdotl](https://github.com/pdotl) in [#&#8203;956](https://github.com/actions/cache/pull/956) ##### New Contributors - [@&#8203;rentziass](https://github.com/rentziass) made their first contribution in [#&#8203;950](https://github.com/actions/cache/pull/950) **Full Changelog**: <https://github.com/actions/cache/compare/v3...v3.0.11> ### [`v3.0.10`](https://github.com/actions/cache/releases/tag/v3.0.10) [Compare Source](https://github.com/actions/cache/compare/v3.0.9...v3.0.10) - Fix a bug with sorting inputs. - Update definition for `restore-keys` in README.md ### [`v3.0.9`](https://github.com/actions/cache/releases/tag/v3.0.9) [Compare Source](https://github.com/actions/cache/compare/v3.0.8...v3.0.9) - Enhanced the warning message for cache unavailability in case of GHES. ### [`v3.0.8`](https://github.com/actions/cache/releases/tag/v3.0.8) [Compare Source](https://github.com/actions/cache/compare/v3.0.7...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`](https://github.com/actions/cache/releases/tag/v3.0.7) [Compare Source](https://github.com/actions/cache/compare/v3.0.6...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`](https://github.com/actions/cache/releases/tag/v3.0.6) [Compare Source](https://github.com/actions/cache/compare/v3.0.5...v3.0.6) ##### What's Changed - Add example for clojure lein project dependencies by [@&#8203;shivamarora1](https://github.com/shivamarora1) in PR [#&#8203;835](https://github.com/actions/cache/pull/835) - Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by [@&#8203;pdotl](https://github.com/pdotl) in PR [#&#8203;887](https://github.com/actions/cache/pull/887) - Fix issue [#&#8203;809](https://github.com/actions/cache/issues/809) where cache save/restore was failing for Amazon Linux 2 runners due to older tar version - Fix issue [#&#8203;833](https://github.com/actions/cache/issues/833) where cache save was not working for caching github workspace directory ##### New Contributors - [@&#8203;shivamarora1](https://github.com/shivamarora1) made their first contribution in [#&#8203;835](https://github.com/actions/cache/pull/835) - [@&#8203;pdotl](https://github.com/pdotl) made their first contribution in [#&#8203;887](https://github.com/actions/cache/pull/887) **Full Changelog**: <https://github.com/actions/cache/compare/v3...v3.0.6> ### [`v3.0.5`](https://github.com/actions/cache/releases/tag/v3.0.5) [Compare Source](https://github.com/actions/cache/compare/v3.0.4...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`](https://github.com/actions/cache/releases/tag/v3.0.4) [Compare Source](https://github.com/actions/cache/compare/v3.0.3...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`](https://github.com/actions/cache/releases/tag/v3.0.3) [Compare Source](https://github.com/actions/cache/compare/v3.0.2...v3.0.3) Fixed avoiding empty cache save when no files are available for caching. ([#&#8203;624](https://github.com/actions/cache/issues/624)) ### [`v3.0.2`](https://github.com/actions/cache/releases/tag/v3.0.2) [Compare Source](https://github.com/actions/cache/compare/v3.0.1...v3.0.2) This release adds the support for dynamic cache size cap on GHES. ### [`v3.0.1`](https://github.com/actions/cache/releases/tag/v3.0.1) [Compare Source](https://github.com/actions/cache/compare/v3...v3.0.1) - Added support for caching from GHES 3.5. - Fixed download issue for files > 2GB during restore. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny43IiwidXBkYXRlZEluVmVyIjoiNDEuOTcuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->
renovate-bot added 1 commit 2025-09-23 10:01:58 -04:00
🔧 Renovate: Update (patch) actions/cache action to v3.0.11
Validate DAGs / DAGU DAG(s) Validation (push) Has been cancelled
6208395dad
renovate-bot scheduled this pull request to auto merge when all checks succeed 2025-09-23 10:02:00 -04:00
renovate-bot merged commit 1b1091dd5b into main 2025-09-23 10:02:04 -04:00
renovate-bot deleted branch renovate/github-actions-actions-cache-v3-0-11 2025-09-23 10:02:05 -04:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Trez/tar-valon-ansible#27