-
Notifications
You must be signed in to change notification settings - Fork 633
Bump @actions/cache to v5 #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request bumps the @actions/cache dependency from version 4.0.3 to 5.0.0, bringing updates to the GitHub Actions toolkit cache library. The update includes a complete refresh of the dependency tree with new transitive dependencies and removal of deprecated packages.
Key changes:
- Updated
@actions/cacheto v5.0.0 with new Azure SDK dependencies - Refreshed package-lock.json with updated transitive dependencies including new packages like
@typespec/ts-http-runtime,http-proxy-agent, andhttps-proxy-agent - Updated license files for new and modified dependencies
Reviewed changes
Copilot reviewed 30 out of 40 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumped @actions/cache from ^4.0.3 to ^5.0.0 |
| package-lock.json | Complete dependency tree refresh with new Azure SDK v5 dependencies, removal of deprecated packages (@protobuf-ts/plugin, @azure/ms-rest-js, abort-controller, event-target-shim, safe-buffer), and addition of new proxy agent dependencies |
| .licenses/npm/*.dep.yml | Updated and added license files for new/updated dependencies including @actions/cache v5.0.0, various Azure SDK packages, and new proxy agent packages; removed licenses for deprecated packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Resolves punycode deprecation warning - Updates licensed cache metadata
Updates this action to use @actions/cache v5 (toolkit cache library).
Testing: