Skip to content

Update actions/github-script action to v9#210

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

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

Conversation

@renovate

@renovate renovate Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

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


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "after 9pm on sunday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented May 10, 2026

Copy link
Copy Markdown
Contributor

🏎️ Benchmark Comparison

Parse

Benchmark Control (p50) Experiment (p50) Δ
gts small 935.83 ms 918.02 ms -1.9%
gts medium 1570.61 ms 1570.57 ms -0.0%
gts large 742.80 ms 750.47 ms +1.0%
gjs small 788.49 ms 784.35 ms -0.5%
gjs medium 1341.52 ms 1349.43 ms +0.6%
gjs large 616.40 ms 621.07 ms +0.8%
🟢 hbs small 133.37 ms 127.29 ms -4.6%
🟢 hbs medium 735.81 ms 714.99 ms -2.8%
🟢 hbs large 825.45 ms 800.71 ms -3.0%

🟢 faster · 🔴 slower · 🟠 slightly slower · ⚪ within 2%

Full mitata output
clk: ~3.10 GHz
cpu: AMD EPYC 7763 64-Core Processor
runtime: node 24.18.0 (x64-linux)

benchmark                   avg (min … max) p75 / p99    (min … top 1%)
------------------------------------------- -------------------------------
gts small (control)          965.21 ms/iter    1.00 s     █                
                       (819.99 ms … 1.24 s)    1.11 s     █                
                    ( 12.97 mb …  88.63 mb)  42.51 mb ██▁▁█▁▁▁██▁██▁▁▁█▁▁▁█

gts small (experiment)       940.75 ms/iter    1.00 s    █                 
                       (807.43 ms … 1.21 s)    1.09 s    █    █     █      
                    ( 13.04 mb …  88.09 mb)  42.35 mb █▁██▁▁▁▁█▁█▁▁▁█▁▁▁▁▁█

                             ┌                                            ┐
                               ╷        ┌───────────┬─────┐               ╷
         gts small (control)   ├────────┤           │     ├───────────────┤
                               ╵        └───────────┴─────┘               ╵
                             ╷     ┌─────────────┬────────┐           ╷
      gts small (experiment) ├─────┤             │        ├───────────┤
                             ╵     └─────────────┴────────┘           ╵
                             └                                            ┘
                             807.43 ms           959.01 ms           1.11 s

summary
  gts small (experiment)
   1.03x faster than gts small (control)

------------------------------------------- -------------------------------
gts medium (control)            1.63 s/iter    1.64 s                 █    
                          (1.51 s … 2.04 s)    1.68 s ▅ ▅▅ ▅▅▅    ▅   █ ▅ ▅
                    ( 79.42 mb … 136.65 mb)  89.68 mb █▁██▁███▁▁▁▁█▁▁▁█▁█▁█

gts medium (experiment)         1.62 s/iter    1.64 s     █   █            
                          (1.49 s … 2.05 s)    1.68 s ▅  ▅█   █   ▅ ▅ ▅▅  ▅
                    ( 79.38 mb …  99.66 mb)  84.07 mb █▁▁██▁▁▁█▁▁▁█▁█▁██▁▁█

                             ┌                                            ┐
                                ╷    ┌──────────────────────┬────┐      ╷
        gts medium (control)    ├────┤                      │    ├──────┤
                                ╵    └──────────────────────┴────┘      ╵
                             ╷        ┌─────────────────────┬───┐         ╷
     gts medium (experiment) ├────────┤                     │   ├─────────┤
                             ╵        └─────────────────────┴───┘         ╵
                             └                                            ┘
                             1.49 s              1.59 s              1.68 s

summary
  gts medium (experiment)
   1x faster than gts medium (control)

------------------------------------------- -------------------------------
gts large (control)          791.19 ms/iter 803.40 ms     █                
                       (714.81 ms … 1.16 s) 829.76 ms ▅▅▅ █▅ ▅▅      ▅ ▅  ▅
                    ( 14.96 mb …  85.67 mb)  43.03 mb ███▁██▁██▁▁▁▁▁▁█▁█▁▁█

gts large (experiment)       792.79 ms/iter 791.58 ms     █                
                       (723.22 ms … 1.11 s) 863.46 ms █   █                
                    ( 14.80 mb …  86.03 mb)  38.26 mb ██▁███▁▁▁▁█▁▁█▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷  ┌───────────────────┬───┐       ╷
         gts large (control) ├──┤                   │   ├───────┤
                             ╵  └───────────────────┴───┘       ╵
                                ╷┌───────────────────┬                    ╷
      gts large (experiment)    ├┤                   │────────────────────┤
                                ╵└───────────────────┴                    ╵
                             └                                            ┘
                             714.81 ms         789.13 ms          863.46 ms

