Skip to content

chore: bump @actions/github to 9.1.0 for release#2366

Merged
salmanmkc merged 1 commit intoactions:mainfrom
salmanmkc:salmanmkc/github-9.1.0-release
Apr 8, 2026
Merged

chore: bump @actions/github to 9.1.0 for release#2366
salmanmkc merged 1 commit intoactions:mainfrom
salmanmkc:salmanmkc/github-9.1.0-release

Conversation

@salmanmkc
Copy link
Copy Markdown
Contributor

Summary

Bump @actions/github version to 9.1.0 following the merge of #2364 (orchestration ID support).

Changes

  • package.json: 9.0.09.1.0
  • RELEASES.md: Added PR link and idempotency guard note

Release

After merge, trigger the Publish NPM workflow:

  • Package: github
  • Branch: main
  • npm-tag: latest

Part of https://github.com/github/c2c-actions/issues/10001

Copilot AI review requested due to automatic review settings April 8, 2026 19:57
@salmanmkc salmanmkc requested a review from a team as a code owner April 8, 2026 19:57
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 @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/github from 9.0.0 to 9.1.0
  • Update RELEASES.md with 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": [
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
@salmanmkc salmanmkc force-pushed the salmanmkc/github-9.1.0-release branch from 65920e9 to ee0edff Compare April 8, 2026 20:00
ericsciple
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
@salmanmkc salmanmkc merged commit b68d046 into actions:main Apr 8, 2026
20 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants