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
| steps: | ||
| - name: Install pnpm | ||
| uses: pnpm/action-setup@v4 | ||
| uses: pnpm/action-setup@v6 |
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→v5v4→v5v4→v6Release Notes
actions/cache (actions/cache)
v6Compare Source
v5Compare Source
actions/checkout (actions/checkout)
v7Compare Source
v6Compare Source
v5Compare Source
actions/setup-dotnet (actions/setup-dotnet)
v5Compare Source
actions/setup-node (actions/setup-node)
v5Compare Source
pnpm/action-setup (pnpm/action-setup)
v6Compare Source
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.