Skip to content

Update GitHub Artifact Actions (major) - #245

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions
Open

Update GitHub Artifact Actions (major)#245
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v4v8
actions/upload-artifact action major v4v7

Release Notes

actions/download-artifact (actions/download-artifact)

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

Compare Source

v8 - What's new

[!IMPORTANT]
actions/download-artifact@​v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT]
Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @​actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v8

Compare Source

v7.0.0

Compare Source

v7 - What's new

[!IMPORTANT]
actions/download-artifact@​v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

# Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path

New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

v5

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 Jul 26, 2026

Copy link
Copy Markdown
Contributor

🏎️ Benchmark Comparison

Parse

Benchmark Control (p50) Experiment (p50) Δ
🟢 gts small 758.26 ms 732.01 ms -3.5%
gts medium 1263.65 ms 1278.83 ms +1.2%
gts large 604.01 ms 608.04 ms +0.7%
gjs small 622.38 ms 625.61 ms +0.5%
gjs medium 1115.10 ms 1098.41 ms -1.5%
gjs large 501.61 ms 491.91 ms -1.9%
🟠 hbs small 84.81 ms 87.28 ms +2.9%
🟢 hbs medium 583.97 ms 560.47 ms -4.0%
🟢 hbs large 640.83 ms 627.06 ms -2.1%

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

Full mitata output
clk: ~3.53 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)          788.27 ms/iter 820.98 ms █    █               
                    (671.68 ms … 997.57 ms) 909.89 ms █   ▅█ ▅▅   ▅▅ ▅    ▅
                    ( 12.54 mb …  84.49 mb)  42.12 mb █▁▁▁██▁██▁▁▁██▁█▁▁▁▁█

gts small (experiment)       764.92 ms/iter 785.52 ms █                    
                    (681.39 ms … 976.70 ms) 927.76 ms ██                   
                    ( 12.36 mb …  83.91 mb)  41.94 mb ██▁▁███▁█▁▁█▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷        ┌──────────┬─────┐               ╷
         gts small (control) ├────────┤          │     ├───────────────┤
                             ╵        └──────────┴─────┘               ╵
                               ╷┌────────────┬───┐                        ╷
      gts small (experiment)   ├┤            │   ├────────────────────────┤
                               ╵└────────────┴───┘                        ╵
                             └                                            ┘
                             671.68 ms         799.72 ms          927.76 ms

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

------------------------------------------- -------------------------------
gts medium (control)            1.32 s/iter    1.33 s █   █                
                          (1.22 s … 1.64 s)    1.40 s █▅  █▅   ▅▅ ▅   ▅   ▅
                    ( 80.03 mb … 136.69 mb)  89.87 mb ██▁▁██▁▁▁██▁█▁▁▁█▁▁▁█

gts medium (experiment)         1.31 s/iter    1.33 s   █                  
                          (1.22 s … 1.69 s)    1.36 s ▅▅█  ▅  ▅ ▅▅   ▅   ▅▅
                    ( 75.94 mb …  99.22 mb)  83.73 mb ███▁▁█▁▁█▁██▁▁▁█▁▁▁██

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

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

------------------------------------------- -------------------------------
gts large (control)          643.71 ms/iter 644.18 ms    █                 
                    (586.08 ms … 922.13 ms) 677.41 ms    █                 
                    ( 15.03 mb …  86.08 mb)  38.19 mb ▇▁▁█▇▁▁▇▁▇▁▁▁▇▇▁▁▁▁▁▇

gts large (experiment)       643.60 ms/iter 641.23 ms   █                  
                    (583.04 ms … 918.32 ms) 698.14 ms ▅▅█▅▅▅▅   ▅    ▅    ▅
                    ( 14.96 mb …  86.93 mb)  38.01 mb ███████▁▁▁█▁▁▁▁█▁▁▁▁█

                             ┌                                            ┐
                              ╷    ┌─────────────────┬            ╷
         gts large (control)  ├────┤                 │────────────┤
                              ╵    └─────────────────┴            ╵
                             ╷   ┌───────────────────┬                    ╷
      gts large (experiment) ├───┤                   │────────────────────┤
                             ╵   └───────────────────┴                    ╵
                             └                                            ┘
                             583.04 ms         640.59 ms          698.14 ms

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

------------------------------------------- -------------------------------
gjs small (control)          648.81 ms/iter 653.38 ms     █                
                    (579.78 ms … 895.29 ms) 708.16 ms     █   █            
                    ( 26.50 mb …  86.08 mb)  36.84 mb █▁█▁█▁▁██▁▁██▁▁▁▁▁▁▁█

gjs small (experiment)       652.16 ms/iter 654.10 ms     █  █   █         
                    (583.07 ms … 874.55 ms) 709.41 ms ▅  ▅█ ▅█   █▅       ▅
                    ( 29.90 mb …  85.86 mb)  37.10 mb █▁▁██▁██▁▁▁██▁▁▁▁▁▁▁█

                             ┌                                            ┐
                             ╷       ┌───────────────┬─┐                  ╷
         gjs small (control) ├───────┤               │ ├──────────────────┤
                             ╵       └───────────────┴─┘                  ╵
                              ╷         ┌─────────────┬┐                  ╷
      gjs small (experiment)  ├─────────┤             │├──────────────────┤
                              ╵         └─────────────┴┘                  ╵
                             └                                            ┘
                             579.78 ms         644.59 ms          709.41 ms

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

------------------------------------------- -------------------------------
gjs medium (control)            1.14 s/iter    1.15 s            █         
                          (1.05 s … 1.43 s)    1.18 s ▅▅ ▅ ▅   ▅▅█   ▅  ▅ ▅
                    ( 21.01 mb …  88.85 mb)  71.36 mb ██▁█▁█▁▁▁███▁▁▁█▁▁█▁█

gjs medium (experiment)         1.13 s/iter    1.15 s      █           █   
                          (1.04 s … 1.45 s)    1.17 s ▅   ▅█  ▅▅▅▅     █  ▅
                    ( 18.99 mb …  90.42 mb)  70.90 mb █▁▁▁██▁▁████▁▁▁▁▁█▁▁█

                             ┌                                            ┐
                                ╷      ┌────────────────────┬───┐         ╷
        gjs medium (control)    ├──────┤                    │   ├─────────┤
                                ╵      └────────────────────┴───┘         ╵
                             ╷         ┌──────────────────┬─────┐     ╷
     gjs medium (experiment) ├─────────┤                  │     ├─────┤
                             ╵         └──────────────────┴─────┘     ╵
                             └                                            ┘
                             1.04 s              1.11 s              1.18 s

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

------------------------------------------- -------------------------------
gjs large (control)          530.14 ms/iter 507.31 ms    ██                
                    (481.97 ms … 755.53 ms) 591.18 ms    ██                
                    (151.73 kb …  70.05 mb)  43.76 mb █▁████▁▁█▁▁▁▁▁▁▁▁▁▁▁█

gjs large (experiment)       519.67 ms/iter 495.52 ms     █                
                    (473.27 ms … 735.73 ms) 576.60 ms    ▂█                
                    (233.76 kb …  70.19 mb)  43.61 mb ▆▁▆██▁▁▁▁▆▁▁▁▁▁▁▁▁▁▁▆

                             ┌                                            ┐
                                ╷     ┌────────────┬                      ╷
         gjs large (control)    ├─────┤            │──────────────────────┤
                                ╵     └────────────┴                      ╵
                             ╷     ┌───────────┬                    ╷
      gjs large (experiment) ├─────┤           │────────────────────┤
                             ╵     └───────────┴                    ╵
                             └                                            ┘
                             473.27 ms         532.22 ms          591.18 ms

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

------------------------------------------- -------------------------------
hbs small (control)           97.23 ms/iter 100.15 ms        █        █    
                     (70.59 ms … 200.34 ms) 106.82 ms ▅  ▅ ▅ █▅▅   ▅  █   ▅
                    ( 51.33 mb …  57.12 mb)  53.89 mb █▁▁█▁█▁███▁▁▁█▁▁█▁▁▁█

hbs small (experiment)        99.40 ms/iter  96.45 ms     █   █            
                     (71.40 ms … 213.76 ms) 113.15 ms ▅  ▅█  ▅█ ▅ ▅    ▅  ▅
                    ( 51.23 mb …  58.68 mb)  54.84 mb █▁▁██▁▁██▁█▁█▁▁▁▁█▁▁█

                             ┌                                            ┐
                             ╷          ┌────────────────┬──┐      ╷
         hbs small (control) ├──────────┤                │  ├──────┤
                             ╵          └────────────────┴──┘      ╵
                              ╷        ┌───────────────────┬              ╷
      hbs small (experiment)  ├────────┤                   │──────────────┤
                              ╵        └───────────────────┴              ╵
                             └                                            ┘
                             70.59 ms          91.87 ms           113.15 ms

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

------------------------------------------- -------------------------------
hbs medium (control)         613.98 ms/iter 631.41 ms  █                   
                    (572.63 ms … 809.09 ms) 647.12 ms ██                   
                    (  8.91 mb …  82.36 mb)  32.60 mb ██▁███▁▁▁▁▁▁▁▁▁▁█▁▁██

hbs medium (experiment)      589.59 ms/iter 577.36 ms  █                   
                    (551.34 ms … 771.57 ms) 631.96 ms  █▅                 ▅
                    (  8.58 mb …  82.21 mb)  32.61 mb ▇██▁▇▁▇▁▁▁▁▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                                       ╷┌─────────────────┬────────┐      ╷
        hbs medium (control)           ├┤                 │        ├──────┤
                                       ╵└─────────────────┴────────┘      ╵
                             ╷ ┌───────────────┬                   ╷
     hbs medium (experiment) ├─┤               │───────────────────┤
                             ╵ └───────────────┴                   ╵
                             └                                            ┘
                             551.34 ms         599.23 ms          647.12 ms

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

------------------------------------------- -------------------------------
hbs large (control)          659.71 ms/iter 644.94 ms  █                   
                    (635.65 ms … 817.76 ms) 682.05 ms ██ █                 
                    ( 53.32 mb …  64.79 mb)  55.46 mb █████▁▁▁▁▁█▁▁▁▁▁▁▁▁▁█

hbs large (experiment)       644.98 ms/iter 628.66 ms █                    
                    (622.47 ms … 800.01 ms) 667.41 ms ████                 
                    ( 53.26 mb …  64.86 mb)  55.46 mb ████▁▁▁▁█▁▁▁▁▁▁▁▁▁▁▁█

                             ┌                                            ┐
                                       ╷┌────────────────┬                ╷
         hbs large (control)           ├┤                │────────────────┤
                                       ╵└────────────────┴                ╵
                             ╷┌───────────────┬                ╷
      hbs large (experiment) ├┤               │────────────────┤
                             ╵└───────────────┴                ╵
                             └                                            ┘
                             622.47 ms         652.26 ms          682.05 ms

summary
  hbs large (experiment)
   1.02x faster than hbs large (control)
### Project mode (type-aware)
Benchmark Control (p50) Experiment (p50) Δ
project warm parse x150 484.11 ms 475.33 ms -1.8%
project parse+typed x150 509.78 ms 503.42 ms -1.2%
projectService warm parse x150 495.18 ms 486.36 ms -1.8%
projectService parse+typed x150 522.28 ms 521.02 ms -0.2%

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

Full mitata output
clk: ~3.31 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)            482.10 ms/iter 488.45 ms                  █   
                                    (465.07 ms … 492.38 ms) 491.81 ms ██▁▁▁▁█▁▁▁▁█▁███▁██▁█
                                  gc(258.27 ms … 267.48 ms) 113.35 mb (110.82 mb…115.27 mb)

project warm parse x150 (experiment)         475.36 ms/iter 482.26 ms                     █
                                    (460.24 ms … 484.31 ms) 482.63 ms ▆▁▁▁▁▆▁▁▆▆▁▁▆▆▁▆▁▁▁▆█
                                  gc(259.72 ms … 268.68 ms) 111.04 mb (107.93 mb…111.79 mb)

                                             ┌                                            ┐
                                                    ╷          ┌────────────┬────────┐    ╷
           project warm parse x150 (control)        ├──────────┤            │        ├────┤
                                                    ╵          └────────────┴────────┘    ╵
                                             ╷            ┌────────┬────────┐╷
        project warm parse x150 (experiment) ├────────────┤        │        ├┤
                                             ╵            └────────┴────────┘╵
                                             └                                            ┘
                                             460.24 ms         476.02 ms          491.81 ms

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