summary
  gts large (control)
   1x faster than gts large (experiment)

------------------------------------------- -------------------------------
gjs small (control)          818.58 ms/iter 822.85 ms       █              
                       (733.24 ms … 1.09 s) 906.72 ms       █              
                    ( 29.33 mb …  86.04 mb)  37.14 mb █▁███▁██▁▁█▁▁█▁▁▁▁▁▁█

gjs small (experiment)       815.67 ms/iter 822.79 ms    █  █    █         
                       (742.46 ms … 1.09 s) 893.86 ms ▅▅▅█  █ ▅  █        ▅
                    ( 29.54 mb …  85.89 mb)  37.07 mb ████▁▁█▁█▁▁█▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷      ┌──────────────┬┐                     ╷
         gjs small (control) ├──────┤              │├─────────────────────┤
                             ╵      └──────────────┴┘                     ╵
                               ╷   ┌──────────────┬─┐                  ╷
      gjs small (experiment)   ├───┤              │ ├──────────────────┤
                               ╵   └──────────────┴─┘                  ╵
                             └                                            ┘
                             733.24 ms         819.98 ms          906.72 ms

summary
  gjs small (experiment)
   1x faster than gjs small (control)

------------------------------------------- -------------------------------
gjs medium (control)            1.40 s/iter    1.42 s      █               
                          (1.29 s … 1.78 s)    1.45 s      █               
                    ( 21.07 mb …  90.78 mb)  71.43 mb █▁▁█▁██▁▁▁▁█▁█▁▁█▁▁██

gjs medium (experiment)         1.41 s/iter    1.42 s     █ █              
                          (1.30 s … 1.78 s)    1.45 s ▅   █ █▅   ▅  ▅ ▅  ▅▅
                    ( 21.03 mb …  88.83 mb)  71.02 mb █▁▁▁█▁██▁▁▁█▁▁█▁█▁▁██

                             ┌                                            ┐
                             ╷          ┌───────────────────┬────┐        ╷
        gjs medium (control) ├──────────┤                   │    ├────────┤
                             ╵          └───────────────────┴────┘        ╵
                               ╷       ┌─────────────────────┬───┐      ╷
     gjs medium (experiment)   ├───────┤                     │   ├──────┤
                               ╵       └─────────────────────┴───┘      ╵
                             └                                            ┘
                             1.29 s              1.37 s              1.45 s

summary
  gjs medium (control)
   1x faster than gjs medium (experiment)

------------------------------------------- -------------------------------
gjs large (control)          668.22 ms/iter 632.53 ms  █                   
                    (599.63 ms … 969.08 ms) 807.28 ms ████                 
                    (137.30 kb …  70.27 mb)  43.94 mb ████▁▁▁▁▁▁▁█▁▁▁▁▁▁▁▁█

gjs large (experiment)       655.76 ms/iter 626.48 ms   ██                 
                    (602.15 ms … 927.80 ms) 721.18 ms   ███                
                    (117.31 kb …  70.13 mb)  43.93 mb █▁███▁▁▁▁▁█▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷┌─────────────┬                             ╷
         gjs large (control) ├┤             │─────────────────────────────┤
                             ╵└─────────────┴                             ╵
                              ╷ ┌────────┬             ╷
      gjs large (experiment)  ├─┤        │─────────────┤
                              ╵ └────────┴             ╵
                             └                                            ┘
                             599.63 ms         703.45 ms          807.28 ms

summary
  gjs large (experiment)
   1.02x faster than gjs large (control)

------------------------------------------- -------------------------------
hbs small (control)          147.74 ms/iter 153.54 ms     █                
                    (115.15 ms … 259.85 ms) 163.39 ms ▅ ▅ █ ▅ ▅▅     ▅▅▅  ▅
                    ( 51.34 mb …  56.65 mb)  53.73 mb █▁█▁█▁█▁██▁▁▁▁▁███▁▁█

hbs small (experiment)       148.64 ms/iter 155.28 ms        █           █ 
                    (111.96 ms … 292.08 ms) 157.48 ms ▅ ▅  ▅▅█     ▅  ▅  █▅
                    ( 51.35 mb …  57.03 mb)  53.84 mb █▁█▁▁███▁▁▁▁▁█▁▁█▁▁██

                             ┌                                            ┐
                                ╷        ┌──────────────────┬────┐        ╷
         hbs small (control)    ├────────┤                  │    ├────────┤
                                ╵        └──────────────────┴────┘        ╵
                             ╷         ┌─────────────────────┬─────┐ ╷
      hbs small (experiment) ├─────────┤                     │     ├─┤
                             ╵         └─────────────────────┴─────┘ ╵
                             └                                            ┘
                             111.96 ms         137.67 ms          163.39 ms

