chore(deps): update github pipeline dependencies (major) - #46
Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Open
chore(deps): update github pipeline dependencies (major)#46Workleap IT (Infra-Workleap) wants to merge 1 commit into
Workleap IT (Infra-Workleap) wants to merge 1 commit into
Conversation
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
August 15, 2025 03:12
c69e5a1 to
9f81805
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
September 6, 2025 03:00
9f81805 to
f4ba6f4
Compare
Author
|
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
September 7, 2025 03:02
f4ba6f4 to
edd38c5
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
October 23, 2025 03:48
3e72f4b to
55879c5
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
November 24, 2025 04:06
55879c5 to
ebdc576
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
November 28, 2025 03:48
b080649 to
2c10c41
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
December 4, 2025 04:08
5108874 to
da5139c
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
December 5, 2025 03:55
da5139c to
cd4c34b
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
December 6, 2025 03:47
cd4c34b to
40480d5
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
December 16, 2025 04:17
40480d5 to
c665a44
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
4 times, most recently
from
January 20, 2026 05:27
e1f3ea2 to
317a890
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
March 6, 2026 05:34
414a160 to
727bcfc
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
March 22, 2026 06:25
2e583fa to
8a9d7cb
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
May 21, 2026 00:47
8a9d7cb to
4a8ee35
Compare
There was a problem hiding this comment.
Pull request overview
Updates GitHub Actions dependencies used by this repo’s CI and release automation workflows to newer major versions, keeping the pipeline infrastructure current.
Changes:
- Bump
actions/checkouttov6across CI and publish workflows. - Bump
actions/setup-dotnettov5for docs publishing. - Bump shared composite setup action dependencies (
pnpm/action-setup,actions/setup-node,actions/cache) to their newer major versions.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/publish.yml |
Updates checkout action to actions/checkout@v6 for the publish workflow. |
.github/workflows/publish-docs.yml |
Updates checkout to v6 and setup-dotnet to v5 for docs publishing. |
.github/workflows/ci.yml |
Updates checkout action to actions/checkout@v6 for CI runs. |
.github/actions/setup/action.yml |
Updates pnpm/node/cache action dependencies used by the shared setup composite action. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
June 6, 2026 07:03
4a8ee35 to
4625e8e
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
June 13, 2026 07:18
4625e8e to
9134032
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
June 20, 2026 07:27
9134032 to
41f771a
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
2 times, most recently
from
July 4, 2026 07:01
0b1feaa to
84298a2
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
July 18, 2026 06:43
84298a2 to
70150b2
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
July 25, 2026 06:47
70150b2 to
b6b16aa
Compare
| steps: | ||
| - name: Install pnpm | ||
| uses: pnpm/action-setup@v4 | ||
| uses: pnpm/action-setup@v6 |
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
August 8, 2026 06:16
b6b16aa to
f60376f
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
August 15, 2026 06:08
f60376f to
cf4c987
Compare
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
August 29, 2026 06:21
cf4c987 to
c529878
Compare
| - name: Create Release Pull Request or Publish to npm | ||
| id: changesets | ||
| uses: changesets/action@v1 | ||
| uses: changesets/action@v2.1.1 |
Workleap IT (Infra-Workleap)
force-pushed
the
renovate/major-github-pipeline-dependencies
branch
from
September 5, 2026 06:09
c529878 to
a433cf4
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:
v4→v6v4→v7v4→v6v4→v7v1→v2.1.1v4→v6Release 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
v5.1.0Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.1.0
v5.0.5Compare Source
What's Changed
Full Changelog: actions/cache@v5...v5.0.5
v5.0.4Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v5...v5.0.4
v5.0.3Compare Source
What's Changed
@actions/cacheto v5.0.5 (Resolves: https://github.com/actions/cache/security/dependabot/33)@actions/coreto v2.0.3Full Changelog: actions/cache@v5...v5.0.3
v5.0.2: v.5.0.2Compare Source
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
v5.0.1Compare Source
v5.0.1
What's Changed
v5.0.0
What's Changed
Full Changelog: actions/cache@v5...v5.0.1
v5.0.0Compare Source
What's Changed
Full Changelog: actions/cache@v4.3.0...v5.0.0
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
What's Changed
allow-unsafe-pr-checkoutto v6 by @aiqiaoy in #2500https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change
Full Changelog: actions/checkout@v6.0.3...v6.1.0
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.1.0Compare Source
What's Changed
allow-unsafe-pr-checkoutto v5 by @aiqiaoy in #2501https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change
Full Changelog: actions/checkout@v5.0.1...v5.1.0
v5.0.1Compare Source
v5.0.0Compare Source
actions/setup-dotnet (actions/setup-dotnet)
v6.0.0Compare Source
What's Changed
New Contributors
Full Changelog: actions/setup-dotnet@v5...v6.0.0
v5.4.0Compare Source
What's Changed
Enhancements
Documentation
Bug Fixes
Dependency Updates
New Contributors
Full Changelog: actions/setup-dotnet@v5.3.0...v5.4.0
v5.3.0Compare Source
What's Changed
Enhancements
Dependency Updates
Bug Fixes
New Contributors
Full Changelog: actions/setup-dotnet@v5...v5.3.0
v5.2.0Compare Source
What's changed
Enhancements
Dependency Updates
Full Changelog: actions/setup-dotnet@v5...v5.2.0
v5.1.0Compare Source
What's Changed
Documentation
Dependency updates
New Contributors
Full Changelog: actions/setup-dotnet@v5...v5.1.0
v5.0.1Compare Source
What's Changed
Full Changelog: actions/setup-dotnet@v5...v5.0.1
v5.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Updates
Bug Fixes
New Contributors
Full Changelog: actions/setup-dotnet@v4...v5.0.0
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
v6.5.0Compare Source
What's Changed
Full Changelog: actions/setup-node@v6.4.0...v6.5.0
v6.4.0Compare Source
What's Changed
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v6...v6.4.0
v6.3.0Compare Source
What's Changed
Enhancements:
devEnginesfield by @susnux in #1283Dependency updates:
Bug fixes:
New Contributors
Full Changelog: actions/setup-node@v6...v6.3.0
v6.2.0Compare Source
What's Changed
Documentation
Dependency updates:
New Contributors
Full Changelog: actions/setup-node@v6...v6.2.0
v6.1.0Compare Source
What's Changed
Enhancement:
Dependency updates:
Documentation update:
Full Changelog: actions/setup-node@v6...v6.1.0
v6.0.0Compare Source
What's Changed
Breaking Changes
Dependency Upgrades
Full Changelog: actions/setup-node@v5...v6.0.0
v5.0.0Compare Source
What's Changed
Breaking Changes
This update, introduces automatic caching when a valid
packageManagerfield is present in yourpackage.json. This aims to improve workflow performance and make dependency management more seamless.To disable this automatic caching, set
package-manager-cache: falseMake sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
New Contributors
Full Changelog: actions/setup-node@v4...v5.0.0
changesets/action (changesets/action)
v2.1.1Compare Source
Patch Changes
da1ea29Thanks @KEBABSELLER6! - Fixed typo in renamed inputs from v1 to v2v2.1.0Compare Source
Minor Changes
3b7c71cThanks @bluwy! - Add acwdinput to the root action,/select-mode,/version,/pack, and/publishsub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed.Patch Changes
6f58ba3Thanks @bluwy! - Updatepr-statusmessage to link to the new faq pagev2.0.0Compare Source
Major Changes
#692
cb3f011Thanks @Andarist! - Release commits and tags are now pushed using the GitHub API by default.Replace the
commit-modeinput with the booleanpush-with-git-cliinput. Setpush-with-git-cli: trueto continue using the Git CLI.Regardless of the push mode, custom GitHub tokens must be passed explicitly through the
github-tokeninput. TheGITHUB_TOKENenvironment variable and credentials configured byactions/checkoutor embedded in remote URLs are not substitutes for this input. When the Git CLI is enabled,github-tokentakes precedence over those repository credentials.#680
ca57073Thanks @bluwy! - Add a newpush-git-tagsoption that complementscreate-github-releasesto control specifically if git tags should be created but not GitHub releases.If
create-github-releaseswas previously set tofalse, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, setpush-git-tagstofalseexplicitly.#657
4f718b5Thanks @Andarist! - Removed compatibility support for old Changesets v1.#681
7359107Thanks @bluwy! - Rename the root action inputs and outputs to better match the sub-actions' conventions.Inputs:
version->version-scriptpublish->publish-scriptcommit->commit-messagetitle->pr-titlebranch->pr-base-branchOutputs:
pull-request-number->pr-number#674
164652bThanks @bluwy! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to thegithub-tokeninput instead.#659
5649ff4Thanks @bluwy! - Removecwdoption forchangesets/action. Use the stepworking-directoryoption instead to change the directory.#673
823cf74Thanks @bluwy! - Update to Changesets v3 packages#695
469993cThanks @bluwy! - Removed.npmrchandling when theNPM_TOKENenvironment variable is set.Authentication should be handled via Trusted Publishing instead. If a token is still needed, use
actions/setup-nodeto set it up instead via theregistry-urloption. Check out the updated action README for more information of setting up npm authentication in GitHub Actions.#668
0eae789Thanks @bluwy! - Rename the input and output names to kebab-case instead of camelCase to match the official GitHub actions patternMinor Changes
#656
a12d90dThanks @bluwy! - Add new/select-mode,/version, and/publishsub-actions to better control version and publish steps#678
f71ae04Thanks @Andarist! - Published packages detection done through stdout parsing was replaced with one based on the shared output file usingCHANGESETS_OUTPUTenvironment variable. When using custom scripts this environment variable should always be passed down to the Changesets CLI invocations.Patch Changes
#699
5b307d3Thanks @Andarist! - Validate that projects use Changesets CLI v3 and direct Changesets CLI v2 users tochangesets/action@v1.#697
84d78c6Thanks @Andarist! - Allow custom publish scripts to complete without a Changesets output file, warning that GitHub releases and git tags cannot be created when that file is missing.#670
5a8b9b7Thanks @Andarist! - Authenticate git CLI pushes with the configured GitHub token using Git extra headers instead of writing to a global.netrcfile.#670
5a8b9b7Thanks @Andarist! - Derive the Git server URL from the GitHub Actions context when configuring git CLI authentication to support GitHub Enterprise Server setups.#688
219ea82Thanks @Andarist! - Remove thesetup-git-userinput. Complete custom Git identities are now preserved automatically, whilegithub-actions[bot]is configured as a fallback before creating local release commits or tags.pnpm/action-setup (pnpm/action-setup)
v6.0.10Compare Source
What's Changed
pr-checkby @jamietanna in #284New Contributors
Full Changelog: pnpm/action-setup@v6...v6.0.10
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.
v5.0.0Compare Source
Updated the action to use Node.js 24.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate CLI.