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

Update GitHub Actions (major) #14

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v4
actions/checkout action major v3 -> v4
actions/setup-go action major v3 -> v5
actions/stale action major v5 -> v9
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3 -> v1.0.1

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source

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

v5

Compare Source

v4

Compare Source

actions/stale (actions/stale)

v9

Compare Source

v8

Compare Source

v7

Compare Source

v6

Compare Source

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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-github-actions branch from 3289550 to 14ec593 Compare December 20, 2022 23:11
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 14ec593 to 7b0b48b Compare January 4, 2023 22:46
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7b0b48b to 34bfa3d Compare February 17, 2023 04:16
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 34bfa3d to 87633fb Compare March 15, 2023 17:31
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 87633fb to 4d3702d Compare March 23, 2023 11:38
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 4d3702d to 0b10db0 Compare September 4, 2023 14:43
@renovate renovate bot force-pushed the renovate/major-github-actions branch 2 times, most recently from f7d5c67 to 78fb30d Compare October 19, 2023 11:35
@renovate renovate bot force-pushed the renovate/major-github-actions branch 3 times, most recently from db2577d to c8c3898 Compare December 8, 2023 08:04
@renovate renovate bot force-pushed the renovate/major-github-actions branch from c8c3898 to 26a625b Compare January 13, 2024 10:46
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.

None yet

0 participants