summary
  hbs small (control)
   1.01x faster than hbs small (experiment)

------------------------------------------- -------------------------------
hbs medium (control)         775.22 ms/iter 764.95 ms  █ █                 
                       (722.09 ms … 1.04 s) 819.23 ms ▅█▅█▅ ▅  ▅        ▅ ▅
                    (  8.92 mb …  82.99 mb)  38.03 mb █████▁█▁▁█▁▁▁▁▁▁▁▁█▁█

hbs medium (experiment)      751.17 ms/iter 731.04 ms  █                   
                       (701.60 ms … 1.02 s) 787.23 ms  █ ▅                ▅
                    (  8.87 mb …  81.68 mb)  32.60 mb ▇█▁█▁▁▇▇▁▁▁▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                                     ╷ ┌─────────────────┬                ╷
        hbs medium (control)         ├─┤                 │────────────────┤
                                     ╵ └─────────────────┴                ╵
                             ╷ ┌────────────────┬             ╷
     hbs medium (experiment) ├─┤                │─────────────┤
                             ╵ └────────────────┴             ╵
                             └                                            ┘
                             701.60 ms         760.42 ms          819.23 ms

summary
  hbs medium (experiment)
   1.03x faster than hbs medium (control)

------------------------------------------- -------------------------------
hbs large (control)          848.51 ms/iter 827.96 ms ▂   █                
                       (814.26 ms … 1.05 s) 877.79 ms █   █                
                    ( 53.40 mb …  64.87 mb)  55.47 mb █▇▁▇█▁▁▁▁▁▁▁▁▁▁▇▁▁▁▁▇

hbs large (experiment)       827.00 ms/iter 809.68 ms ██                   
                       (797.06 ms … 1.04 s) 857.32 ms ██                   
                    ( 53.41 mb …  64.56 mb)  55.43 mb ██████▁▁▁▁▁▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                                       ┌──────────────────┬               ╷
         hbs large (control)           │                  │───────────────┤
                                       └──────────────────┴               ╵
                             ╷┌───────────────┬                ╷
      hbs large (experiment) ├┤               │────────────────┤
                             ╵└───────────────┴                ╵
                             └                                            ┘
                             797.06 ms         837.42 ms          877.79 ms

summary
  hbs large (experiment)
   1.03x faster than hbs large (control)
### Project mode (type-aware)
Benchmark Control (p50) Experiment (p50) Δ
project warm parse x150 590.09 ms 585.98 ms -0.7%
project parse+typed x150 613.55 ms 610.32 ms -0.5%
projectService warm parse x150 599.25 ms 599.01 ms -0.0%
projectService parse+typed x150 646.47 ms 650.54 ms +0.6%

🟢 faster · 🔴 slower · 🟠 slightly slower · ⚪ within 2%

Full mitata output
clk: ~2.99 GHz
cpu: AMD EPYC 7763 64-Core Processor
runtime: node 24.18.0 (x64-linux)

benchmark                                   avg (min … max) p75 / p99    (min … top 1%)
----------------------------------------------------------- -------------------------------
project warm parse x150 (control)            595.35 ms/iter 597.20 ms       █     █        
                                    (574.10 ms … 653.52 ms) 612.74 ms ██▁█▁▁█▁██▁▁██▁▁▁▁▁▁█
                                  gc(279.89 ms … 295.04 ms) 113.47 mb (112.48 mb…115.89 mb)

project warm parse x150 (experiment)         587.06 ms/iter 590.53 ms █            █       
                                    (570.18 ms … 609.95 ms) 599.25 ms █▁▁▁▁▁█▁██▁█▁██▁▁█▁▁█
                                  gc(284.24 ms … 300.00 ms) 110.90 mb (107.39 mb…112.28 mb)

                                             ┌                                            ┐
                                                 ╷      ┌───────────────┬─┐               ╷
           project warm parse x150 (control)     ├──────┤               │ ├───────────────┤
                                                 ╵      └───────────────┴─┘               ╵
                                             ╷         ┌───────┬───┐        ╷
        project warm parse x150 (experiment) ├─────────┤       │   ├────────┤
                                             ╵         └───────┴───┘        ╵
                                             └                                            ┘
                                             570.18 ms         591.46 ms          612.74 ms

summary
  project warm parse x150 (experiment)
   1.01x faster than project warm parse x150 (control)

