-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update selected packages to consume @actions/http-client@3.0.1 #2233
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
Conversation
… versions Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
packages/attest/package.json
Outdated
| { | ||
| "name": "@actions/attest", | ||
| "version": "2.1.0", | ||
| "version": "2.1.1", |
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.
@copilot don't create new release for this action
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.
Reverted the version back to 2.1.0 while keeping the http-client dependency update to ^3.0.1 in commit d3a0fb2.
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
packages/github/package.json
Outdated
| }, | ||
| "dependencies": { | ||
| "@actions/http-client": "^2.2.0", | ||
| "@actions/http-client": "^3.0.1", |
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.
@copilot don't update this package as well.
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.
Reverted github package to version 6.0.1 with http-client ^2.2.0 in commit 3a3b073.
packages/tool-cache/package.json
Outdated
| "@actions/core": "^1.11.1", | ||
| "@actions/exec": "^1.0.0", | ||
| "@actions/http-client": "^2.0.1", | ||
| "@actions/http-client": "^3.0.1", |
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.
@copilot also not this one.
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.
Reverted tool-cache package to version 2.0.2 with http-client ^2.0.1 in commit 3a3b073.
.gitignore
Outdated
| .DS_Store | ||
| *.xar | ||
| packages/*/audit.json | ||
| .nx/ |
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.
@copilot undo this one.
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.
Removed .nx/ from .gitignore in commit 3a3b073.
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
packages/attest/package.json
Outdated
| "@actions/core": "^1.11.1", | ||
| "@actions/github": "^6.0.0", | ||
| "@actions/http-client": "^2.2.3", | ||
| "@actions/http-client": "^3.0.1", |
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.
@copilot undo change to this.
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.
Reverted http-client dependency in attest package back to ^2.2.3 in commit 2a9d836.
Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
|
@copilot you have CI failure. |
The CI failure is a flaky test in Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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 updates three packages (@actions/core, @actions/cache, and @actions/artifact) to consume the latest patch version of @actions/http-client (3.0.1), applying appropriate patch version bumps to each consuming package.
- Updates @actions/http-client dependency from ^3.0.0 to ^3.0.1 in core, cache, and artifact packages
- Bumps package versions: core 2.0.1→2.0.2, cache 5.0.1→5.0.2, artifact 5.0.1→5.0.2
- Regenerates package-lock.json files with correct dependency resolution and integrity hashes
Reviewed changes
Copilot reviewed 3 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/core/package.json | Version bump to 2.0.2 and http-client dependency update to ^3.0.1 |
| packages/core/package-lock.json | Lockfile regeneration with http-client 3.0.1 resolution |
| packages/cache/package.json | Version bump to 5.0.2 and http-client dependency update to ^3.0.1 |
| packages/cache/package-lock.json | Lockfile regeneration with http-client 3.0.1 resolution |
| packages/artifact/package.json | Version bump to 5.0.2 and http-client dependency update to ^3.0.1 |
| packages/artifact/package-lock.json | Lockfile regeneration with http-client 3.0.1 resolution |
Files not reviewed (3)
- packages/artifact/package-lock.json: Language not supported
- packages/cache/package-lock.json: Language not supported
- packages/core/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Updates selected packages to consume
@actions/http-client@3.0.1and prepares patch releases where needed.Package Updates
Additional Changes
The artifact, cache, and core packages now reference the latest http-client patch version (3.0.1). The attest, github, and tool-cache packages remain unchanged as they do not require updates at this time.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.