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 all github action dependencies to v2 (major) #4

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 1, 2023

This PR contains the following updates:

Package Type Update Change
actions/upload-pages-artifact action major v1.0.10 -> v2.0.0
lycheeverse/lychee-action action major v1.8.0 -> v2.2.0
softprops/action-gh-release action major v1 -> v2

Release Notes

actions/upload-pages-artifact (actions/upload-pages-artifact)

v2.0.0

Compare Source

Changelog

See details of all code changes since previous release.

lycheeverse/lychee-action (lycheeverse/lychee-action)

v2.2.0: Version 2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.2.0

v2.1.0: Version 2.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.1.0

v2.0.2: Version 2.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.2

v2.0.1: Version 2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v2...v2.0.1

v2.0.0: Version 2.0.0

Compare Source

Breaking Changes

Note: This release improves the action's robustness by changing default behaviors. Changes are only required if you want to opt out of the new failure conditions. Most users won't need to modify their existing configurations.

Fail pipeline on error by default

We've changed the default behavior: pipelines will now fail on broken links automatically. This addresses user feedback that not failing on broken links was unexpected (see issue #​71).

What you need to do:

  • Update to version 2 of this action to apply this change.
  • Users of the lychee-action@master branch don't need to make any changes, as fail: true has been the default there for a while.
  • If you prefer the old behavior, explicitly set fail to false when updating:
- name: Link Checker
  id: lychee
  uses: lycheeverse/lychee-action@v2
  with:
    fail: false  # Don't fail action on broken links
Fail pipeline if no links were found

Similar to the above change, we now fail the pipeline if no links are found during a run. This helps warn users about potential configuration issues.

What you need to do:

  • If you expect links to be found in your pipeline run, you don't need to do anything.
  • If you expect no links in your pipeline run, you can opt out like this:
- name: Link Checker
  id: lychee
  uses: lycheeverse/lychee-action@v2
  with:
    failIfEmpty: false  # Don't fail action if no links were found

For a more detailed description of the technical aspects behind these changes, please see the full changelog below.

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1...v1.11.0

v1.10.0: Version 1.10.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1.9.3...v1.10.0

v1.9.3: Version 1.9.3

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v1...v1.9.3

v1.9.2: Version 1.9.2

Compare Source

What's Changed

Full Changelog: lycheeverse/lychee-action@v1...v1.9.2

v1.9.1: Version 1.9.1

Compare Source

This is a hotfix release which restores the behavior of the accept config parameter.
Integers are accepted again as status codes.

accept = [200, 201, 202, 203, 429]

is equivalent to

accept = ["200..=203", 429]

Integers and strings (e.g. for ranges) can be mixed.

v1.9.0: Version 1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: lycheeverse/lychee-action@v1...v1.9.0

softprops/action-gh-release (softprops/action-gh-release)

v2

Compare Source


Configuration

📅 Schedule: Branch creation - "every month" (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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 force-pushed the renovate/major-2-all-github-action branch from aece482 to eb482b7 Compare March 9, 2024 11:34
@renovate renovate bot changed the title chore(deps): update actions/upload-pages-artifact action to v2 chore(deps): update all github action dependencies to v2 (major) Mar 9, 2024
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch 2 times, most recently from 6cc52b9 to 008dd08 Compare March 12, 2024 20:59
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch from 008dd08 to d03972a Compare May 7, 2024 20:49
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch from d03972a to 0b5d59f Compare June 19, 2024 23:26
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch 2 times, most recently from b7ab6c9 to 46a209e Compare July 20, 2024 08:57
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch 3 times, most recently from 10ea47e to cdcaa33 Compare October 14, 2024 08:39
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch 2 times, most recently from 1233fa0 to c4f9730 Compare November 7, 2024 20:16
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch from c4f9730 to e9ac7bd Compare December 21, 2024 03:06
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-2-all-github-action branch from e9ac7bd to 5d86d39 Compare January 10, 2025 03:42
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