release new versions for a few packages#2383
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares a multi-package release in the toolkit monorepo by incrementing package versions and updating per-package release notes.
Changes:
- Bump
@actions/http-clientfrom4.0.0→4.0.1(+ update lockfile + changelog entry) - Bump
@actions/globfrom0.6.1→0.7.0(+ update lockfile + changelog entry) - Bump
@actions/githubfrom9.1.0→9.1.1and@actions/corefrom3.0.0→3.0.1(+ update lockfiles + changelog entries)
Show a summary per file
| File | Description |
|---|---|
| packages/http-client/package.json | Patch version bump for @actions/http-client. |
| packages/http-client/package-lock.json | Lockfile version field updates for @actions/http-client release. |
| packages/http-client/RELEASES.md | Add 4.0.1 release entry. |
| packages/glob/package.json | Minor version bump for @actions/glob. |
| packages/glob/package-lock.json | Lockfile version field updates for @actions/glob release. |
| packages/glob/RELEASES.md | Add 0.7.0 release entry. |
| packages/github/package.json | Patch version bump for @actions/github. |
| packages/github/package-lock.json | Lockfile version field updates for @actions/github release. |
| packages/github/RELEASES.md | Add 9.1.1 release entry. |
| packages/core/package.json | Patch version bump for @actions/core. |
| packages/core/package-lock.json | Lockfile version field updates for @actions/core release. |
| packages/core/RELEASES.md | Add 3.0.1 release entry. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Files not reviewed (4)
- packages/core/package-lock.json: Language not supported
- packages/github/package-lock.json: Language not supported
- packages/glob/package-lock.json: Language not supported
- packages/http-client/package-lock.json: Language not supported
- Files reviewed: 8/12 changed files
- Comments generated: 2
salmanmkc
reviewed
Apr 21, 2026
salmanmkc
reviewed
Apr 21, 2026
| "@actions/io": "^3.0.2" | ||
| } | ||
| }, | ||
| "node_modules/@actions/http-client": { |
Contributor
There was a problem hiding this comment.
also are you going to do a npm install again to get http client to bump after releasing http client? would need a new pr after
salmanmkc
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.