Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
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 v1 -> v3
actions/checkout action major v3 -> v4
actions/setup-node action major v3 -> v4
actions/stale action major v7 -> v9
codecov/codecov-action action major v3 -> v4
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3 -> v1.1.0

Release Notes

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

v3

Compare Source

v2

Compare Source

actions/checkout (actions/checkout)

v4

Compare Source

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

v4

Compare Source

actions/stale (actions/stale)

v9

Compare Source

v8

Compare Source

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

v4

Compare Source

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

v1.1.0

Compare Source

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