chore: bump @actions/github to 9.1.0 for release#2366
Merged
salmanmkc merged 1 commit intoactions:mainfrom Apr 8, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR prepares @actions/github for a 9.1.0 release by updating the package version and enhancing the release notes to reflect the orchestration ID user-agent support added in #2364.
Changes:
- Bump
@actions/githubfrom9.0.0to9.1.0 - Update
RELEASES.mdwith a PR link and an idempotency-guard note for the orchestration ID user-agent behavior
Show a summary per file
| File | Description |
|---|---|
| packages/github/package.json | Updates package version to 9.1.0 for the new release. |
| packages/github/RELEASES.md | Adds contextual release notes and a link to the implementing PR. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
Comment on lines
1
to
5
| { | ||
| "name": "@actions/github", | ||
| "version": "9.0.0", | ||
| "version": "9.1.0", | ||
| "description": "Actions github lib", | ||
| "keywords": [ |
There was a problem hiding this comment.
package.json version was bumped to 9.1.0, but packages/github/package-lock.json still has the root package version fields set to 9.0.0. This will leave the lockfile inconsistent with the package metadata; please regenerate/update the lockfile so the versions match.
65920e9 to
ee0edff
Compare
ericsciple
previously approved these changes
Apr 8, 2026
- Version bump 9.0.0 → 9.1.0 in package.json - Update RELEASES.md with idempotency guard note and PR link
ee0edff to
e4598e3
Compare
ericsciple
approved these changes
Apr 8, 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.
Summary
Bump
@actions/githubversion to 9.1.0 following the merge of #2364 (orchestration ID support).Changes
package.json:9.0.0→9.1.0RELEASES.md: Added PR link and idempotency guard noteRelease
After merge, trigger the Publish NPM workflow:
githubmainlatestPart of https://github.com/github/c2c-actions/issues/10001