brave / security-action

Composite GitHub CI Action containing the minimal viable security lint for brave repositories
Mozilla Public License 2.0
17 stars 6 forks source link

chore(deps): update actions/cache action to v4.1.0 #683

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change Pending
actions/cache action minor v4.0.2 -> v4.1.0 v4.1.1

Release Notes

actions/cache (actions/cache) ### [`v4.1.0`](https://redirect.github.com/actions/cache/releases/tag/v4.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v4.0.2...v4.1.0) ##### What's Changed - Fix cache-hit output when cache missed by [@​fchimpan](https://redirect.github.com/fchimpan) in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404) - Deprecate `save-always` input by [@​joshmgross](https://redirect.github.com/joshmgross) in [https://github.com/actions/cache/pull/1452](https://redirect.github.com/actions/cache/pull/1452) ##### New Contributors - [@​ottlinger](https://redirect.github.com/ottlinger) made their first contribution in [https://github.com/actions/cache/pull/1437](https://redirect.github.com/actions/cache/pull/1437) - [@​Olegt0rr](https://redirect.github.com/Olegt0rr) made their first contribution in [https://github.com/actions/cache/pull/1377](https://redirect.github.com/actions/cache/pull/1377) - [@​fchimpan](https://redirect.github.com/fchimpan) made their first contribution in [https://github.com/actions/cache/pull/1404](https://redirect.github.com/actions/cache/pull/1404) - [@​x612skm](https://redirect.github.com/x612skm) made their first contribution in [https://github.com/actions/cache/pull/1434](https://redirect.github.com/actions/cache/pull/1434) - [@​todgru](https://redirect.github.com/todgru) made their first contribution in [https://github.com/actions/cache/pull/1311](https://redirect.github.com/actions/cache/pull/1311) - [@​Jcambass](https://redirect.github.com/Jcambass) made their first contribution in [https://github.com/actions/cache/pull/1463](https://redirect.github.com/actions/cache/pull/1463) - [@​mackey0225](https://redirect.github.com/mackey0225) made their first contribution in [https://github.com/actions/cache/pull/1462](https://redirect.github.com/actions/cache/pull/1462) - [@​quatquatt](https://redirect.github.com/quatquatt) made their first contribution in [https://github.com/actions/cache/pull/1445](https://redirect.github.com/actions/cache/pull/1445) **Full Changelog**: https://github.com/actions/cache/compare/v4.0.2...v4.1.0

Configuration

📅 Schedule: Branch creation - " 0-4 * 3" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

[puLL-Merge] - actions/cache@v4.0.2..v4.1.0

Description

This PR introduces several changes to the actions/cache repository, including updating the version number, adding a new workflow for publishing immutable action versions, deprecating the save-always input, and making various documentation updates.

Changes ### Changes 1. `.github/workflows/publish-immutable-actions.yml` (New file): - Adds a new workflow to publish immutable action versions when a release is published. 2. `README.md`: - Updates the version numbers for various actions from v3 to v4. - Removes mention of the `save-always` flag from v4 features. - Updates the description of `restore-keys` input. 3. `RELEASES.md`: - Adds a new entry for version 4.1.0, mentioning the deprecation of `save-always` input and ensuring `cache-hit` output is set when a cache is missed. 4. `__tests__/restore.test.ts` and `__tests__/restoreOnly.test.ts`: - Updates test cases to reflect changes in `cache-hit` output behavior. 5. `action.yml`: - Updates the description of `restore-keys` input. - Adds a deprecation message for the `save-always` input. - Removes `save-always` from the `post-if` condition. 6. `caching-strategies.md`: - Updates version numbers from v3 to v4. - Adds a reference to the new "Always save cache" section in the save README. 7. `dist/restore-only/index.js` and `dist/restore/index.js`: - Updates the implementation to set `cache-hit` output to false when no cache is found. 8. `examples.md`: - Updates version numbers from v3 to v4 throughout the file. 9. `package.json`: - Updates the version number to 4.1.0. 10. `restore/README.md` and `restore/action.yml`: - Updates version numbers and descriptions. 11. `save/README.md`: - Updates version numbers and adds a new section on "Always save cache" with an example. 12. `src/restoreImpl.ts`: - Implements the change to set `cache-hit` output to false when no cache is found. 13. `tips-and-workarounds.md`: - Updates version numbers from v3 to v4.

Possible Issues

Security Hotspots

No significant security issues were identified in this PR.