Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/github/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

### 9.1.0

- Append `actions_orchestration_id` to user-agent when `ACTIONS_ORCHESTRATION_ID` environment variable is set
- Export `getUserAgentWithOrchestrationId` from `@actions/github/lib/utils` for downstream consumers
- Append `actions_orchestration_id` to user-agent when the `ACTIONS_ORCHESTRATION_ID` environment variable is set [#2364](https://github.com/actions/toolkit/pull/2364)

### 9.0.0

Expand Down
4 changes: 2 additions & 2 deletions packages/github/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@actions/github",
"version": "9.0.0",
"version": "9.1.0",
"description": "Actions github lib",
"keywords": [
Comment on lines 1 to 5
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.
"github",
Expand Down
Loading