Skip to content

Bump actions/github-script from 8 to 9#426

Merged
phracek merged 1 commit into
masterfrom
dependabot/github_actions/actions/github-script-9
May 12, 2026
Merged

Bump actions/github-script from 8 to 9#426
phracek merged 1 commit into
masterfrom
dependabot/github_actions/actions/github-script-9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps actions/github-script from 8 to 9.

Release notes

Sourced from actions/github-script's releases.

v9.0.0

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

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Pull Request validation

Failed

🔴 Failed or pending statuses:

  • Testing Farm - CentOS Stream 9 - s2i-python-container[pending]
  • Testing Farm - RHEL9 - postgresql-container[pending]
  • Testing Farm - RHEL11 - s2i-python-container[pending]

Success

🟢 Review - Reviewed by a member
🟢 Approval - Changes were approved


Triggered by Workflow Run

@phracek
Copy link
Copy Markdown
Member

phracek commented May 12, 2026

[test][test-pytest]

Copy link
Copy Markdown
Member

@phracek phracek left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 12, 2026

Testing Farm results

namecomposearchstatusstarted (UTC)timelogs
RHEL8 - nginx-containerRHEL-8.10.0-Nightlyx86_64✅ passed12.05.2026 11:03:5222min 14stest pipeline
RHEL9 - nginx-containerRHEL-9.6.0-Nightlyx86_64✅ passed12.05.2026 11:04:0532min 34stest pipeline
RHEL10 - postgresql-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 11:13:4628min 6stest pipeline
CentOS Stream 9 - s2i-base-containerCentOS-Stream-9x86_64✅ passed12.05.2026 11:28:2615min 25stest pipeline
RHEL11 - s2i-python-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 11:28:2219min 4stest pipeline
RHEL9 - postgresql-containerRHEL-9.6.0-Nightlyx86_64✅ passed12.05.2026 11:06:2047min 51stest pipeline
RHEL11 - s2i-perl-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 11:47:1919min 3stest pipeline
RHEL8 - s2i-base-containerRHEL-8.10.0-Nightlyx86_64✅ passed12.05.2026 11:58:2918min 46stest pipeline
CentOS Stream 10 - postgresql-containerCentOS-Stream-10x86_64✅ passed12.05.2026 11:59:2220min 17stest pipeline
RHEL10 - s2i-perl-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 12:08:0729min 51stest pipeline
RHEL11 - nginx-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 12:20:2720min 19stest pipeline
Fedora - postgresql-containerFedora-latestx86_64✅ passed12.05.2026 12:19:0722min 17stest pipeline
RHEL10 - s2i-base-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 12:20:4223min 3stest pipeline
Fedora - s2i-base-containerFedora-latestx86_64✅ passed12.05.2026 12:39:3710min 57stest pipeline
CentOS Stream 9 - s2i-python-containerCentOS-Stream-9x86_64✅ passed12.05.2026 11:02:491h 51min 2stest pipeline
CentOS Stream 9 - s2i-perl-containerCentOS-Stream-9x86_64✅ passed12.05.2026 12:34:2022min 31stest pipeline
Fedora - s2i-python-containerFedora-latestx86_64✅ passed12.05.2026 11:56:171h 1min 45stest pipeline
CentOS Stream 11 - s2i-base-containerCentOS-Stream-10x86_64✅ passed12.05.2026 12:44:3113min 13stest pipeline
CentOS Stream 10 - s2i-base-containerCentOS-Stream-10x86_64✅ passed12.05.2026 12:44:1714min 37stest pipeline
CentOS Stream 10 - s2i-python-containerCentOS-Stream-10x86_64✅ passed12.05.2026 11:53:271h 8min 54stest pipeline
CentOS Stream 9 - postgresql-containerCentOS-Stream-9x86_64✅ passed12.05.2026 12:35:5130min 25stest pipeline
CentOS Stream 11 - s2i-perl-containerCentOS-Stream-10x86_64✅ passed12.05.2026 12:52:0514min 10stest pipeline
Fedora - nginx-containerFedora-latestx86_64✅ passed12.05.2026 12:57:5911min 4stest pipeline
CentOS Stream 10 - s2i-perl-containerCentOS-Stream-10x86_64✅ passed12.05.2026 12:44:3025min 3stest pipeline
RHEL8 - s2i-perl-containerRHEL-8.10.0-Nightlyx86_64✅ passed12.05.2026 12:42:4928min 8stest pipeline
RHEL10 - nginx-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 12:55:3620min 19stest pipeline
RHEL11 - s2i-base-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 13:00:5319min 7stest pipeline
RHEL10 - s2i-python-containerRHEL-10-Nightlyx86_64❌ error12.05.2026 12:39:1140min 31stest pipeline
Fedora - s2i-perl-containerFedora-latestx86_64✅ passed12.05.2026 12:43:4737min 45stest pipeline
CentOS Stream 11 - nginx-containerCentOS-Stream-10x86_64✅ passed12.05.2026 13:08:2113min 16stest pipeline
CentOS Stream 11 - s2i-python-containerCentOS-Stream-10x86_64✅ passed12.05.2026 13:08:3013min 19stest pipeline
RHEL11 - postgresql-containerRHEL-10-Nightlyx86_64✅ passed12.05.2026 13:04:4719min 10stest pipeline
RHEL9 - s2i-base-containerRHEL-9.6.0-Nightlyx86_64✅ passed12.05.2026 12:58:5426min 1stest pipeline
CentOS Stream 10 - nginx-containerCentOS-Stream-10x86_64✅ passed12.05.2026 13:10:4315min 2stest pipeline
CentOS Stream 11 - postgresql-containerCentOS-Stream-10x86_64✅ passed12.05.2026 13:11:0514min 6stest pipeline
RHEL8 - postgresql-containerRHEL-8.10.0-Nightlyx86_64✅ passed12.05.2026 12:45:2740min 44stest pipeline
CentOS Stream 9 - nginx-containerCentOS-Stream-9x86_64✅ passed12.05.2026 13:13:1817min 57stest pipeline
RHEL9 - s2i-perl-containerRHEL-9.6.0-Nightlyx86_64✅ passed12.05.2026 12:59:0034min 27stest pipeline
RHEL8 - s2i-python-containerRHEL-8.10.0-Nightlyx86_64✅ passed12.05.2026 12:30:221h 33min 52stest pipeline
RHEL9 - s2i-python-containerRHEL-9.6.0-Nightlyx86_64❌ error12.05.2026 12:13:511h 51min 41stest pipeline

@phracek phracek merged commit 0bd53a3 into master May 12, 2026
41 of 44 checks passed
@phracek phracek deleted the dependabot/github_actions/actions/github-script-9 branch May 12, 2026 13:55
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