Skip to content

chore(deps): update github actions (major)#19

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

chore(deps): update github actions (major)#19
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2023

This PR contains the following updates:

Package Type Update Change
JS-DevTools/npm-publish action major v1v4
actions/checkout action major v3v6
actions/setup-node action major v3v6
actions/stale action major v7v10
codecov/codecov-action action major v3v5
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3v2.1.0

Release Notes

JS-DevTools/npm-publish (JS-DevTools/npm-publish)

v4

Compare Source

v3

Compare Source

v2

Compare Source

actions/checkout (actions/checkout)

v6

Compare Source

v5

Compare Source

v4

Compare Source

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

v6

Compare Source

v5

Compare Source

v4

Compare Source

actions/stale (actions/stale)

v10

Compare Source

v9

Compare Source

v8

Compare Source

codecov/codecov-action (codecov/codecov-action)

v5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v4

Compare Source

What's Changed
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: Branch creation - "before 3am every weekday" (UTC), 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 March 27, 2023 01:10
@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.83%. Comparing base (4d4a912) to head (62aa272).
Report is 3 commits behind head on main.

❗ Current head 62aa272 differs from pull request most recent head d7ac410. Consider uploading reports for the commit d7ac410 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #19      +/-   ##
==========================================
- Coverage   95.94%   95.83%   -0.11%     
==========================================
  Files          22       22              
  Lines         913      889      -24     
  Branches      258      252       -6     
==========================================
- Hits          876      852      -24     
  Misses         37       37              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update actions/stale action to v8 chore(deps): update github actions (major) Apr 20, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 13963a9 to 707b1b8 Compare April 20, 2023 16:41
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 707b1b8 to 8225b82 Compare June 2, 2023 12:31
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 8225b82 to 79dc025 Compare June 27, 2023 15:57
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 6238ea3 to e744f61 Compare August 17, 2023 18:15
@renovate renovate bot force-pushed the renovate/major-github-actions branch from e744f61 to 37d476d Compare September 4, 2023 13:24
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 37d476d to c187814 Compare September 14, 2023 16:36
@renovate renovate bot changed the title chore(deps): update github actions (major) chore(deps): update actions/stale action to v8 Oct 17, 2023
@renovate renovate bot changed the title chore(deps): update actions/stale action to v8 chore(deps): update github actions (major) Oct 18, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from fa85da8 to f90f1bb Compare October 23, 2023 18:59
@renovate renovate bot force-pushed the renovate/major-github-actions branch from f90f1bb to 58588c3 Compare October 31, 2023 15:01
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 58588c3 to 12e475e Compare November 9, 2023 19:29
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from 022e588 to 278bdbb Compare December 8, 2023 11:02
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 278bdbb to 62aa272 Compare January 13, 2024 12:53
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 62aa272 to 70695f7 Compare January 31, 2024 19:04
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 70695f7 to e06d129 Compare February 15, 2024 20:52
@renovate renovate bot force-pushed the renovate/major-github-actions branch from e06d129 to 94ccda4 Compare March 22, 2024 15:39
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 94ccda4 to d7ac410 Compare April 29, 2024 17:23
@renovate renovate bot force-pushed the renovate/major-github-actions branch from d7ac410 to 278083b Compare August 20, 2024 15:32
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 278083b to 48b720b Compare August 29, 2024 00:41
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 48b720b to 74757a3 Compare November 14, 2024 19:09
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 74757a3 to c22b597 Compare November 27, 2024 03:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c22b597 to 2f3e366 Compare August 11, 2025 14:34
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 2f3e366 to 9fde430 Compare September 4, 2025 04:53
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 9fde430 to 154c49e Compare September 14, 2025 21:55
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 154c49e to e98e630 Compare September 29, 2025 23:11
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from c7719a4 to 75dec6b Compare October 14, 2025 04:28
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 75dec6b to 0cad9ef Compare November 20, 2025 17:58
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 0cad9ef to a9f73a8 Compare January 16, 2026 12:30
@renovate renovate bot force-pushed the renovate/major-github-actions branch from a9f73a8 to caefafb Compare February 27, 2026 14:01
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