Bump actions/cache from 4 to 6
Type: Pull Request
State: Open
Association: Unknown
Comments: 3
(14 days ago)
(14 days ago)
dependencies
Bumps actions/cache from 4 to 6.
Release notes
Sourced from actions/cache's releases.
v6.0.0
What's Changed
- Update packages, migrate to ESM by
@Samiratin actions/cache#1760Full Changelog: https://github.com/actions/cache/compare/v5...v6.0.0
v5.1.0
What's Changed
- Bump
@actions/cacheto v5.1.0 - handle read-only cache access by@jasonginin actions/cache#1775Full Changelog: https://github.com/actions/cache/compare/v5...v5.1.0
v5.0.5
What's Changed
- Update ts-http-runtime dependency by
@yacaovsncin actions/cache#1747Full Changelog: https://github.com/actions/cache/compare/v5...v5.0.5
v5.0.4
What's Changed
- Add release instructions and update maintainer docs by
@Link- in actions/cache#1696- Potential fix for code scanning alert no. 52: Workflow does not contain permissions by
@Link- in actions/cache#1697- Fix workflow permissions and cleanup workflow names / formatting by
@Link- in actions/cache#1699- docs: Update examples to use the latest version by
@XZTDeanin actions/cache#1690- Fix proxy integration tests by
@Link- in actions/cache#1701- Fix cache key in examples.md for bun.lock by
@RyPeckin actions/cache#1722- Update dependencies & patch security vulnerabilities by
@Link- in actions/cache#1738New Contributors
@XZTDeanmade their first contribution in actions/cache#1690@RyPeckmade their first contribution in actions/cache#1722Full Changelog: https://github.com/actions/cache/compare/v5...v5.0.4
v5.0.3
What's Changed
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)- Bump
@actions/coreto v2.0.3Full Changelog: https://github.com/actions/cache/compare/v5...v5.0.3
v.5.0.2
v5.0.2
What's Changed
... (truncated)
Changelog
Sourced from actions/cache's changelog.
Releases
How to prepare a release
[!NOTE] Relevant for maintainers with write access only.
- Switch to a new branch from
main.- Run
npm testto ensure all tests are passing.- Update the version in
https://github.com/actions/cache/blob/main/package.json.- Run
npm run buildto update the compiled files.- Update this
https://github.com/actions/cache/blob/main/RELEASES.mdwith the new version and changes in the## Changelogsection.- Run
licensed cacheto update the license report.- Run
licensed statusand resolve any warnings by updating thehttps://github.com/actions/cache/blob/main/.licensed.ymlfile with the exceptions.- Commit your changes and push your branch upstream.
- Open a pull request against
mainand get it reviewed and merged.- Draft a new release https://github.com/actions/cache/releases use the same version number used in
package.json
- Create a new tag with the version number.
- Auto generate release notes and update them to match the changes you made in
RELEASES.md.- Toggle the set as the latest release option.
- Publish the release.
- Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
- There should be a workflow run queued with the same version number.
- Approve the run to publish the new version and update the major tags for this action.
Changelog
6.1.0
- Bump
@actions/cacheto v6.1.0 to pick up actions/toolkit#2435 Handle cache write error due to read-only token- Switch redundant "Cache save failed" warning to debug log in save-only
6.0.0
- Updated
@actions/cacheto ^6.0.1,@actions/coreto ^3.0.1,@actions/execto ^3.0.0,@actions/ioto ^3.0.2- Migrated to ESM module system
- Upgraded Jest to v30 and test infrastructure to be ESM compatible
5.0.4
- Bump
minimatchto v3.1.5 (fixes ReDoS via globstar patterns)- Bump
undicito v6.24.1 (WebSocket decompression bomb protection, header validation fixes)- Bump
fast-xml-parserto v5.5.65.0.3
- Bump
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)- Bump
@actions/coreto v2.0.35.0.2
... (truncated)
Commits
55cc834Merge pull request #1768 from jasongin/readonly-cached8cd72fBump@actions/cacheto v6.1.0 - handle cache write error due to RO token2c8a9bdMerge pull request #1760 from actions/samirat/esm_migration_and_package_updatee9b91fdPrettier fixese4884b8Rebuild dist10baf01Fixed licensese39b386Fix test mock return orderb692820PR feedback6074912Rebuild dist bundles as ESM to match type:module5a912e8Fix lint and jest issues- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 16124674 |
| UUID: | 4833860711 |
| Node ID: | PR_kwDOSZyfmM7vF-7a |
| Host: | GitHub |
| Repository: | rrbrambley/Flashcards |