Skip to content

build(deps): bump actions/github-script from 7 to 9#714

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/github-script-9
Open

build(deps): bump actions/github-script from 7 to 9#714
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/github-script-9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/github-script from 7 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

v8.0.0

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

What's Changed

... (truncated)

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 7 to 9.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v7...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 Jun 29, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Dagger benchmarks: dirty vs master

master dirty master / dirty
array/dagger/N=1024 (block 512)/add (X + X) 11.5 ± 1.2 ms 12.9 ± 0.99 ms 0.891 ± 0.12
array/dagger/N=1024 (block 512)/alloc (rand) 4.34 ± 0.24 ms 4.41 ± 0.42 ms 0.985 ± 0.11
array/dagger/N=1024 (block 512)/broadcast (X .+ 1) 8.66 ± 4 ms 8.21 ± 8.9 ms 1.05 ± 1.2
array/dagger/N=1024 (block 512)/map (sin.(X)) 13 ± 1.3 ms 13.2 ± 0.71 ms 0.986 ± 0.11
array/dagger/N=1024 (block 512)/norm 4.64 ± 0.08 ms 5.89 ± 0.78 ms 0.788 ± 0.11
array/dagger/N=1024 (block 512)/reduce (sum) 9.18 ± 0.76 ms 9.88 ± 1 ms 0.929 ± 0.12
array/dagger/N=1024 (block 512)/transpose (permutedims) 11.3 ± 1.4 ms 14.2 ± 1.7 ms 0.799 ± 0.14
array/dagger/N=256 (block 256)/add (X + X) 5.95 ± 0.46 ms 4.73 ± 0.58 ms 1.26 ± 0.18
array/dagger/N=256 (block 256)/alloc (rand) 1.93 ± 0.11 ms 1.67 ± 0.17 ms 1.16 ± 0.13
array/dagger/N=256 (block 256)/broadcast (X .+ 1) 5.49 ± 0.26 ms 3.84 ± 0.33 ms 1.43 ± 0.14
array/dagger/N=256 (block 256)/map (sin.(X)) 6.84 ± 1.6 ms 4.12 ± 0.32 ms 1.66 ± 0.42
array/dagger/N=256 (block 256)/norm 4.53 ± 2.9 ms 2.67 ± 0.39 ms 1.7 ± 1.1
array/dagger/N=256 (block 256)/reduce (sum) 6.9 ± 0.35 ms 4.81 ± 0.98 ms 1.44 ± 0.3
array/dagger/N=256 (block 256)/transpose (permutedims) 5.11 ± 3.6 ms 3.35 ± 0.97 ms 1.52 ± 1.2
linalg/dagger/N=1024 (block 512)/cholesky 0.0403 ± 0.0041 s 0.041 ± 0.0032 s 0.982 ± 0.12
linalg/dagger/N=1024 (block 512)/lu 8.93 s 9 s 0.992
linalg/dagger/N=1024 (block 512)/matmul (A*A) 0.0617 ± 0.0099 s 0.069 ± 0.0069 s 0.894 ± 0.17
linalg/dagger/N=1024 (block 512)/matvec (A*x) 12.7 ± 0.96 ms 11.7 ± 0.68 ms 1.09 ± 0.1
linalg/dagger/N=1024 (block 512)/qr 0.403 ± 0.026 s 0.424 ± 0.011 s 0.951 ± 0.066
linalg/dagger/N=1024 (block 512)/solve (A\b via lu) 12.4 s 12.7 s 0.983
linalg/dagger/N=1024 (block 512)/syrk (A'*A) 0.0532 ± 0.0024 s 0.0602 ± 0.0064 s 0.885 ± 0.1
linalg/dagger/N=256 (block 256)/cholesky 7.55 ± 1.3 ms 7.4 ± 0.35 ms 1.02 ± 0.18
linalg/dagger/N=256 (block 256)/lu 1.53 ± 0.0052 s 1.48 ± 0.016 s 1.04 ± 0.012
linalg/dagger/N=256 (block 256)/matmul (A*A) 5.62 ± 0.16 ms 5.88 ± 1.4 ms 0.955 ± 0.22
linalg/dagger/N=256 (block 256)/matvec (A*x) 4.29 ± 0.25 ms 4.7 ± 0.15 ms 0.912 ± 0.06
linalg/dagger/N=256 (block 256)/qr 12.9 ± 0.81 ms 13.5 ± 2.3 ms 0.96 ± 0.18
linalg/dagger/N=256 (block 256)/solve (A\b via lu) 2.59 ± 0.007 s 2.47 ± 0.0085 s 1.05 ± 0.0046
linalg/dagger/N=256 (block 256)/syrk (A'*A) 8.57 ± 1.7 ms 7.53 ± 0.71 ms 1.14 ± 0.25
time_to_load 1.07 ± 0.023 s 1.11 ± 0.01 s 0.964 ± 0.022

Plots

⚠️ Regressions (> 25.0%)

  • array/dagger/N=1024 (block 512)/norm: +26.9%
  • array/dagger/N=1024 (block 512)/transpose (permutedims): +25.1%

Improvements (> 25.0% faster)

  • array/dagger/N=256 (block 256)/norm: -41.0%
  • array/dagger/N=256 (block 256)/map (sin.(X)): -39.7%
  • array/dagger/N=256 (block 256)/transpose (permutedims): -34.4%
  • array/dagger/N=256 (block 256)/reduce (sum): -30.3%
  • array/dagger/N=256 (block 256)/broadcast (X .+ 1): -30.0%

Full results and plots (download the benchmark-results artifact).

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.

0 participants