----------------------------------------------------------- -------------------------------
project parse+typed x150 (control)           512.77 ms/iter 512.48 ms       █              
                                    (500.37 ms … 535.02 ms) 534.00 ms ▆▆▆▆▁▆█▆▁▁▁▆▁▁▁▁▁▁▁▁▆
                                  gc(264.48 ms … 275.22 ms) 118.12 mb (115.27 mb…119.73 mb)

project parse+typed x150 (experiment)        506.83 ms/iter 507.08 ms     ▃  █             
                                    (489.71 ms … 531.25 ms) 529.02 ms ▆▁▁▁█▆▁█▆▆▁▁▁▆▁▁▁▁▁▁▆
                                  gc(268.26 ms … 277.74 ms) 116.77 mb (112.59 mb…120.88 mb)

                                             ┌                                            ┐
                                                        ╷   ┌───────┬                     ╷
          project parse+typed x150 (control)            ├───┤       │─────────────────────┤
                                                        ╵   └───────┴                     ╵
                                             ╷        ┌───────┬┐                     ╷
       project parse+typed x150 (experiment) ├────────┤       │├─────────────────────┤
                                             ╵        └───────┴┘                     ╵
                                             └                                            ┘
                                             489.71 ms         511.85 ms          534.00 ms

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

----------------------------------------------------------- -------------------------------
projectService warm parse x150 (control)     496.16 ms/iter 500.16 ms █                    
                                    (481.58 ms … 525.10 ms) 504.68 ms █▁▁▁█▁▁█▁▁▁████▁██▁▁█
                                  gc(269.38 ms … 279.29 ms) 114.51 mb (110.58 mb…116.43 mb)

projectService warm parse x150 (experiment)  486.70 ms/iter 491.49 ms                   █  
                                    (476.71 ms … 496.00 ms) 493.22 ms ██▁▁█▁▁▁█▁▁███▁▁▁▁███
                                  gc(269.60 ms … 280.97 ms) 111.65 mb (110.82 mb…112.17 mb)

                                             ┌                                            ┐
                                                     ╷      ┌───────────────┬──────┐      ╷
    projectService warm parse x150 (control)         ├──────┤               │      ├──────┤
                                                     ╵      └───────────────┴──────┘      ╵
                                             ╷    ┌──────────┬───────┐  ╷
 projectService warm parse x150 (experiment) ├────┤          │       ├──┤
                                             ╵    └──────────┴───────┘  ╵
                                             └                                            ┘
                                             476.71 ms         490.69 ms          504.68 ms

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

----------------------------------------------------------- -------------------------------
projectService parse+typed x150 (control)    527.86 ms/iter 528.63 ms     █   █            
                                    (513.65 ms … 557.73 ms) 550.56 ms █▁█████▁██▁▁▁▁▁▁▁▁▁▁█
                                  gc(275.70 ms … 341.27 ms) 119.38 mb (118.67 mb…123.13 mb)

projectService parse+typed x150 (experiment) 523.22 ms/iter 529.86 ms      █               
                                    (508.18 ms … 544.89 ms) 539.65 ms ██▁▁██▁▁███▁▁▁██▁▁▁▁█
                                  gc(279.32 ms … 293.01 ms) 116.87 mb (112.10 mb…119.08 mb)

                                             ┌                                            ┐
                                                   ╷     ┌────────┬┐                      ╷
   projectService parse+typed x150 (control)       ├─────┤        │├──────────────────────┤
                                                   ╵     └────────┴┘                      ╵
                                             ╷      ┌────────┬──────┐         ╷
projectService parse+typed x150 (experiment) ├──────┤        │      ├─────────┤
                                             ╵      └────────┴──────┘         ╵
                                             └                                            ┘
                                             508.18 ms         529.37 ms          550.56 ms

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

@renovate
renovate Bot force-pushed the renovate/major-github-artifact-actions branch from 232487a to fd692a8 Compare August 23, 2026 22:16
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