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 (major) #264

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 31, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/cache action major v2.1.7 -> v4.0.2 age adoption passing confidence
actions/checkout action major v3 -> v4 age adoption passing confidence
actions/checkout action major v2 -> v4 age adoption passing confidence
actions/setup-go action major v2 -> v5 age adoption passing confidence
codfish/semantic-release-action action major v1.9.0 -> v3.3.0 age adoption passing confidence
github.com/urfave/cli require major v1.22.5 -> v2.27.2 age adoption passing confidence
golangci/golangci-lint-action action major v3 -> v5 age adoption passing confidence
ubuntu github-runner major 20.04 -> 22.04 age adoption passing confidence

Release Notes

actions/cache (actions/cache)

v4.0.2

Compare Source

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4...v4.0.1

v4.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v4.0.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.3.1

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.0

v3.2.6

Compare Source

What's Changed

Full Changelog: actions/cache@v3...v3.2.6

v3.2.5

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.5

v3.2.4

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.2.3

v3.2.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3.2.1...v3.2.2

v3.2.1

Compare Source

What's Changed

Full Changelog: actions/cache@v3.2.0...v3.2.1

v3.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.2.0

v3.0.11

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.11

v3.0.10

Compare Source

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

v3.0.9

Compare Source

  • Enhanced the warning message for cache unavailability in case of GHES.

v3.0.8

Compare Source

What's Changed

  • Fix zstd not working for windows on gnu tar in issues.
  • Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable SEGMENT_DOWNLOAD_TIMEOUT_MIN. Default is 60 minutes.

v3.0.7

Compare Source

What's Changed

  • Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

v3.0.6

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.0.6

v3.0.5

Compare Source

Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit.

v3.0.4

Compare Source

In this release, we have fixed the tar creation error while trying to create it with path as ~/ home folder on ubuntu-latest.

v3.0.3

Compare Source

Fixed avoiding empty cache save when no files are available for caching. (https://github.com/actions/cache/issues/624)

v3.0.2

Compare Source

This release adds the support for dynamic cache size cap on GHES.

v3.0.1

Compare Source

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

v3.0.0

Compare Source

  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@v2 won't see deprecation warning message.

actions/checkout (actions/checkout)

v4

Compare Source

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

v5

Compare Source

v4

Compare Source

v3

Compare Source

codfish/semantic-release-action (codfish/semantic-release-action)

v3.3.0

Compare Source

Features

v3.2.0

Compare Source

Features

v3.1.1

Compare Source

Bug Fixes

v3.1.0

Compare Source

Bug Fixes
  • set default values in the entrypoint (1370f92)
Features

v3.0.0

Compare Source

Bug Fixes
  • run safe-directory on /github/workspace (3e26d45)
Features
  • bump semantic to v22, use node v20 (7f2510c)
  • include main branch by default, update input casing (ad7eb9d)
BREAKING CHANGES

v2.2.1

Compare Source

Bug Fixes
  • force install additional plugins (78f3935)
  • revert back to 18.7.0 (b81ef1d)

v2.2.0

Compare Source

Features
  • add type, channel, gitHead, gitTag, name outputs (04df07b)

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

Features
BREAKING CHANGES
  • Runs using nodejs v18.x and npm v8 now,
    so any dependencies specified in extends or additional_packages
    that have dependency conflicts with semantic-release v19.x will
    cause the action to fail.

v1.10.0

Compare Source

Features
urfave/cli (github.com/urfave/cli)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.7...v2.26.0

v2.25.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.6...v2.25.7

v2.25.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.5...v2.25.6

v2.25.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.25.4...v2.25.5

v2.25.4

Compare Source

What's Changed
New Contributors

Full Changelog: urfave/cli@v2.25.3...v2.25.4

v2.25.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.2...v2.25.3

v2.25.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.1...v2.25.2

v2.25.1

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.25.0...v2.25.1

v2.25.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.4...v2.25.0

v2.24.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.3...v2.24.4

v2.24.3

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.2...v2.24.3

v2.24.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.24.1...v2.24.2

v2.24.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.24.0...v2.24.1

v2.24.0

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.10...v2.24.0

v2.23.10

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.9...v2.23.10

v2.23.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.23.8...v2.23.9

v2.23.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.7...v2.23.8

v2.23.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.6...v2.23.7

v2.23.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.23.5...v2.23.6

v2.23.5

Compare Source

Wh


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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
Copy link
Author

renovate bot commented Apr 12, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/sshportal":"/mnt/renovate/gh/moul/sshportal" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/sshportal" docker.io/renovate/go:1.14.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 47c739c to 4d84ffc Compare April 27, 2021 09:23
@renovate
Copy link
Author

renovate bot commented Jun 5, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: github.com/asaskevich/govalidator/v11@v11.0.1: go.mod has non-.../v11 module path "github.com/asaskevich/govalidator" (and .../v11/go.mod does not exist) at revision v11.0.1

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Aug 9, 2021
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 362a67c to 8e56f08 Compare October 15, 2021 09:32
@renovate renovate bot changed the title fix(deps): update all (major) fix(deps): update module github.com/asaskevich/govalidator to v11 Oct 31, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/asaskevich/govalidator to v11 fix(deps): update all (major) Feb 24, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 30d29e5 to dbba949 Compare February 28, 2022 14:36
@renovate renovate bot changed the title fix(deps): update all (major) chore(deps): update all (major) Feb 28, 2022
@auto-add-label auto-add-label bot added dependencies and removed bug labels Feb 28, 2022
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ef48d38 to 1ccdeed Compare April 3, 2023 10:30
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from cfb109f to b195a74 Compare May 29, 2023 17:09
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 2c2ec55 to e4cc80c Compare June 19, 2023 04:43
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 30a0933 to d1ff1c1 Compare September 8, 2023 15:10
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 81e19a6 to 18d5993 Compare October 19, 2023 11:51
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 785d62c to 30155c2 Compare November 9, 2023 22:25
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 60225d0 to e914f38 Compare December 6, 2023 15:58
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from cee83de to 2514307 Compare December 30, 2023 17:11
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 2486685 to 7f7926b Compare January 17, 2024 17:07
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from e4b630b to 406a536 Compare February 11, 2024 00:04
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 06a0497 to d04200f Compare April 9, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies 🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants