-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Release @actions/http-client v3.0.1 #2231
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
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>
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 prepares the release of @actions/http-client v3.0.1, which includes support for ACTIONS_ORCHESTRATION_ID in the user-agent and default user-agent functionality added in PR #2229.
Key Changes:
- Version bumped from 3.0.0 to 3.0.1 (patch release)
- Added changelog entry documenting the new features from PR #2229
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/http-client/package.json | Updated version field to 3.0.1 |
| packages/http-client/package-lock.json | Updated version references to 3.0.1 |
| packages/http-client/RELEASES.md | Added changelog entry for v3.0.1 with reference to PR #2229 |
The changes are clean, consistent, and follow the established patterns in the repository. The version bump is appropriate for a patch release, and all documentation has been properly updated.
Files not reviewed (1)
- packages/http-client/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Prepare new package version release for http-client
This PR prepares a new version release for the @actions/http-client package following the merge of PR #2229, which added:
Plan:
Changes Made:
The package builds successfully and all security checks pass. This is ready for release!
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.