Skip to content

chore(deps): actions/github-script ^ v9.0.0#1353

Merged
andrinoff merged 1 commit into
masterfrom
renovate/actions-github-script-9.x
May 23, 2026
Merged

chore(deps): actions/github-script ^ v9.0.0#1353
andrinoff merged 1 commit into
masterfrom
renovate/actions-github-script-9.x

Conversation

@floatpanebot
Copy link
Copy Markdown
Member

What?

This PR contains the following updates:

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

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

Why?

Automated dependency update via Renovate.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

@floatpanebot floatpanebot added the dependencies Dependency updates label May 23, 2026
@floatpanebot floatpanebot requested a review from a team as a code owner May 23, 2026 09:54
@floatpanebot floatpanebot added the size/XS Diff: 0–10 lines label May 23, 2026
@andrinoff andrinoff merged commit 1d854c0 into master May 23, 2026
26 of 28 checks passed
@andrinoff andrinoff deleted the renovate/actions-github-script-9.x branch May 23, 2026 09:56
@floatpanebot
Copy link
Copy Markdown
Member Author

Benchmark report — no significant change

Metrics worse: 0 · better: 0 (threshold: ±3%).

benchstat output
goos: linux
goarch: amd64
pkg: github.com/floatpane/matcha/backend
cpu: AMD EPYC 7763 64-Core Processor                
                           │   old.txt    │               new.txt                │
                           │    sec/op    │    sec/op      vs base               │
ParseSearchQuery_Simple-4    2.511µ ± 48%   2.605µ ± 277%        ~ (p=1.000 n=6)
ParseSearchQuery_Complex-4   7.379µ ± 48%   8.384µ ±  34%        ~ (p=0.589 n=6)
TokenizeSearchQuery-4        3.742µ ± 61%   5.662µ ± 100%        ~ (p=0.394 n=6)
geomean                      4.108µ         4.982µ         +21.27%

                           │  old.txt   │              new.txt               │
                           │    B/op    │    B/op     vs base                │
ParseSearchQuery_Simple-4    26.00 ± 0%   26.00 ± 0%       ~ (p=1.000 n=6) ¹
ParseSearchQuery_Complex-4   762.0 ± 0%   762.0 ± 0%       ~ (p=1.000 n=6) ¹
TokenizeSearchQuery-4        176.0 ± 0%   176.0 ± 0%       ~ (p=1.000 n=6) ¹
geomean                      151.6        151.6       +0.00%
¹ all samples are equal

                           │  old.txt   │              new.txt               │
                           │ allocs/op  │ allocs/op   vs base                │
ParseSearchQuery_Simple-4    2.000 ± 0%   2.000 ± 0%       ~ (p=1.000 n=6) ¹
ParseSearchQuery_Complex-4   23.00 ± 0%   23.00 ± 0%       ~ (p=1.000 n=6) ¹
TokenizeSearchQuery-4        9.000 ± 0%   9.000 ± 0%       ~ (p=1.000 n=6) ¹
geomean                      7.453        7.453       +0.00%
¹ all samples are equal

pkg: github.com/floatpane/matcha/tui
                    │   old.txt    │              new.txt               │
                    │    sec/op    │    sec/op     vs base              │
LogPanelView-4        175.7µ ±  5%   175.8µ ±  8%       ~ (p=1.000 n=6)
SearchOverlayView-4   198.5µ ± 18%   198.9µ ± 11%       ~ (p=1.000 n=6)
InboxConstruction-4   804.7µ ± 31%   913.3µ ± 14%       ~ (p=0.394 n=6)
geomean               303.9µ         317.3µ        +4.40%

                    │    old.txt    │               new.txt                │
                    │     B/op      │     B/op       vs base               │
LogPanelView-4        44.67Ki ± 51%   44.67Ki ± 51%        ~ (p=0.333 n=6)
SearchOverlayView-4   44.66Ki ± 26%   56.14Ki ±  0%  +25.71% (p=0.043 n=6)
InboxConstruction-4   873.9Ki ±  0%   873.9Ki ±  0%        ~ (p=0.632 n=6)
geomean               120.4Ki         129.9Ki         +7.92%

                    │   old.txt   │              new.txt              │
                    │  allocs/op  │  allocs/op   vs base              │
LogPanelView-4         714.0 ± 0%    714.0 ± 0%       ~ (p=0.455 n=6)
SearchOverlayView-4    925.0 ± 0%    926.0 ± 0%       ~ (p=0.182 n=6)
InboxConstruction-4   3.475k ± 0%   3.475k ± 0%       ~ (p=0.727 n=6)
geomean               1.319k        1.320k       +0.04%

auto-generated by benchmarks.yml

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

Labels

dependencies Dependency updates size/XS Diff: 0–10 lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants