Skip to content

Update GitHub Actions (major)#19

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions
Open

Update GitHub Actions (major)#19
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Dec 21, 2022

This PR contains the following updates:

Package Type Update Change
actions/cache action major v3v5
actions/checkout action major v2v6
actions/checkout action major v3v6
actions/setup-java action major v1v5
actions/setup-java action major v3v5
actions/stale action major v6v10
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3v2.1.0

Release Notes

actions/cache (actions/cache)

v5

Compare Source

v4

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

actions/setup-java (actions/setup-java)

v5

Compare Source

v4

Compare Source

v3

Compare Source

v2

Compare Source

actions/stale (actions/stale)

v10

Compare Source

v9

Compare Source

v8

Compare Source

v7

Compare Source

suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)

v2.1.0

Compare Source

Features

#​1092 Enable npm cache by default

Cache improves the performance and mitigates the API Rate Limit Issues.

v2.0.0

Compare Source

⚠️ Breaking Change

#​1063 The action installs Node.js 24 by default to support the latest Renovate.
If you don't want to install it, please set the input node-version to none.

Fixes

#​1060 Install the latest Renovate by default @​deviantintegral

v1.1.1

Compare Source

Bug Fixes

#​768 #​770 #​772 Fixed a bug strict doesn't work

renovate-config-validator has an issue aboutRENOVATE_CONFIG_FILE.

And now renovate-config-validator can accept files via positional arguments.

Unlike RENOVATE_CONFIG_FILE, positional arguments can pass multiple files, so we don't need to run renovate-config-validator by file.
So this release replaces RENOVATE_CONFIG_FILE with positional arguments.

v1.1.0

Compare Source

Features

#​699 #​701 Support validating multiple files

You can validate multiple files by setting multiple lines to config_file_path.
Leading spaces on each line are removed.

e.g.

with:
  config_file_path: |
    default.json
    foo.json

You can pass config_file_path through output command.

e.g.

      - id: files
        run: |
          set -euo pipefail
          files=$(git ls-files | grep renovate.json)

### https://stackoverflow.com/a/74232400
          EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64)
          {
            echo "files<<$EOF"
            echo "$files"
            echo "$EOF"
          } >> "$GITHUB_OUTPUT"
      - name: Pass files through output
        uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
        with:
          config_file_path: ${{ steps.files.outputs.files }}

v1.0.1

Compare Source

Fixes

#​551 Suppress npx warnings using --yes option @​TWiStErRob

This action executes renovate-config-validator via npx, then the following warning was outputted.

npm WARN exec The following package was not found and will be installed: renovate@37.130.0

To suppress the warning, we set npx's --yes option.

https://docs.npmjs.com/cli/v8/commands/npx

If any requested packages are not present in the local project dependencies, then they are installed to a folder in the npm cache, which is added to the PATH environment variable in the executed process.
A prompt is printed (which can be suppressed by providing either --yes or --no).

To prevent security and user-experience problems from mistyping package names, npx prompts before installing anything.
Suppress this prompt with the -y or --yes option.
The --no-install option is deprecated, and will be converted to --no.

🎉 New contributors

Thank you for your contribution!

@​TWiStErRob #​551

v1.0.0

Compare Source

⚠️ Breaking Changes

#​531 renovate-config-validator's --strict option is enabled by default.

How to migrate

There are several options.

  1. Recommended: Fix Renovate configuration according to the error message
  2. Unrecommended: Set false to the input strict to disable --strict option

⚠️ Security Improvement

#​530 Pass inputs via environment variables to prevent malicious injection

Features

#​531 Add the input strict.

You can enable renovate-config-validator's --strict option.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 3am every weekday"
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner December 21, 2022 02:57
@renovate renovate bot force-pushed the renovate/major-github-actions branch from cab3112 to ba00d1a Compare March 12, 2023 19:42
@renovate renovate bot force-pushed the renovate/major-github-actions branch from ba00d1a to 6ecfd7c Compare March 23, 2023 11:13
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 6ecfd7c to 16b41f7 Compare September 4, 2023 15:15
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from a20adce to a6b7d22 Compare October 19, 2023 11:02
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a6b7d22 to c2e3a4c Compare November 29, 2023 15:35
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from fdbb925 to 7aaacd2 Compare December 8, 2023 06:48
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 7528474 to 20be758 Compare January 17, 2024 17:30
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 20be758 to ac7dccf Compare August 29, 2024 02:08
@renovate renovate bot force-pushed the renovate/major-github-actions branch from ac7dccf to 724a829 Compare November 27, 2024 04:26
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 724a829 to 3b39f03 Compare August 11, 2025 16:23
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 3b39f03 to 7fddf35 Compare August 21, 2025 05:49
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7fddf35 to a1b9498 Compare September 7, 2025 23:53
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a1b9498 to 0a847c8 Compare November 20, 2025 17:25
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 0a847c8 to 45ef025 Compare December 12, 2025 03:55
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 45ef025 to 38370f2 Compare January 16, 2026 10:11
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 38370f2 to f0bfdb8 Compare February 27, 2026 14:45
@renovate renovate bot changed the title chore(deps): update github actions (major) Update GitHub Actions (major) Apr 8, 2026
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