Skip to content

chore(deps): update github pipeline dependencies (major) - #46

Open
Workleap IT (Infra-Workleap) wants to merge 1 commit into
mainfrom
renovate/major-github-pipeline-dependencies
Open

chore(deps): update github pipeline dependencies (major)#46
Workleap IT (Infra-Workleap) wants to merge 1 commit into
mainfrom
renovate/major-github-pipeline-dependencies

Conversation

@Infra-Workleap

@Infra-Workleap Workleap IT (Infra-Workleap) commented Aug 9, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change Age
actions/cache action major v4v6 age
actions/checkout action major v4v7 age
actions/setup-dotnet action major v4v6 age
actions/setup-node action major v4v7 age
changesets/action action major v1v2.1.1 age
pnpm/action-setup action major v4v6 age

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

v5.1.0

Compare Source

What's Changed

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

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2: v.5.0.2

Compare Source

v5.0.2

What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


v5.0.1

What's Changed

v5.0.0

What's Changed

Full Changelog: actions/cache@v5...v5.0.1

v5.0.0

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

  • Block checking out fork PR for pull_request_target and workflow_run by @​aiqiaoy in #​2454
  • Various dependency updates

v6.1.0

Compare Source

What's Changed

https://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.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.1.0

Compare Source

What's Changed

https://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.1

Compare Source

v5.0.0

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v6.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-dotnet@v5...v6.0.0

v5.4.0

Compare Source

What's Changed

Enhancements

The action now validates the sdk.version field in global.json when rollForward is specified. The version must be a fully-qualified SDK version (e.g., 8.0.100, 10.0.100). Wildcard versions (e.g., 10.0.*) and runtime-style versions (e.g., 8.0.0) will now fail. See the .NET SDK version specification for details.

Documentation
Bug Fixes
Dependency Updates

New Contributors

Full Changelog: actions/setup-dotnet@v5.3.0...v5.4.0

v5.3.0

Compare Source

What's Changed

Enhancements
Dependency Updates
Bug Fixes

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.3.0

v5.2.0

Compare Source

What's changed

Enhancements
Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Documentation
Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v5...v5.0.1

v5.0.0

Compare 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.0

Compare Source

What's Changed

Enhancements:
Bug fixes:
Documentation updates:
Dependency update:

New Contributors

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

v6.5.0

Compare Source

What's Changed

Full Changelog: actions/setup-node@v6.4.0...v6.5.0

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

What's Changed

Documentation
Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.2.0

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v5.0.0

Compare Source

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make 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.1

Compare Source

Patch Changes

v2.1.0

Compare Source

Minor Changes
  • #​718 3b7c71c Thanks @​bluwy! - Add a cwd input to the root action, /select-mode, /version, /pack, and /publish sub-actions to set the current working directory to execute Changesets in. This input existed in v1 but was incorrectly removed.
Patch Changes

v2.0.0

Compare Source

Major Changes
  • #​692 cb3f011 Thanks @​Andarist! - Release commits and tags are now pushed using the GitHub API by default.

    Replace the commit-mode input with the boolean push-with-git-cli input. Set push-with-git-cli: true to continue using the Git CLI.

    Regardless of the push mode, custom GitHub tokens must be passed explicitly through the github-token input. The GITHUB_TOKEN environment variable and credentials configured by actions/checkout or embedded in remote URLs are not substitutes for this input. When the Git CLI is enabled, github-token takes precedence over those repository credentials.

  • #​680 ca57073 Thanks @​bluwy! - Add a new push-git-tags option that complements create-github-releases to control specifically if git tags should be created but not GitHub releases.

    If create-github-releases was previously set to false, which also indirectly disabled git tag creation, git tags will now be created instead by default. If this is not desired, set push-git-tags to false explicitly.

  • #​657 4f718b5 Thanks @​Andarist! - Removed compatibility support for old Changesets v1.

  • #​681 7359107 Thanks @​bluwy! - Rename the root action inputs and outputs to better match the sub-actions' conventions.

    Inputs:

    • version -> version-script
    • publish -> publish-script
    • commit -> commit-message
    • title -> pr-title
    • branch -> pr-base-branch

    Outputs:

    • pull-request-number -> pr-number
  • #​674 164652b Thanks @​bluwy! - Remove support for passing custom GitHub token through the GITHUB_TOKEN environment variable. It should be passed to the github-token input instead.

  • #​659 5649ff4 Thanks @​bluwy! - Remove cwd option for changesets/action. Use the step working-directory option instead to change the directory.

  • #​673 823cf74 Thanks @​bluwy! - Update to Changesets v3 packages

  • #​695 469993c Thanks @​bluwy! - Removed .npmrc handling when the NPM_TOKEN environment variable is set.

    Authentication should be handled via Trusted Publishing instead. If a token is still needed, use actions/setup-node to set it up instead via the registry-url option. Check out the updated action README for more information of setting up npm authentication in GitHub Actions.

  • #​668 0eae789 Thanks @​bluwy! - Rename the input and output names to kebab-case instead of camelCase to match the official GitHub actions pattern

Minor Changes
  • #​656 a12d90d Thanks @​bluwy! - Add new /select-mode, /version, and /publish sub-actions to better control version and publish steps

  • #​678 f71ae04 Thanks @​Andarist! - Published packages detection done through stdout parsing was replaced with one based on the shared output file using CHANGESETS_OUTPUT environment variable. When using custom scripts this environment variable should always be passed down to the Changesets CLI invocations.

