Skip to content

chore(deps): update maru support dependencies (major) - #227

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-maru-support-dependencies
Open

chore(deps): update maru support dependencies (major)#227
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-maru-support-dependencies

Conversation

@renovate

@renovate renovate Bot commented Sep 4, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5.0.1v7.0.1
actions/create-github-app-token action major v2.2.1v3.2.0
actions/dependency-review-action action major v4.8.2v5.0.0
actions/download-artifact action major v5.0.0v8.0.1
actions/setup-go action major v5.6.0v7.0.0
actions/setup-node action major v4.4.0v7.0.0
actions/upload-artifact action major v4.6.2v7.0.1
github/codeql-action action major v3.31.10v4.37.9
golangci/golangci-lint-action action major v8.0.0v9.3.0
goreleaser/goreleaser-action action major v6.4.0v7.2.3

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

v6.1.0

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.1.0

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v3.2.0

Compare Source

Features
Bug Fixes

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
Features

v3.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Custom proxy handling has been removed. If you use HTTP_PROXY or HTTPS_PROXY, you must now also set NODE_USE_ENV_PROXY=1 on the action step.
  • Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner.

v3

Compare Source

v2.2.2

Compare Source

Bug Fixes
actions/dependency-review-action (actions/dependency-review-action)

v5.0.0: 5.0.0

Compare Source

This is a new major version of the Dependency Review Action which updates the runtime to node24. This requires a minimum Actions Runner version v2.327.1 to run.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.9.0...v5.0.0

v4.9.0: Dependency Review Action 4.9.0

Compare Source

This feature release contains a couple of notable changes:

  • There is a new configuration option show_patched_versions which will add a column to the output, showing the fix version of each vulnerable dependency. Thanks @​felickz!
  • Runs which do not display OpenSSF scorecards no longer fetch scorecard information; previously it was fetched regardless of whether or not it was displayed, causing unneccessary slowness. Great catch @​jantiebot!
  • There are a couple of fixes to purl parsing which should improve match accuracy for allow-package-dependency lists, including case (in)sensitivity and url-encoded namespaces Thanks @​juxtin!

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.8.3...v4.9.0

v4.8.3: 4.8.3

Compare Source

Dependency Review Action v4.8.3

This is a bugfix release that updates a number of upstream dependencies and includes a fix for the earlier feature that detected oversized summaries and upload them as artifacts, which could occasionally crash the action.

We have also updated the release process to use a long-lived v4 branch for the action, instead of a force-pushed tag, which aligns better with git branching strategies; the change should be transparent to end users.

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.8.2..v4.8.3

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

v7.0.0

Compare Source

v7 - What's new

[!IMPORTANT]
actions/download-artifact@​v7 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

Node.js 24

This release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v6

Compare Source

actions/setup-go (actions/setup-go)

v7.0.0

Compare Source

What's Changed
New Contributors

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

v7

Compare Source

v6.5.0

Compare Source

v6.4.0

Compare Source

What's Changed
Enhancement
  • Add go-download-base-url input for custom Go distributions by @​gdams in #​721
Dependency update
Documentation update
New Contributors

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

v6.3.0

Compare Source

What's Changed

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

v6.2.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

v6.1.0

Compare Source

What's Changed
Enhancements
Dependency updates
New Contributors

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

v6.0.0

Compare Source

What's Changed
Breaking Changes

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-go@v5...v6.0.0

v6

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

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

v6

Compare Source

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

v5

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

  • Add proxy integration test by @​Link- in #​754
  • Upgrade the module to ESM and bump dependencies by [@​danwkennedy](https://

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "after 12pm every weekday,before 11am every weekday"
  • Automerge
    • At any time (no schedule defined)

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

@renovate renovate Bot added the support-deps label Sep 4, 2025
@renovate
renovate Bot requested a review from a team as a code owner September 4, 2025 06:27
@renovate renovate Bot added the support-deps label Sep 4, 2025
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch from c86fa3d to d1ecc65 Compare September 25, 2025 17:57
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 3 times, most recently from efa8863 to c03b2ae Compare October 14, 2025 06:37
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch from c03b2ae to 88f27ae Compare October 17, 2025 15:46
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from 90b89e9 to ce68236 Compare October 30, 2025 19:46
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from 7a4026a to 91294ab Compare November 14, 2025 03:03
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 5 times, most recently from db70706 to 58f64f7 Compare November 24, 2025 11:26
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 4 times, most recently from a89c8d7 to fc583b7 Compare December 5, 2025 18:45
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 3 times, most recently from c686822 to 0b8f12f Compare December 16, 2025 20:06
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 4 times, most recently from 3b90e5a to 14732ed Compare January 15, 2026 03:28
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from 77431af to 49eb6a1 Compare January 23, 2026 15:10
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from d62e824 to 0fbece7 Compare March 11, 2026 16:00
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 4 times, most recently from 36349a2 to 8673d40 Compare March 20, 2026 18:45
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 3 times, most recently from 6185b46 to 2fa807e Compare March 30, 2026 06:35
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 4 times, most recently from 99e5c85 to 11a6b84 Compare April 16, 2026 13:14
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from 8147598 to 40fb1c9 Compare April 20, 2026 11:35
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from e3d89f2 to fe0e151 Compare May 1, 2026 15:26
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 3 times, most recently from f71bfb5 to bc105c4 Compare May 13, 2026 02:42
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 4 times, most recently from a21e6f1 to 4d0253e Compare May 22, 2026 12:01
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 3 times, most recently from d2a4afe to fc62a07 Compare June 4, 2026 19:51
@renovate
renovate Bot force-pushed the renovate/major-maru-support-dependencies branch 2 times, most recently from 811c4d9 to f712fb3 Compare June 24, 2026 06:43
| datasource  | package                          | from     | to      |
| ----------- | -------------------------------- | -------- | ------- |
| github-tags | actions/checkout                 | v5.0.1   | v7.0.1  |
| github-tags | actions/create-github-app-token  | v2.2.1   | v3.2.0  |
| github-tags | actions/dependency-review-action | v4.8.2   | v5.0.0  |
| github-tags | actions/download-artifact        | v5.0.0   | v8.0.1  |
| github-tags | actions/setup-go                 | v5.6.0   | v7.0.0  |
| github-tags | actions/setup-node               | v4.4.0   | v7.0.0  |
| github-tags | actions/upload-artifact          | v4.6.2   | v7.0.1  |
| github-tags | github/codeql-action             | v3.31.10 | v4.37.9 |
| github-tags | golangci/golangci-lint-action    | v8.0.0   | v9.3.0  |
| github-tags | goreleaser/goreleaser-action     | v6.4.0   | v7.2.3  |
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