Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change
actions/setup-node action major v4.4.0 -> v5.0.0

Release Notes

actions/setup-node (actions/setup-node)

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


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow-without-test-image:pr-191 (debian 13.1)

No Vulnerabilities found

No Misconfigurations found

Python

No Vulnerabilities found

No Misconfigurations found

@github-actions
Copy link
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow-with-fixed-image-tags:v1.2.3-beta.123 (debian 13.1)

No Vulnerabilities found

No Misconfigurations found

Python

No Vulnerabilities found

No Misconfigurations found

@github-actions
Copy link
Contributor

Trivy image scan report

ghcr.io/chgl/github-reusable-workflow:pr-191 (debian 13.1)

No Vulnerabilities found

No Misconfigurations found

Python

No Vulnerabilities found

No Misconfigurations found

@github-actions
Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 4 0 0 0.09s
✅ COPYPASTE jscpd yes no no 1.16s
✅ DOCKERFILE hadolint 1 0 0 0.15s
✅ JSON jsonlint 3 0 0 0.14s
⚠️ JSON prettier 3 1 0 0.99s
✅ JSON v8r 3 0 0 3.26s
✅ MARKDOWN markdownlint 1 0 0 0.54s
✅ MARKDOWN markdown-link-check 1 0 0 0.62s
✅ MARKDOWN markdown-table-formatter 1 0 0 0.28s
✅ PYTHON bandit 1 0 0 2.42s
✅ PYTHON black 1 0 0 0.82s
✅ PYTHON flake8 1 0 0 0.53s
✅ PYTHON isort 1 0 0 0.22s
✅ PYTHON mypy 1 0 0 3.82s
✅ PYTHON pylint 1 0 0 3.24s
✅ PYTHON pyright 1 0 0 1.68s
✅ PYTHON ruff 1 0 0 0.03s
✅ REPOSITORY checkov yes no no 20.94s
✅ REPOSITORY dustilock yes no no 0.02s
✅ REPOSITORY gitleaks yes no no 0.29s
✅ REPOSITORY git_diff yes no no 0.01s
✅ REPOSITORY grype yes no no 33.5s
✅ REPOSITORY kics yes no no 2.93s
✅ REPOSITORY secretlint yes no no 1.61s
✅ REPOSITORY syft yes no no 2.39s
✅ REPOSITORY trivy yes no no 8.18s
✅ REPOSITORY trivy-sbom yes no no 0.09s
✅ REPOSITORY trufflehog yes no no 3.85s
✅ YAML prettier 6 0 0 0.66s
✅ YAML v8r 6 0 0 5.35s
✅ YAML yamllint 6 0 0 0.65s

See detailed report in MegaLinter reports

You could have same capabilities but better runtime performances if you request a new MegaLinter flavor.

MegaLinter is graciously provided by OX Security

@chgl chgl merged commit 7fd7c4e into master Sep 22, 2025
40 checks passed
@renovate renovate bot deleted the renovate/actions-setup-node-5.x branch September 22, 2025 06:43
@github-actions
Copy link
Contributor

🎉 This PR is included in version 1.10.58 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants