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 is behind base branch, 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 772.67 ms 737.06 ms -4.6%
gts medium 1259.84 ms 1284.54 ms +2.0%
🟢 gts large 636.32 ms 599.05 ms -5.9%
gjs small 632.39 ms 632.59 ms +0.0%
🟠 gjs medium 1089.38 ms 1125.32 ms +3.3%
gjs large 520.98 ms 522.94 ms +0.4%
hbs small 85.56 ms 85.73 ms +0.2%
🟢 hbs medium 607.94 ms 568.39 ms -6.5%
hbs large 649.10 ms 641.58 ms -1.2%

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

Full mitata output
clk: ~3.55 GHz
cpu: AMD EPYC 9V74 80-Core Processor
runtime: node 24.19.0 (x64-linux)

benchmark                   avg (min … max) p75 / p99    (min … top 1%)
------------------------------------------- -------------------------------
gts small (control)          795.48 ms/iter 826.59 ms     █                
                       (664.28 ms … 1.02 s) 937.22 ms ▅ ▅ █▅  ▅▅ ▅▅  ▅    ▅
                    ( 13.16 mb …  88.28 mb)  42.48 mb █▁█▁██▁▁██▁██▁▁█▁▁▁▁█

gts small (experiment)       777.60 ms/iter 784.96 ms    █ █  █            
                       (657.77 ms … 1.01 s) 959.19 ms ▅ ▅█ █▅ █  ▅        ▅
                    ( 12.40 mb …  84.20 mb)  41.95 mb █▁██▁██▁█▁▁█▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                              ╷        ┌──────────┬───┐                ╷
         gts small (control)  ├────────┤          │   ├────────────────┤
                              ╵        └──────────┴───┘                ╵
                             ╷      ┌──────────┬┐                         ╷
      gts small (experiment) ├──────┤          │├─────────────────────────┤
                             ╵      └──────────┴┘                         ╵
                             └                                            ┘
                             657.77 ms         808.48 ms          959.19 ms

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

------------------------------------------- -------------------------------
gts medium (control)            1.32 s/iter    1.35 s  █                   
                          (1.21 s … 1.72 s)    1.41 s  █            █      
                    ( 80.11 mb … 136.71 mb)  89.91 mb ██▁█▁█▁█▁▁▁▁▁██▁▁▁▁▁█

gts medium (experiment)         1.33 s/iter    1.35 s █                    
                          (1.24 s … 1.70 s)    1.40 s █                    
                    ( 78.92 mb … 135.47 mb)  89.50 mb █▁▁███▁█▁▁▁▁█▁█▁█▁▁▁█

                             ┌                                            ┐
                             ╷ ┌─────────────────────┬───────┐            ╷
        gts medium (control) ├─┤                     │       ├────────────┤
                             ╵ └─────────────────────┴───────┘            ╵
                                     ╷┌──────────────────┬───┐        ╷
     gts medium (experiment)         ├┤                  │   ├────────┤
                                     ╵└──────────────────┴───┘        ╵
                             └                                            ┘
                             1.21 s              1.31 s              1.41 s

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

------------------------------------------- -------------------------------
gts large (control)          672.12 ms/iter 656.77 ms    █                 
                    (620.46 ms … 959.79 ms) 721.08 ms █  █                 
                    ( 14.75 mb …  85.61 mb)  43.14 mb ████▁▁██▁▁█▁▁▁▁▁▁▁▁▁█

gts large (experiment)       644.45 ms/iter 635.12 ms ███                  
                    (584.22 ms … 940.60 ms) 710.26 ms ███▅ ▅  ▅       ▅   ▅
                    ( 14.96 mb …  86.89 mb)  37.98 mb ████▁█▁▁█▁▁▁▁▁▁▁█▁▁▁█

                             ┌                                            ┐
                                         ╷┌───────────────┬               ╷
         gts large (control)             ├┤               │───────────────┤
                                         ╵└───────────────┴               ╵
                             ╷ ┌─────────────────┬                    ╷
      gts large (experiment) ├─┤                 │────────────────────┤
                             ╵ └─────────────────┴                    ╵
                             └                                            ┘
                             584.22 ms         652.65 ms          721.08 ms

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

------------------------------------------- -------------------------------
gjs small (control)          659.39 ms/iter 663.08 ms   █    █             
                    (592.50 ms … 904.30 ms) 727.16 ms ▅ █▅▅ ▅█  ▅ ▅       ▅
                    ( 26.21 mb …  85.87 mb)  36.91 mb █▁███▁██▁▁█▁█▁▁▁▁▁▁▁█

gjs small (experiment)       656.98 ms/iter 658.60 ms        █             
                    (589.06 ms … 891.69 ms) 720.17 ms    █   █             
                    ( 26.33 mb …  85.82 mb)  36.77 mb █▁▁███▁█▁▁▁██▁▁▁▁▁▁▁█

                             ┌                                            ┐
                              ╷    ┌────────────────┬┐                    ╷
         gjs small (control)  ├────┤                │├────────────────────┤
                              ╵    └────────────────┴┘                    ╵
                             ╷      ┌──────────────┬┐                   ╷
      gjs small (experiment) ├──────┤              │├───────────────────┤
                             ╵      └──────────────┴┘                   ╵
                             └                                            ┘
                             589.06 ms         658.11 ms          727.16 ms

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

------------------------------------------- -------------------------------
gjs medium (control)            1.15 s/iter    1.17 s    █                 
                          (1.06 s … 1.49 s)    1.18 s    █             █   
                    ( 21.06 mb …  90.67 mb)  71.74 mb ██▁█▁█▁▁▁▁▁▁▁▁▁███▁▁█

gjs medium (experiment)         1.16 s/iter    1.18 s     █   █            
                          (1.08 s … 1.49 s)    1.21 s ▅ ▅ █▅  █  ▅    ▅▅  ▅
                    ( 18.13 mb …  88.86 mb)  70.93 mb █▁█▁██▁▁█▁▁█▁▁▁▁██▁▁█

                             ┌                                            ┐
                             ╷    ┌─────────────────────┬─────┐    ╷
        gjs medium (control) ├────┤                     │     ├────┤
                             ╵    └─────────────────────┴─────┘    ╵
                                   ╷      ┌─────────────────┬────┐        ╷
     gjs medium (experiment)       ├──────┤                 │    ├────────┤
                                   ╵      └─────────────────┴────┘        ╵
                             └                                            ┘
                             1.06 s              1.13 s              1.21 s

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

------------------------------------------- -------------------------------
gjs large (control)          552.44 ms/iter 533.54 ms    ██ █              
                    (497.92 ms … 798.21 ms) 613.67 ms ▅ ▅██▅█  ▅          ▅
                    (386.51 kb …  70.23 mb)  43.95 mb █▁█████▁▁█▁▁▁▁▁▁▁▁▁▁█

gjs large (experiment)       546.33 ms/iter 528.96 ms      █               
                    (502.18 ms … 778.93 ms) 589.43 ms  █   █               
                    ( 51.58 kb …  69.94 mb)  43.68 mb ████▁██▁▁▁█▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷     ┌──────────────┬                       ╷
         gjs large (control) ├─────┤              │───────────────────────┤
                             ╵     └──────────────┴                       ╵
                               ╷ ┌──────────────┬                ╷
      gjs large (experiment)   ├─┤              │────────────────┤
                               ╵ └──────────────┴                ╵
                             └                                            ┘
                             497.92 ms         555.79 ms          613.67 ms

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

------------------------------------------- -------------------------------
hbs small (control)           98.09 ms/iter 102.90 ms                █     
                     (70.64 ms … 189.60 ms) 114.56 ms ▅  ▅▅▅▅▅▅     ▅█    ▅
                    ( 51.34 mb …  56.48 mb)  53.68 mb █▁▁██████▁▁▁▁▁██▁▁▁▁█

hbs small (experiment)        99.86 ms/iter 102.33 ms     █  █             
                     (71.54 ms … 214.98 ms) 110.77 ms ▅  ▅█  █▅    ▅  ▅ ▅ ▅
                    ( 51.25 mb …  56.92 mb)  53.88 mb █▁▁██▁▁██▁▁▁▁█▁▁█▁█▁█

                             ┌                                            ┐
                             ╷         ┌─────────────────┬────┐           ╷
         hbs small (control) ├─────────┤                 │    ├───────────┤
                             ╵         └─────────────────┴────┘           ╵
                              ╷       ┌────────────────────┬─┐        ╷
      hbs small (experiment)  ├───────┤                    │ ├────────┤
                              ╵       └────────────────────┴─┘        ╵
                             └                                            ┘
                             70.64 ms          92.60 ms           114.56 ms

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

------------------------------------------- -------------------------------
hbs medium (control)         634.01 ms/iter 624.95 ms   █  █               
                    (590.08 ms … 842.26 ms) 669.47 ms ▅▅█▅▅█   ▅       ▅  ▅
                    (  8.89 mb …  83.03 mb)  32.69 mb ██████▁▁▁█▁▁▁▁▁▁▁█▁▁█

hbs medium (experiment)      598.37 ms/iter 582.64 ms     █                
                    (549.37 ms … 804.30 ms) 655.55 ms  █  █                
                    (  8.97 mb …  82.16 mb)  32.66 mb █████▁█▁▁▁▁▁▁▁▁▁▁█▁▁█

                             ┌                                            ┐
                                            ╷  ┌─────────────┬            ╷
        hbs medium (control)                ├──┤             │────────────┤
                                            ╵  └─────────────┴            ╵
                             ╷  ┌──────────────┬                     ╷
     hbs medium (experiment) ├──┤              │─────────────────────┤
                             ╵  └──────────────┴                     ╵
                             └                                            ┘
                             549.37 ms         609.42 ms          669.47 ms

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

------------------------------------------- -------------------------------
hbs large (control)          669.39 ms/iter 653.76 ms  █                   
                    (644.18 ms … 834.69 ms) 704.34 ms  █▅▅                 
                    ( 53.32 mb …  64.87 mb)  55.45 mb ▇███▇▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▇

hbs large (experiment)       673.71 ms/iter 644.90 ms  █                   
                    (636.20 ms … 920.88 ms) 749.56 ms ▇█▂                  
                    ( 53.30 mb …  64.82 mb)  55.46 mb ███▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▆

                             ┌                                            ┐
                                ╷┌────────┬             ╷
         hbs large (control)    ├┤        │─────────────┤
                                ╵└────────┴             ╵
                             ╷┌─────────────┬                             ╷
      hbs large (experiment) ├┤             │─────────────────────────────┤
                             ╵└─────────────┴                             ╵
                             └                                            ┘
                             636.20 ms         692.88 ms          749.56 ms

summary
  hbs large (control)
   1.01x faster than hbs large (experiment)
### Project mode (type-aware)
Benchmark Control (p50) Experiment (p50) Δ
project warm parse x150 493.32 ms 499.85 ms +1.3%
project parse+typed x150 520.35 ms 524.18 ms +0.7%
projectService warm parse x150 505.56 ms 512.58 ms +1.4%
projectService parse+typed x150 541.47 ms 535.13 ms -1.2%

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

Full mitata output
clk: ~3.44 GHz
cpu: AMD EPYC 9V74 80-Core Processor
runtime: node 24.19.0 (x64-linux)

benchmark                                   avg (min … max) p75 / p99    (min … top 1%)
----------------------------------------------------------- -------------------------------
project warm parse x150 (control)            495.98 ms/iter 498.76 ms          █           
                                    (481.35 ms … 519.64 ms) 506.89 ms █▁▁▁█▁▁████▁█▁██▁▁▁▁█
                                  gc(262.97 ms … 275.05 ms) 113.21 mb (109.65 mb…114.88 mb)

project warm parse x150 (experiment)         498.37 ms/iter 504.36 ms                 █ █  
                                    (481.71 ms … 515.01 ms) 506.45 ms █▁▁▁██▁▁▁▁█▁▁█▁██▁█▁█
                                  gc(264.97 ms … 282.47 ms) 111.64 mb (111.06 mb…112.76 mb)

                                             ┌                                            ┐
                                             ╷               ┌─────────┬────┐             ╷
           project warm parse x150 (control) ├───────────────┤         │    ├─────────────┤
                                             ╵               └─────────┴────┘             ╵
                                              ╷         ┌──────────────────┬──────────┐  ╷
        project warm parse x150 (experiment)  ├─────────┤                  │          ├──┤
                                              ╵         └──────────────────┴──────────┘  ╵
                                             └                                            ┘
                                             481.35 ms         494.12 ms          506.89 ms

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

----------------------------------------------------------- -------------------------------
project parse+typed x150 (control)           526.02 ms/iter 528.31 ms █    █      █        
                                    (514.07 ms … 557.93 ms) 537.57 ms █▁▁███▁▁▁▁▁███▁▁▁▁▁▁█
                                  gc(266.78 ms … 275.53 ms) 118.33 mb (117.61 mb…119.92 mb)

project parse+typed x150 (experiment)        524.94 ms/iter 528.06 ms           █          
                                    (505.57 ms … 545.18 ms) 542.03 ms ▅▁▅▁▁▁▁▁█▁█▁▅▁▅▁▁▁▁▁▅
                                  gc(275.40 ms … 289.77 ms) 117.21 mb (115.94 mb…120.74 mb)

                                             ┌                                            ┐
                                                       ╷    ┌─────────┬──┐          ╷
          project parse+typed x150 (control)           ├────┤         │  ├──────────┤
                                                       ╵    └─────────┴──┘          ╵
                                             ╷                 ┌─────┬───┐                ╷
       project parse+typed x150 (experiment) ├─────────────────┤     │   ├────────────────┤
                                             ╵                 └─────┴───┘                ╵
                                             └                                            ┘
                                             505.57 ms         523.80 ms          542.03 ms

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

----------------------------------------------------------- -------------------------------
projectService warm parse x150 (control)     505.22 ms/iter 507.88 ms █ █  █ █ █  ██ ██ █ █
                                    (498.57 ms … 511.66 ms) 510.05 ms █▁█▁▁█▁█▁█▁▁██▁██▁█▁█
                                  gc(272.08 ms … 294.91 ms) 114.57 mb (109.57 mb…115.83 mb)

projectService warm parse x150 (experiment)  513.21 ms/iter 518.54 ms              █       
                                    (494.52 ms … 525.30 ms) 521.84 ms █▁▁▁▁▁█▁▁▁█▁███▁▁████
                                  gc(276.18 ms … 376.12 ms) 111.34 mb (107.97 mb…112.81 mb)

                                             ┌                                            ┐
                                                    ╷   ┌──────┬───┐   ╷
    projectService warm parse x150 (control)        ├───┤      │   ├───┤
                                                    ╵   └──────┴───┘   ╵
                                             ╷                       ┌──────┬────────┐    ╷
 projectService warm parse x150 (experiment) ├───────────────────────┤      │        ├────┤
                                             ╵                       └──────┴────────┘    ╵
                                             └                                            ┘
                                             494.52 ms         508.18 ms          521.84 ms

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

----------------------------------------------------------- -------------------------------
projectService parse+typed x150 (control)    542.84 ms/iter 546.24 ms          █  █        
                                    (526.74 ms … 573.79 ms) 552.29 ms █▁██▁▁▁▁▁█▁▁██▁█▁▁▁██
                                  gc(279.95 ms … 293.17 ms) 118.73 mb (114.05 mb…124.49 mb)

projectService parse+typed x150 (experiment) 543.23 ms/iter 548.18 ms       █              
                                    (515.56 ms … 582.35 ms) 574.17 ms ▅▁▁▁▁▁██▅▁▁▅▁▁▅▁▁▁▁▁▅
                                  gc(285.28 ms … 295.83 ms) 117.77 mb (116.09 mb…122.25 mb)

                                             ┌                                            ┐
                                                      ╷  ┌────────┬──┐   ╷
   projectService parse+typed x150 (control)          ├──┤        │  ├───┤
                                                      ╵  └────────┴──┘   ╵
                                             ╷            ┌───────┬───┐                   ╷
projectService parse+typed x150 (experiment) ├────────────┤       │   ├───────────────────┤
                                             ╵            └───────┴───┘                   ╵
                                             └                                            ┘
                                             515.56 ms         544.86 ms          574.17 ms

summary
  projectService parse+typed x150 (control)
   1x 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
@renovate
renovate Bot force-pushed the renovate/actions-github-script-9.x branch from c1b1b9e to af25357 Compare August 23, 2026 22:14
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