Skip to content

build(deps): update cicd (major) - #1334

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-cicd
Open

build(deps): update cicd (major)#1334
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-cicd

Conversation

@renovate

@renovate renovate Bot commented Feb 7, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action major v5v6
actions/checkout action major v6v7
actions/download-artifact action major v7v8
actions/github-script action major v8v9
actions/setup-node action major v6v7
actions/setup-python action major v6v7
actions/upload-artifact action major v6v7
cloudflare/wrangler-action action major v3.14.1v4.0.0
codecov/codecov-action action major v5.5.2v7.0.0
cypress-io/github-action action major v6.10.8v7.4.1
pnpm/action-setup action major v4.2.0v6.0.9

Release Notes

actions/cache (actions/cache)

v6.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v6.0.0

v6

Compare Source

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

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

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

actions/setup-node (actions/setup-node)

v7.0.0

Compare Source

What's Changed
Enhancements:
Bug fixes:
Documentation updates:
Dependency update:
New Contributors

Full Changelog: actions/setup-node@v6...v7.0.0

v7

Compare Source

actions/setup-python (actions/setup-python)

v7.0.0

Compare Source

v7

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

cloudflare/wrangler-action (cloudflare/wrangler-action)

v4.0.0

Compare Source

Major Changes
  • #​412 1029e90 Thanks @​ericclemmons! - Update default Wrangler version to v4 (latest). The action now installs Wrangler v4 by default when no wranglerVersion input is specified. Users can still pin to v3 by setting wranglerVersion: "3.90.0" explicitly.

v4.0

Compare Source

v4

Compare Source

v3.15.0

Compare Source

Minor Changes
  • #​426 febbda6 Thanks @​WillTaylorDev! - Support version ranges and tags in wranglerVersion input. You can now set wranglerVersion to values like 4, ^4.0.0, 4.x, or latest instead of only exact versions like 4.81.0.

v3.15

Compare Source

codecov/codecov-action (codecov/codecov-action)

v7.0.0

Compare Source

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v7

Compare Source

v6.0.2

Compare Source

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

Compare Source

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️
What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v6

Compare Source

v5.5.5

Compare Source

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

cypress-io/github-action (cypress-io/github-action)

v7.4.1

Compare Source

Bug Fixes

v7.4.0

Compare Source

Features

v7.3.0

Compare Source

Features

v7.2.0

Compare Source

Features

v7.1.10

Compare Source

Bug Fixes

v7.1.9

Compare Source

Bug Fixes

v7.1.8

Compare Source

Bug Fixes

v7.1.7

Compare Source

Bug Fixes

v7.1.6

Compare Source

Bug Fixes
  • deps: update transient dependencies flatted & undici (#​1683) (8248214)

v7.1.5

Compare Source

Bug Fixes

v7.1.4

Compare Source

Bug Fixes

v7.1.3

Compare Source

Bug Fixes

v7.1.2

Compare Source

Bug Fixes

v7.1.1

Compare Source

Bug Fixes

v7.1.0

Compare Source

v7.0.0

Compare Source

Features
BREAKING CHANGES
  • deps: Update action from node20 to node24
    cypress-io/github-action@​v6, using node20, is deprecated

v6.10.9

Compare Source

Bug Fixes
pnpm/action-setup (pnpm/action-setup)

v6.0.9

Compare Source

What's Changed

Full Changelog: pnpm/action-setup@v6...v6.0.9

v6.0.8

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8

v6.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7

v6.0.6

Compare Source

What's Changed

  • fix: bin_dest output points to self-updated pnpm, not bootstrap by @​zkochan in #​249

Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6

v6.0.5

Compare Source

What's Changed

  • fix: append (not prepend) action node dir to PATH for npm bootstrap by @​zkochan in #​241

Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5

v6.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.3...v6.0.4

v6.0.3

Compare Source

Updated pnpm to v11.0.0-rc.5

Full Changelog: pnpm/action-setup@v6.0.2...v6.0.3

v6.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v6.0.1...v6.0.2

v6.0.1

Compare Source

Update pnpm to v11.0.0-rc.2. pnpm-lock.yaml will not be saved with two documents unless the packageManager is set via devEngines.packageManager. Related issue: #​228

v6.0.0

Compare Source

Added support for pnpm v11.

v6

Compare Source

v5.0.0

Compare Source

Updated the action to use Node.js 24.

v5

Compare Source

v4.4.0

Compare Source

Updated the action to use Node.js 24.

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0


Configuration

📅 Schedule: (in timezone Europe/Madrid)

  • Branch creation
    • Between 09:00 AM and 11:59 PM, between day 1 and 7 of the month, and on Sunday and Saturday (* 9-23 1-7 * 0,6)
  • Automerge
    • Between 09:00 AM and 09:59 PM, Monday through Friday (* 9-21 * * 1-5)

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

Rebasing: Whenever PR becomes conflicted, 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.

@codecov

codecov Bot commented Feb 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.81%. Comparing base (ed641c2) to head (9c5e955).

⚠️ Current head 9c5e955 differs from pull request most recent head abad586

Please upload reports for the commit abad586 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1334   +/-   ##
=======================================
  Coverage   99.81%   99.81%           
=======================================
  Files          99       99           
  Lines         547      547           
  Branches       68       68           
=======================================
  Hits          546      546           
  Misses          1        1           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions

github-actions Bot commented Feb 7, 2026

Copy link
Copy Markdown

📦 Bundle size (Angular v19)

Git ref: 9c5e9556ef8cc274d7e3b2e0099849f073ed5212

Module file Size Base size Difference
ngx-meta-core.mjs 3185 bytes (3.2KiB) 3185 bytes (3.2KiB) No change
ngx-meta-json-ld.mjs 219 bytes (219B) 219 bytes (219B) No change
ngx-meta-open-graph.mjs 1086 bytes (1.1KiB) 1086 bytes (1.1KiB) No change
ngx-meta-routing.mjs 369 bytes (369B) 369 bytes (369B) No change
ngx-meta-standard.mjs 949 bytes (949B) 949 bytes (949B) No change
ngx-meta-twitter-card.mjs 586 bytes (586B) 586 bytes (586B) No change
Total 6394 bytes (6.3KiB) 6394 bytes (6.3KiB) No change

@github-actions

github-actions Bot commented Feb 7, 2026

Copy link
Copy Markdown

📦 Bundle size (Angular v20)

Git ref: 9c5e9556ef8cc274d7e3b2e0099849f073ed5212

Module file Size Base size Difference
ngx-meta-core.mjs 3175 bytes (3.2KiB) 3175 bytes (3.2KiB) No change
ngx-meta-json-ld.mjs 219 bytes (219B) 219 bytes (219B) No change
ngx-meta-open-graph.mjs 1086 bytes (1.1KiB) 1086 bytes (1.1KiB) No change
ngx-meta-routing.mjs 369 bytes (369B) 369 bytes (369B) No change
ngx-meta-standard.mjs 949 bytes (949B) 949 bytes (949B) No change
ngx-meta-twitter-card.mjs 586 bytes (586B) 586 bytes (586B) No change
Total 6384 bytes (6.3KiB) 6384 bytes (6.3KiB) No change

@github-actions

github-actions Bot commented Feb 7, 2026

Copy link
Copy Markdown

📦 Bundle size (Angular v21)

Git ref: 9c5e9556ef8cc274d7e3b2e0099849f073ed5212

Module file Size Base size Difference
ngx-meta-core.mjs 0 bytes (0B) 3185 bytes (3.2KiB) -100.00%: -3185 bytes (-3.2KiB)
ngx-meta-json-ld.mjs 0 bytes (0B) 219 bytes (219B) -100.00%: -219 bytes (-219B)
ngx-meta-open-graph.mjs 0 bytes (0B) 1086 bytes (1.1KiB) -100.00%: -1086 bytes (-1.1KiB)
ngx-meta-routing.mjs 0 bytes (0B) 369 bytes (369B) -100.00%: -369 bytes (-369B)
ngx-meta-standard.mjs 0 bytes (0B) 949 bytes (949B) -100.00%: -949 bytes (-949B)
ngx-meta-twitter-card.mjs 0 bytes (0B) 586 bytes (586B) -100.00%: -586 bytes (-586B)
ngx-meta-core.mjs 3185 bytes (3.2KiB) 0 bytes (0B) %: 3185 bytes (3.2KiB)
ngx-meta-json-ld.mjs 219 bytes (219B) 0 bytes (0B) %: 219 bytes (219B)
ngx-meta-open-graph.mjs 1086 bytes (1.1KiB) 0 bytes (0B) %: 1086 bytes (1.1KiB)
ngx-meta-routing.mjs 369 bytes (369B) 0 bytes (0B) %: 369 bytes (369B)
ngx-meta-standard.mjs 949 bytes (949B) 0 bytes (0B) %: 949 bytes (949B)
ngx-meta-twitter-card.mjs 586 bytes (586B) 0 bytes (0B) %: 586 bytes (586B)
Total 6394 bytes (6.3KiB) 6394 bytes (6.3KiB) No change

@renovate
renovate Bot force-pushed the renovate/major-cicd branch from ff9c113 to cd0c34e Compare February 12, 2026 10:52
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from 9c5e955 to 1fc44f7 Compare February 26, 2026 18:15
@renovate
renovate Bot force-pushed the renovate/major-cicd branch from 1fc44f7 to 46ed3fe Compare February 26, 2026 22:14
@renovate renovate Bot changed the title build(deps): update cypress-io/github-action action to v7 build(deps): update cicd (major) Feb 26, 2026
@renovate
renovate Bot force-pushed the renovate/major-cicd branch from 46ed3fe to 5c1e42c Compare February 27, 2026 14:58
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 4 times, most recently from cc9692b to 1f45758 Compare March 18, 2026 14:04
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from 33312ce to fd26f66 Compare March 26, 2026 14:35
@renovate
renovate Bot force-pushed the renovate/major-cicd branch from fd26f66 to 8b4575f Compare March 31, 2026 15:03
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 3 times, most recently from ad12f9b to 196debd Compare April 11, 2026 01:05
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 3 times, most recently from c1f0a6f to 0e5901d Compare April 23, 2026 16:46
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from c18d336 to eb0d090 Compare April 30, 2026 22:31
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 4 times, most recently from 7b35413 to ce3649d Compare May 9, 2026 01:29
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 4 times, most recently from 92af949 to c8d8c26 Compare May 12, 2026 22:15
@renovate
renovate Bot force-pushed the renovate/major-cicd branch from c8d8c26 to 6bfee33 Compare May 18, 2026 23:12
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from baddcff to 5f4c2a6 Compare June 7, 2026 05:54
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from b68624d to 37596da Compare June 18, 2026 20:56
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 3 times, most recently from 9474db6 to 0bda452 Compare June 29, 2026 20:07
@renovate
renovate Bot force-pushed the renovate/major-cicd branch 2 times, most recently from 1c8fa1b to 31e5778 Compare July 20, 2026 07:17
@renovate
renovate Bot force-pushed the renovate/major-cicd branch from 31e5778 to abad586 Compare July 20, 2026 22:46
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