----------------------------------------------------------- -------------------------------
project parse+typed x150 (control)           622.82 ms/iter 625.09 ms ▃   █                
                                    (603.09 ms … 660.58 ms) 652.45 ms █▁▁▆█▁▆▁▆▆▁▁▁▁▁▆▁▁▁▁▆
                                  gc(287.65 ms … 300.16 ms) 118.89 mb (117.58 mb…122.49 mb)

project parse+typed x150 (experiment)        617.89 ms/iter 619.01 ms     ██  █            
                                    (597.00 ms … 662.41 ms) 649.00 ms █▁████▁▁█▁▁█▁▁▁▁▁▁▁▁█
                                  gc(293.98 ms … 303.36 ms) 115.87 mb (111.87 mb…121.39 mb)

                                             ┌                                            ┐
                                                  ╷    ┌──────────┬─┐                     ╷
          project parse+typed x150 (control)      ├────┤          │ ├─────────────────────┤
                                                  ╵    └──────────┴─┘                     ╵
                                             ╷      ┌─────────┬┐                       ╷
       project parse+typed x150 (experiment) ├──────┤         │├───────────────────────┤
                                             ╵      └─────────┴┘                       ╵
                                             └                                            ┘
                                             597.00 ms         624.73 ms          652.45 ms

summary
  project parse+typed x150 (experiment)
   1.01x faster than project parse+typed x150 (control)

----------------------------------------------------------- -------------------------------
projectService warm parse x150 (control)     599.46 ms/iter 601.52 ms          █   █       
                                    (576.88 ms … 619.39 ms) 615.84 ms █▁▁▁▁▁██▁█▁███▁▁█▁▁▁█
                                  gc(289.25 ms … 300.17 ms) 113.89 mb (110.17 mb…115.87 mb)

projectService warm parse x150 (experiment)  599.88 ms/iter 607.60 ms █                    
                                    (587.05 ms … 618.36 ms) 616.55 ms █▁▆▁▆▁▁▁▆▆▁▆▁▁▆▆▁▁▁▁▆
                                  gc(288.42 ms … 303.11 ms) 111.51 mb (110.69 mb…112.35 mb)

                                             ┌                                            ┐
                                             ╷               ┌─────────┬─┐               ╷
    projectService warm parse x150 (control) ├───────────────┤         │ ├───────────────┤
                                             ╵               └─────────┴─┘               ╵
                                                         ┌─────────────┬────────┐         ╷
 projectService warm parse x150 (experiment)             │             │        ├─────────┤
                                                         └─────────────┴────────┘         ╵
                                             └                                            ┘
                                             576.88 ms         596.72 ms          616.55 ms

summary
  projectService warm parse x150 (control)
   1x faster than projectService warm parse x150 (experiment)

----------------------------------------------------------- -------------------------------
projectService parse+typed x150 (control)    651.55 ms/iter 658.99 ms               █      
                                    (620.45 ms … 684.10 ms) 675.63 ms ▅▁▁▁▅▁▁█▁█▁▁▁▁█▁▁▁▁▁▅
                                  gc(294.47 ms … 308.50 ms) 118.85 mb (114.41 mb…124.18 mb)

projectService parse+typed x150 (experiment) 660.76 ms/iter 675.83 ms     █                
                                    (628.22 ms … 698.15 ms) 680.45 ms █▁▁▁█▁▁███▁▁▁▁▁▁█████
                                  gc(304.73 ms … 323.51 ms) 118.37 mb (117.20 mb…122.28 mb)

                                             ┌                                            ┐
                                             ╷             ┌────────┬─────┐           ╷
   projectService parse+typed x150 (control) ├─────────────┤        │     ├───────────┤
                                             ╵             └────────┴─────┘           ╵
                                                   ╷       ┌───────────────┬───────────┐  ╷
projectService parse+typed x150 (experiment)       ├───────┤               │           ├──┤
                                                   ╵       └───────────────┴───────────┘  ╵
                                             └                                            ┘
                                             620.45 ms         650.45 ms          680.45 ms

summary
  projectService parse+typed x150 (control)
   1.01x faster than projectService parse+typed x150 (experiment)

@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from bb694bf to 4c40813 Compare May 17, 2026 21:44
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 4c40813 to 9fd3459 Compare May 31, 2026 21:33
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 9fd3459 to 9ee603c Compare June 28, 2026 22:52
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch 2 times, most recently from c50be6e to 2be5609 Compare July 8, 2026 22:23
@renovate renovate Bot force-pushed the renovate/actions-github-script-9.x branch from 2be5609 to c1b1b9e Compare July 12, 2026 23:59
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.

0 participants