build(deps): update cicd (major) - #1334
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
📦 Bundle size (Angular v19)Git ref:
|
📦 Bundle size (Angular v20)Git ref:
|
📦 Bundle size (Angular v21)Git ref:
|
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
February 12, 2026 10:52
ff9c113 to
cd0c34e
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
February 26, 2026 18:15
9c5e955 to
1fc44f7
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
February 26, 2026 22:14
1fc44f7 to
46ed3fe
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
February 27, 2026 14:58
46ed3fe to
5c1e42c
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
4 times, most recently
from
March 18, 2026 14:04
cc9692b to
1f45758
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
March 26, 2026 14:35
33312ce to
fd26f66
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
March 31, 2026 15:03
fd26f66 to
8b4575f
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
3 times, most recently
from
April 11, 2026 01:05
ad12f9b to
196debd
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
3 times, most recently
from
April 23, 2026 16:46
c1f0a6f to
0e5901d
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
April 30, 2026 22:31
c18d336 to
eb0d090
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
4 times, most recently
from
May 9, 2026 01:29
7b35413 to
ce3649d
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
4 times, most recently
from
May 12, 2026 22:15
92af949 to
c8d8c26
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
May 18, 2026 23:12
c8d8c26 to
6bfee33
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
June 7, 2026 05:54
baddcff to
5f4c2a6
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
June 18, 2026 20:56
b68624d to
37596da
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
3 times, most recently
from
June 29, 2026 20:07
9474db6 to
0bda452
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
2 times, most recently
from
July 20, 2026 07:17
1c8fa1b to
31e5778
Compare
renovate
Bot
force-pushed
the
renovate/major-cicd
branch
from
July 20, 2026 22:46
31e5778 to
abad586
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v5→v6v6→v7v7→v8v8→v9v6→v7v6→v7v6→v7v3.14.1→v4.0.0v5.5.2→v7.0.0v6.10.8→v7.4.1v4.2.0→v6.0.9Release Notes
actions/cache (actions/cache)
v6.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v6.0.0
v6Compare Source
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v7Compare Source
actions/download-artifact (actions/download-artifact)
v8.0.1Compare Source
What's Changed
Full Changelog: actions/download-artifact@v8...v8.0.1
v8.0.0Compare Source
v8 - What's new
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 theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter totrue.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-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
v8Compare Source
actions/github-script (actions/github-script)
v9.0.0Compare Source
New features:
getOctokitfactory 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 withgetOctokitfor details and examples.ACTIONS_ORCHESTRATION_IDenvironment 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/githubv9 (ESM-only) meansrequire('@​actions/github')will fail at runtime. If you previously used patterns likeconst { getOctokit } = require('@​actions/github')to create secondary clients, use the new injectedgetOctokitfunction instead — it's available directly in the script context with no imports needed.getOctokitis now an injected function parameter. Scripts that declareconst getOctokit = ...orlet getOctokit = ...will get aSyntaxErrorbecause JavaScript does not allowconst/letredeclaration of function parameters. Use the injectedgetOctokitdirectly, or usevar getOctokit = ...if you need to redeclare it.@actions/githubinternals beyond the standardgithub/octokitclient, 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
v9Compare Source
actions/setup-node (actions/setup-node)
v7.0.0Compare Source
What's Changed
Enhancements:
Bug fixes:
mirrorTokeningetManifestif it's provided by @deiga in #1548Documentation updates:
Dependency update:
New Contributors
Full Changelog: actions/setup-node@v6...v7.0.0
v7Compare Source
actions/setup-python (actions/setup-python)
v7.0.0Compare Source
v7Compare Source
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto 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. Thenameparameter 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
v7Compare Source
cloudflare/wrangler-action (cloudflare/wrangler-action)
v4.0.0Compare Source
Major Changes
1029e90Thanks @ericclemmons! - Update default Wrangler version to v4 (latest). The action now installs Wrangler v4 by default when nowranglerVersioninput is specified. Users can still pin to v3 by settingwranglerVersion: "3.90.0"explicitly.v4.0Compare Source
v4Compare Source
v3.15.0Compare Source
Minor Changes
febbda6Thanks @WillTaylorDev! - Support version ranges and tags inwranglerVersioninput. You can now setwranglerVersionto values like4,^4.0.0,4.x, orlatestinstead of only exact versions like4.81.0.v3.15Compare Source
codecov/codecov-action (codecov/codecov-action)
v7.0.0Compare Source
codecovsecurityaccount. We have deleted the account and are usingcodecovsecopswith the original gpg keyWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0
v7Compare Source
v6.0.2Compare Source
This is a copy of the
v7.0.0release to make updates easierWhat's Changed
Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2
v6.0.1Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1
v6.0.0Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0
v6Compare Source
v5.5.5Compare 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.4Compare Source
This is a mirror of
v5.5.2.v6will be released which requiresnode24What's Changed
Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4
v5.5.3Compare 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.1Compare Source
Bug Fixes
v7.4.0Compare Source
Features
v7.3.0Compare Source
Features
exposeinput for Cypress.expose() API (#1749) (dace029)v7.2.0Compare Source
Features
v7.1.10Compare Source
Bug Fixes
v7.1.9Compare Source
Bug Fixes
v7.1.8Compare Source
Bug Fixes
v7.1.7Compare Source
Bug Fixes
v7.1.6Compare Source
Bug Fixes
v7.1.5Compare Source
Bug Fixes
v7.1.4Compare Source
Bug Fixes
v7.1.3Compare Source
Bug Fixes
v7.1.2Compare Source
Bug Fixes
v7.1.1Compare Source
Bug Fixes
v7.1.0Compare Source
v7.0.0Compare Source
Features
BREAKING CHANGES
cypress-io/github-action@v6, using node20, is deprecated
v6.10.9Compare Source
Bug Fixes
pnpm/action-setup (pnpm/action-setup)
v6.0.9Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6...v6.0.9
v6.0.8Compare Source
What's Changed
cache_dependency_pathtype by @haines in #257New Contributors
Full Changelog: pnpm/action-setup@v6.0.7...v6.0.8
v6.0.7Compare Source
What's Changed
New Contributors
Full Changelog: pnpm/action-setup@v6.0.6...v6.0.7
v6.0.6Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6.0.5...v6.0.6
v6.0.5Compare Source
What's Changed
Full Changelog: pnpm/action-setup@v6.0.4...v6.0.5
v6.0.4Compare Source
What's Changed
New Contributors
Full Changelog: pnpm/action-setup@v6.0.3...v6.0.4
v6.0.3Compare Source
Updated pnpm to v11.0.0-rc.5
Full Changelog: pnpm/action-setup@v6.0.2...v6.0.3
v6.0.2Compare Source
What's Changed
New Contributors
Full Changelog: pnpm/action-setup@v6.0.1...v6.0.2
v6.0.1Compare Source
Update pnpm to v11.0.0-rc.2.
pnpm-lock.yamlwill not be saved with two documents unless thepackageManageris set viadevEngines.packageManager. Related issue: #228v6.0.0Compare Source
Added support for pnpm v11.
v6Compare Source
v5.0.0Compare Source
Updated the action to use Node.js 24.
v5Compare Source
v4.4.0Compare Source
Updated the action to use Node.js 24.
v4.3.0Compare Source
What's Changed
@types/node-fetchdependency by @silverwind in #186New Contributors
Full Changelog: pnpm/action-setup@v4.2.0...v4.3.0
Configuration
📅 Schedule: (in timezone Europe/Madrid)
* 9-23 1-7 * 0,6)* 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.
This PR was generated by Mend Renovate. View the repository job log.