Skip to content

Update actions/github-script action to v9#3289

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-github-script-9.x
Closed

Update actions/github-script action to v9#3289
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-github-script-9.x

Conversation

@renovate

@renovate renovate Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/github-script action major v6v9

Release Notes

actions/github-script (actions/github-script)

v9.0.0

Compare Source

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@​actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@​actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@​actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.
What's Changed
New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

v9

Compare Source

v8.0.0

Compare Source

v8: .0.0

Compare Source

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

New Contributors

Full Changelog: actions/github-script@v7.1.0...v8.0.0

v7.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/github-script@v7.0.0...v7.0.1

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/github-script@v6.4.1...v7.0.0

v7

Compare Source


Configuration

📅 Schedule: (in timezone Europe/London)

  • Branch creation
    • Between 07:00 AM and 07:59 PM, only on Monday, Wednesday, and Thursday (* 7-19 * * 1,3,4)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner May 20, 2026 16:21
@renovate renovate Bot requested review from cakeben, karen-hedges and npv0 and removed request for a team May 20, 2026 16:21
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 1d1f667 to 2d90474 Compare June 10, 2026 09:51
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 2d90474 to ce7c24f Compare June 12, 2026 13:08
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from f069eac to bc2a42f Compare June 15, 2026 09:46
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from bc2a42f to 183bf05 Compare June 15, 2026 11:43
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 183bf05 to fd4fb28 Compare June 15, 2026 13:03
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch 4 times, most recently from 4af7eed to cca307b Compare June 18, 2026 15:47
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from cca307b to 154083d Compare June 18, 2026 22:40
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from 2057a69 to 1afc24b Compare June 24, 2026 08:24
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 1afc24b to 985ef39 Compare June 24, 2026 09:40
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 985ef39 to 2a3fb0c Compare June 24, 2026 10:56
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from 9a0ec85 to 0023fed Compare June 24, 2026 12:28
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 0023fed to 10075c0 Compare June 24, 2026 13:38
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 10075c0 to ab833b1 Compare June 24, 2026 14:49
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from ab833b1 to 67f5b25 Compare June 24, 2026 20:07
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 67f5b25 to e320712 Compare June 25, 2026 07:55
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from e320712 to d07ea0b Compare June 25, 2026 09:09
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from d07ea0b to 318a156 Compare June 25, 2026 10:20
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 318a156 to 9132a0e Compare June 25, 2026 11:34
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 9132a0e to a4836f0 Compare June 25, 2026 12:42
@karen-hedges

Copy link
Copy Markdown
Contributor

Closing because we have run out of callbacks

@renovate

renovate Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 9.x releases. But if you manually upgrade to 9.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant