@actions/core: Upgrade @actions/http-client to 2.2.3
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.9k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
undici prior 5.28.5 has vulnerability (CWE-330, CVE-2025-22150, SNYK-JS-UNDICI-8641354).
@actions/http-client version 2.2.3 upgraded undici to v5.28.5 (ref #1957), which cleaned the vulnerability.
@actions/core still uses @actions/http-client version 2.1.0, thus is (transitively) vulnerable.
Please upgrade @actions/http-client to 2.2.3 in @actions/core.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with packages/core/package-lock.json, where @actions/core currently resolves @actions/http-client 2.1.0. Update the dependency to 2.2.3 and verify the lockfile resolves undici at 5.28.5 or later, removing the reported vulnerability.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- security
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100