Patch Changes
  • #​699 5b307d3 Thanks @​Andarist! - Validate that projects use Changesets CLI v3 and direct Changesets CLI v2 users to changesets/action@v1.

  • #​697 84d78c6 Thanks @​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 5a8b9b7 Thanks @​Andarist! - Authenticate git CLI pushes with the configured GitHub token using Git extra headers instead of writing to a global .netrc file.

  • #​670 5a8b9b7 Thanks @​Andarist! - Derive the Git server URL from the GitHub Actions context when configuring git CLI authentication to support GitHub Enterprise Server setups.

  • #​688 219ea82 Thanks @​Andarist! - Remove the setup-git-user input. Complete custom Git identities are now preserved automatically, while github-actions[bot] is configured as a fallback before creating local release commits or tags.

pnpm/action-setup (pnpm/action-setup)

v6.0.10

Compare Source

What's Changed

New Contributors

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

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.

v5.0.0

Compare Source

Updated the action to use Node.js 24.


Configuration

📅 Schedule: (UTC)

  • 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from c69e5a1 to 9f81805 Compare August 15, 2025 03:12
@Infra-Workleap Workleap IT (Infra-Workleap) changed the title chore(deps): update dependency pnpm to v10 chore(deps): update github pipeline dependencies (major) Aug 15, 2025
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 9f81805 to f4ba6f4 Compare September 6, 2025 03:00
@Infra-Workleap

Workleap IT (Infra-Workleap) commented Sep 6, 2025

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: .github/workflows/publish.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/workflows' has not been added to the allowed list in allowedCommands
File name: .github/workflows/publish-docs.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/workflows' has not been added to the allowed list in allowedCommands
File name: .github/workflows/ci.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/workflows' has not been added to the allowed list in allowedCommands
File name: .github/workflows/publish-docs.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/workflows' has not been added to the allowed list in allowedCommands
File name: .github/actions/setup/action.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/actions/setup' has not been added to the allowed list in allowedCommands
File name: .github/actions/setup/action.yml
Post-upgrade command 'terraform-docs markdown table --output-file README.md --hide resources,data-sources ./.github/actions/setup' has not been added to the allowed list in allowedCommands

@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from f4ba6f4 to edd38c5 Compare September 7, 2025 03:02
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from 3e72f4b to 55879c5 Compare October 23, 2025 03:48
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 55879c5 to ebdc576 Compare November 24, 2025 04:06
@Infra-Workleap Workleap IT (Infra-Workleap) changed the title chore(deps): update github pipeline dependencies (major) chore(deps): update github pipeline dependencies to v6 (major) Nov 25, 2025
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from b080649 to 2c10c41 Compare November 28, 2025 03:48
@Infra-Workleap Workleap IT (Infra-Workleap) changed the title chore(deps): update github pipeline dependencies to v6 (major) chore(deps): update github pipeline dependencies (major) Nov 28, 2025
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from 5108874 to da5139c Compare December 4, 2025 04:08
@Infra-Workleap Workleap IT (Infra-Workleap) changed the title chore(deps): update github pipeline dependencies (major) chore(deps): update github pipeline dependencies to v5 (major) Dec 4, 2025
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from da5139c to cd4c34b Compare December 5, 2025 03:55
@Infra-Workleap Workleap IT (Infra-Workleap) changed the title chore(deps): update github pipeline dependencies to v5 (major) chore(deps): update github pipeline dependencies (major) Dec 5, 2025
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from cd4c34b to 40480d5 Compare December 6, 2025 03:47
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 40480d5 to c665a44 Compare December 16, 2025 04:17
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 4 times, most recently from e1f3ea2 to 317a890 Compare January 20, 2026 05:27
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from 414a160 to 727bcfc Compare March 6, 2026 05:34
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from 2e583fa to 8a9d7cb Compare March 22, 2026 06:25
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 8a9d7cb to 4a8ee35 Compare May 21, 2026 00:47
Copilot AI review requested due to automatic review settings May 21, 2026 00:47

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/checkout to v6 across CI and publish workflows.
  • Bump actions/setup-dotnet to v5 for 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.

@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 4a8ee35 to 4625e8e Compare June 6, 2026 07:03
Comment thread .github/actions/setup/action.yml Fixed
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 4625e8e to 9134032 Compare June 13, 2026 07:18
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 9134032 to 41f771a Compare June 20, 2026 07:27
Comment thread .github/actions/setup/action.yml Fixed
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch 2 times, most recently from 0b1feaa to 84298a2 Compare July 4, 2026 07:01
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 84298a2 to 70150b2 Compare July 18, 2026 06:43
Comment thread .github/actions/setup/action.yml Fixed
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from 70150b2 to b6b16aa Compare July 25, 2026 06:47
steps:
- name: Install pnpm
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v6
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from b6b16aa to f60376f Compare August 8, 2026 06:16
Comment thread .github/actions/setup/action.yml Fixed
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from f60376f to cf4c987 Compare August 15, 2026 06:08
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from cf4c987 to c529878 Compare August 29, 2026 06:21
- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
uses: changesets/action@v2.1.1
@Infra-Workleap
Workleap IT (Infra-Workleap) force-pushed the renovate/major-github-pipeline-dependencies branch from c529878 to a433cf4 Compare September 5, 2026 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants