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) #177

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v3 -> v4
actions/setup-dotnet action major v3 -> v4
actions/setup-node action major v3 -> v4
actions/stale action major v8 -> v9
codecov/codecov-action action major v3 -> v4
suzuki-shunsuke/github-action-renovate-config-validator action major v0.1.3 -> v1.0.1

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

actions/setup-dotnet (actions/setup-dotnet)

v4

Compare Source

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

v4

Compare Source

actions/stale (actions/stale)

v9

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.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: [email protected]

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 9am on Monday" (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.

👻 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 added actions dependencies Pull requests that update a dependency file renovate labels Sep 11, 2023
github-actions[bot]
github-actions bot previously approved these changes Sep 11, 2023
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.34%. Comparing base (ce2f061) to head (52f6c63).

❗ Current head 52f6c63 differs from pull request most recent head 4b0465e. Consider uploading reports for the commit 4b0465e to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #177   +/-   ##
=======================================
  Coverage   83.34%   83.34%           
=======================================
  Files          65       65           
  Lines        1927     1927           
  Branches       76       76           
=======================================
  Hits         1606     1606           
  Misses        304      304           
  Partials       17       17           

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

@renovate renovate bot changed the title Update actions/checkout action to v4 Update GitHub Actions to v4 (major) Sep 14, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch from d1589c3 to 7998d96 Compare September 14, 2023 17:22
@renovate renovate bot changed the title Update GitHub Actions to v4 (major) Update actions/checkout action to v4 Sep 15, 2023
@renovate renovate bot changed the title Update actions/checkout action to v4 Update actions/checkout action to v4 - autoclosed Oct 17, 2023
@renovate renovate bot closed this Oct 17, 2023
@renovate renovate bot deleted the renovate/major-github-actions branch October 17, 2023 16:42
@renovate renovate bot changed the title Update actions/checkout action to v4 - autoclosed Update actions/checkout action to v4 Oct 19, 2023
@renovate renovate bot reopened this Oct 19, 2023
@renovate renovate bot restored the renovate/major-github-actions branch October 19, 2023 10:48
github-actions[bot]
github-actions bot previously approved these changes Oct 19, 2023
@renovate renovate bot changed the title Update actions/checkout action to v4 Update GitHub Actions to v4 (major) Oct 23, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 7998d96 to 54f5a35 Compare October 23, 2023 16:19
github-actions[bot]
github-actions bot previously approved these changes Oct 23, 2023
github-actions[bot]
github-actions bot previously approved these changes Dec 4, 2023
@renovate renovate bot changed the title Update GitHub Actions to v4 (major) Update GitHub Actions (major) Dec 7, 2023
@renovate renovate bot force-pushed the renovate/major-github-actions branch from 2d94afd to 96f4baa Compare December 7, 2023 15:14
github-actions[bot]
github-actions bot previously approved these changes Dec 7, 2023
github-actions[bot]
github-actions bot previously approved these changes Dec 8, 2023
github-actions[bot]
github-actions bot previously approved these changes Jan 13, 2024
Copy link

github-actions bot commented Apr 7, 2024

Automatically marking pull request as stale due to lack of activity

@github-actions github-actions bot added the stale label Apr 7, 2024
Copy link

Automatically closing this pull request as stale

@github-actions github-actions bot closed this Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
actions dependencies Pull requests that update a dependency file renovate stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants