-
Notifications
You must be signed in to change notification settings - Fork 820
Upgrade @actions/cache to v5 #968
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
- Bump @actions/cache from 4.0.3 to 5.0.0 - Update license cache files for new/updated dependencies - Rebuild dist bundles - Mark @actions/http-client as reviewed in licensed config (MIT license text present but detected as 'other')
8a2b478 to
99877da
Compare
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 PR upgrades @actions/cache from version 4.0.3 to 5.0.0, bringing improvements and updated underlying dependencies.
Key changes:
- Updated
@actions/cachedependency to version 5.0.0 - Bumped package version from 4.0.0 to 4.0.1
- Updated transitive dependencies including
@actions/core(2.0.0),@actions/exec(2.0.0),@actions/http-client(3.0.0), and@azure/core-rest-pipeline(1.22.0)
Reviewed changes
Copilot reviewed 29 out of 40 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updated @actions/cache dependency from ^4.0.3 to ^5.0.0 and bumped package version to 4.0.1 |
| package-lock.json | Updated lockfile with new dependency versions and transitive dependency tree for @actions/cache v5.0.0 |
| .licenses/npm/typescript.dep.yml | Removed license file for typescript 3.9.10 (no longer a dependency) |
| .licenses/npm/tslib.dep.yml | Updated to tslib 2.6.2 (consolidated from multiple versions) |
| .licenses/npm/tslib-1.14.1.dep.yml | Removed old tslib 1.14.1 license file |
| .licenses/npm/ms.dep.yml | Updated license metadata from event-target-shim to ms (corrected package reference) |
| .licenses/npm/@protobuf-ts/*.dep.yml | Removed @protobuf-ts/plugin, plugin-framework, and protoc; updated runtime and runtime-rpc to 2.11.1 |
| .licenses/npm/@azure/*.dep.yml | Added/updated license files for new Azure SDK dependencies (@azure/core-rest-pipeline, updated versions of core-auth, core-util, logger, abort-controller, core-tracing) |
| .licenses/npm/@azure/ms-rest-js.dep.yml | Removed (no longer a dependency) |
| .licenses/npm/@actions/*.dep.yml | Added license files for new versions of core (2.0.1), exec (2.0.0), io (2.0.0), http-client (3.0.0), and glob (0.5.0) |
| .licenses/npm/form-data*.dep.yml | Updated form-data from 2.5.1 to 4.0.5, removed duplicate 4.0.0 license file |
| .licenses/npm/es-*.dep.yml | Added license files for new ES-related utility dependencies |
| .licenses/npm/debug.dep.yml | Added license file for debug 4.3.4 (now a production dependency) |
| .licenses/npm/function-bind.dep.yml | Added license file (now a production dependency) |
| .licenses/npm/get-*.dep.yml | Added license files for new getter utility dependencies |
| .licenses/npm/gopd.dep.yml, has-*.dep.yml | Added license files for new helper dependencies |
| .licenses/npm/http*-proxy-agent.dep.yml | Added license files for new proxy agent dependencies |
| .licenses/npm/math-intrinsics.dep.yml | Added license file for new math utilities dependency |
| .licenses/npm/@typespec/ts-http-runtime.dep.yml | Added license file for new TypeSpec HTTP runtime dependency |
| .licenses/npm/agent-base.dep.yml | Added license file for agent-base dependency |
| .licenses/npm/brace-expansion.dep.yml | Updated version from 1.1.11 to 1.1.12 |
| .licenses/npm/call-bind-apply-helpers.dep.yml, dunder-proto.dep.yml | Added license files for new utility dependencies |
| .licenses/npm/hasown.dep.yml | Added license file for hasown dependency |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Bumps
@actions/cachefrom 4.0.3 to 5.0.1.Changes
package.jsonandpackage-lock.jsonwith new dependency versiondist/setup/index.js,dist/cleanup/index.js)@actions/http-clientto reviewed dependencies in.licensed.yml(MIT license text present but detected as 'other')Why
@actions/cache@v5includes improvements and updates to underlying dependencies including:@actions/core@2.0.1@actions/exec@2.0.0@actions/http-client@3.0.0@azure/core-rest-pipeline@1.22.2Testing
licensed statuspasses with 0 errorsnpm run buildcompletes successfully