Update selected packages to consume @actions/http-client@3.0.1#2233
Update selected packages to consume @actions/http-client@3.0.1#2233TingluoHuang merged 8 commits intomainfrom
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", |
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", |
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", |
.gitignore
Outdated
| .DS_Store | ||
| *.xar | ||
| packages/*/audit.json | ||
| .nx/ |
There was a problem hiding this comment.
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", |
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.
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.