Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 46 additions & 9 deletions packages/tool-cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tool-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/exec": "^1.0.0",
"@actions/http-client": "^2.0.1",
"@actions/http-client": "^2.2.3",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This upgrade to @actions/http-client introduces undici as a new transitive dependency. The undici package requires Node.js version 14 or newer. This is a potential breaking change, as other dependencies in this project appear to support older Node.js versions (e.g., nock requires >= 10.13). If this package needs to run on Node.js versions below 14, this upgrade will likely cause runtime failures.

"@actions/io": "^1.1.1",
"semver": "^6.1.0"
},
Expand Down
Loading