Skip to content

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

Merged
benbrandt merged 1 commit intomainfrom
dependabot/github_actions/actions/github-script-9
Apr 13, 2026
Merged

Bump actions/github-script from 8 to 9#235
benbrandt merged 1 commit intomainfrom
dependabot/github_actions/actions/github-script-9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 13, 2026
@benbrandt benbrandt merged commit a50fe85 into main Apr 13, 2026
30 checks passed
@benbrandt benbrandt deleted the dependabot/github_actions/actions/github-script-9 branch April 13, 2026 15:38
zerob13 pushed a commit to zerob13/acp-registry that referenced this pull request Apr 19, 2026
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
zerob13 added a commit to zerob13/acp-registry that referenced this pull request Apr 19, 2026
* Add dimcode

* Update dimcode 0.0.41

* docs: update protocol matrix for 2026-04-09

* Update opencode to 1.4.1

- opencode: 1.4.0 -> 1.4.1

* Update qoder to 0.1.39

- qoder: 0.1.38 -> 0.1.39

* docs: update protocol matrix for 2026-04-10

* revert fixed version for gemini (agentclientprotocol#230)

* revert fixed version for gemini

* revert fixed version for gemini

* docs: update protocol matrix for 2026-04-11

* docs: update protocol matrix for 2026-04-12

* Update crow-cli (agentclientprotocol#232)

* Update agent.json

* Update quarantine.json

* Update agent.json

* Bump actions/create-github-app-token from 3.0.0 to 3.1.1 (agentclientprotocol#234)

Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@f8d387b...1b10c78)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* docs: update protocol matrix for 2026-04-13

* Fix nightly version updates when distribution sources drift (agentclientprotocol#236)

* Fix multi-source version resolution in update workflow

* Format update workflow version resolution changes

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update junie/agent.json to version 1362.39.0 (agentclientprotocol#237)

* Update 12 agents to latest versions

- cline: 2.13.0 -> 2.14.0
- codebuddy-code: 2.81.2 -> 2.85.0
- factory-droid: 0.97.0 -> 0.99.0
- fast-agent: 0.6.12 -> 0.6.15
- github-copilot: 1.465.0 -> 1.469.0
- github-copilot-cli: 1.0.21 -> 1.0.25
- kimi: 1.30.0 -> 1.32.0
- mistral-vibe: 2.7.3 -> 2.7.4
- nova: 1.0.95 -> 1.0.96
- opencode: 1.4.1 -> 1.4.3
- qoder: 0.1.39 -> 0.1.42
- qwen-code: 0.14.2 -> 0.14.4

* Bump actions/github-script from 8 to 9 (agentclientprotocol#235)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update 2 agents to latest versions

- codebuddy-code: 2.85.0 -> 2.86.0
- kimi: 1.32.0 -> 1.33.0

* Update claude-acp to 0.27.0

- claude-acp: 0.26.0 -> 0.27.0

* Update gemini to 0.37.2

- gemini: 0.37.1 -> 0.37.2

* Update fast-agent to 0.6.16

- fast-agent: 0.6.15 -> 0.6.16

* Update factory-droid to 0.100.0

- factory-droid: 0.99.0 -> 0.100.0

* docs: update protocol matrix for 2026-04-14

* Update mistral-vibe to 2.7.5

- mistral-vibe: 2.7.4 -> 2.7.5

* Update corust-agent to 0.4.2

- corust-agent: 0.4.1 -> 0.4.2

* Update qoder to 0.1.43

- qoder: 0.1.42 -> 0.1.43

* Update 2 agents to latest versions

- codebuddy-code: 2.86.0 -> 2.87.0
- kimi: 1.33.0 -> 1.34.0

* Update codebuddy-code to 2.88.0

- codebuddy-code: 2.87.0 -> 2.88.0

* Update github-copilot-cli to 1.0.26

- github-copilot-cli: 1.0.25 -> 1.0.26

* Update auggie to 0.24.0

- auggie: 0.23.0 -> 0.24.0

* Update gemini to 0.38.0

- gemini: 0.37.2 -> 0.38.0

* Update 3 agents to latest versions

- factory-droid: 0.100.0 -> 0.101.0
- github-copilot-cli: 1.0.26 -> 1.0.27
- opencode: 1.4.3 -> 1.4.4

* Update 2 agents to latest versions

- nova: 1.0.96 -> 1.0.97
- opencode: 1.4.4 -> 1.4.5

* Update github-copilot to 1.470.0

- github-copilot: 1.469.0 -> 1.470.0

* docs: update protocol matrix for 2026-04-15

* Update opencode to 1.4.6

- opencode: 1.4.5 -> 1.4.6

* Update claude-acp to 0.28.0

- claude-acp: 0.27.0 -> 0.28.0

* Update kimi to 1.35.0

- kimi: 1.34.0 -> 1.35.0

* Update qwen-code to 0.14.5

- qwen-code: 0.14.4 -> 0.14.5

* Update gemini to 0.38.1

- gemini: 0.38.0 -> 0.38.1

* Update kilo to 7.2.8

- kilo: 7.2.1 -> 7.2.8

* Update kilo to 7.2.10

- kilo: 7.2.8 -> 7.2.10

* Update github-copilot-cli to 1.0.28

- github-copilot-cli: 1.0.27 -> 1.0.28

* Update factory-droid to 0.102.0

- factory-droid: 0.101.0 -> 0.102.0

* docs: update protocol matrix for 2026-04-16

* Update mistral-vibe to 2.7.6

- mistral-vibe: 2.7.5 -> 2.7.6

* Update 2 agents to latest versions

- codebuddy-code: 2.88.0 -> 2.89.0
- qoder: 0.1.43 -> 0.1.44

* Update 2 agents to latest versions

- codebuddy-code: 2.89.0 -> 2.90.0
- github-copilot-cli: 1.0.28 -> 1.0.29

* Update claude-acp to 0.29.0

- claude-acp: 0.28.0 -> 0.29.0

* ci: allow workflow_dispatch to trigger S3 upload and release (agentclientprotocol#241)

The upload-to-S3, artifact-upload, and GitHub-release jobs were gated on
`github.event_name == 'push'`, which skipped them for manual
workflow_dispatch runs. Add `workflow_dispatch` to those conditions so
manual triggers on main also deploy to CDN and publish releases.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Update 2 agents to latest versions

- cline: 2.14.0 -> 2.15.0
- github-copilot-cli: 1.0.29 -> 1.0.30

* Update github-copilot-cli to 1.0.31

- github-copilot-cli: 1.0.30 -> 1.0.31

* Update 2 agents to latest versions

- fast-agent: 0.6.16 -> 0.6.17
- opencode: 1.4.6 -> 1.4.7

* Update goose to 1.31.0

- goose: 1.30.0 -> 1.31.0

* Update factory-droid to 0.103.0

- factory-droid: 0.102.0 -> 0.103.0

* Update github-copilot to 1.472.0

- github-copilot: 1.470.0 -> 1.472.0

* docs: update protocol matrix for 2026-04-17

* Update nova to 1.0.98

- nova: 1.0.97 -> 1.0.98

* Update claude-acp to 0.29.1

- claude-acp: 0.29.0 -> 0.29.1

* Update 4 agents to latest versions

- codebuddy-code: 2.90.0 -> 2.91.0
- kimi: 1.35.0 -> 1.36.0
- opencode: 1.4.7 -> 1.4.8
- stakpak: 0.3.73 -> 0.3.74

* Update 3 agents to latest versions

- claude-acp: 0.29.1 -> 0.29.2
- factory-droid: 0.103.0 -> 0.103.1
- opencode: 1.4.8 -> 1.4.9

* Update 2 agents to latest versions

- gemini: 0.38.1 -> 0.38.2
- kilo: 7.2.10 -> 7.2.14

* Update opencode to 1.4.10

- opencode: 1.4.9 -> 1.4.10

* Update fast-agent to 0.6.18

- fast-agent: 0.6.17 -> 0.6.18

* Update github-copilot-cli to 1.0.32

- github-copilot-cli: 1.0.31 -> 1.0.32

* Update 2 agents to latest versions

- opencode: 1.4.10 -> 1.4.11
- pi-acp: 0.0.25 -> 0.0.26

* Update 2 agents to latest versions

- factory-droid: 0.103.1 -> 0.104.0
- nova: 1.0.98 -> 1.0.99

* docs: update protocol matrix for 2026-04-18

* Update fast-agent to 0.6.19

- fast-agent: 0.6.18 -> 0.6.19

* Update 2 agents to latest versions

- nova: 1.0.99 -> 1.0.100
- opencode: 1.4.11 -> 1.14.17

* docs: update protocol matrix for 2026-04-19

* chore: update dimcode to 0.0.42

* chore: update dimcode to 0.0.43

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: acp-release[bot] <2373403+acp-release[bot]@users.noreply.github.com>
Co-authored-by: Anna Zhdan <anna.zhdan@jetbrains.com>
Co-authored-by: Thomas Wood <odell.wood@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Ignatov <ignatov@jetbrains.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andrey Efimov <andrei.efimov@jetbrains.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant