Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 31, 2021

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action major v2.1.7v5.0.1 age confidence
actions/checkout action major v3v6 age confidence
actions/checkout action major v2v6 age confidence
actions/setup-go action major v2v6 age confidence
codfish/semantic-release-action action major v1.9.0v4.0.1 age confidence
github.com/olekukonko/tablewriter require major v0.0.5v1.1.2 age confidence
github.com/urfave/cli require major v1.22.5v3.6.1 age confidence
golangci/golangci-lint-action action major v3v9 age confidence
ubuntu github-runner major 20.0424.04 age confidence

Release Notes

actions/cache (actions/cache)

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.0

Compare Source

What's Changed

New Contributors

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

v4.2.4

Compare Source

What's Changed

New Contributors

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

v4.2.3

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

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

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

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

v4.2.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

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

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

Compare Source

  • Bump actions/cache to v4.1.0

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

v3.4.3

Compare Source

What's Changed

Full Changelog: actions/cache@v3.4.2...v3.4.3

v3.4.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v3.4.0, see those release notes and the announcement for more details.

Full Changelog: actions/cache@v3.4.0...v3.4.2

v3.4.1

Compare Source

[!WARNING]
This version was incorrectly released using a SHA pointing to a newer version for immutable actions only. Please use v3.4.2 (or v3) instead.

v3.4.0

Compare Source

⚠️ Important Changes

The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.

The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.

We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v3.3.3...v3.4.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
  • Add example for clojure lein project dependencies by @​shivamarora1 in PR #​835
  • Update toolkit's cache npm module to latest. Bump cache version to v3.0.6 by @​pdotl in PR #​887
  • Fix issue #​809 where cache save/restore was failing for Amazon Linux 2 runners due to older tar version
  • Fix issue #​833 where cache save was not working for caching github workspace directory
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. (#​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)

v6

Compare Source

v5

Compare Source

v4

Compare Source

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

v6

Compare Source

v5

Compare Source

v4

Compare Source

v3

Compare Source

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

v4.0.1

Compare Source

Bug Fixes
  • install additional packages to /action to avoid package manager issues (91fdaf1)

v4.0.0

Compare Source

Features
  • upgrade semantic release & other dependencies to latest (df70072), closes #​211
BREAKING CHANGES
  • Migrated to semantic-release v24. Any breaking changes from v23 and v24 apply to this github action version except for Node version requirements. Because this is a docker-based github action, the version of node in use is defined inside of the docker image, not by the consuming runner or your code.
  • From semantic v23: if using release.config.js as the name of your config file, it needs to be moved to a .config/ directory or renamed to .releaserc.js to keep it in the root of the repository. see https://github.com/cosmiconfig/cosmiconfig/releases/tag/v9.0.0 for more detail

v3.5.0

Compare Source

Features

v3.4.1

Compare Source

Bug Fixes
  • update release workflow to ensure every docker tag is pushed (#​208) (9a999e0)

v3.4.0

Compare Source

Features

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
olekukonko/tablewriter (github.com/olekukonko/tablewriter)

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.0.9

Compare Source

v1.0.8

Compare Source

v1.0.7

Compare Source

v1.0.6

Compare Source

v1.0.5

[Compare Source](https://github.com/olekukonko/tablewri


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 was generated by Mend Renovate. View the repository job log.

@auto-add-label auto-add-label bot added the bug label Mar 31, 2021
@renovate renovate bot force-pushed the renovate/major-all branch from e562176 to d2264da Compare April 12, 2021 12:23
@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/[email protected]: 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 renovate bot force-pushed the renovate/major-all branch 2 times, most recently from def8189 to 3b633e4 Compare June 11, 2021 04:47
@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 force-pushed the renovate/major-all branch from 8e56f08 to d79e640 Compare November 2, 2021 07:34
@renovate renovate bot force-pushed the renovate/major-all branch from d79e640 to f786c7e Compare January 24, 2022 13:11
@renovate renovate bot force-pushed the renovate/major-all branch from f786c7e to 5c106f0 Compare February 24, 2022 19:37
@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 from dbba949 to 6312c12 Compare March 1, 2022 19:16
@renovate renovate bot force-pushed the renovate/major-all branch from 6312c12 to 0b4491b Compare March 21, 2022 11:05
@renovate renovate bot force-pushed the renovate/major-all branch from 0b4491b to ae9d732 Compare March 30, 2022 10:27
@renovate renovate bot force-pushed the renovate/major-all branch from ae9d732 to aec3f43 Compare April 11, 2022 11:13
@renovate renovate bot force-pushed the renovate/major-all branch from aec3f43 to 054bc71 Compare May 11, 2022 04:45
@renovate renovate bot force-pushed the renovate/major-all branch from 054bc71 to 90c2eb2 Compare May 31, 2022 11:00
@renovate renovate bot force-pushed the renovate/major-all branch from 90c2eb2 to 1b70a0b Compare June 7, 2022 12:15
@renovate renovate bot force-pushed the renovate/major-all branch from 1b70a0b to 433f67a Compare July 13, 2022 06:17
@renovate renovate bot force-pushed the renovate/major-all branch from 433f67a to 6799e0f Compare September 25, 2022 23:19
@renovate renovate bot force-pushed the renovate/major-all branch from 6799e0f to 1fec4b2 Compare November 20, 2022 13:29
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 2c1076e to 114d668 Compare May 18, 2025 21:00
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from a1b5721 to 460345a Compare May 29, 2025 03:55
@renovate renovate bot force-pushed the renovate/major-all branch from 460345a to 016ea96 Compare June 13, 2025 03:50
@renovate renovate bot force-pushed the renovate/major-all branch from 016ea96 to 26cd09a Compare July 4, 2025 17:45
@renovate renovate bot force-pushed the renovate/major-all branch from 26cd09a to f8ec571 Compare July 28, 2025 15:11
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0bbddea to d6ec68b Compare August 11, 2025 17:37
@socket-security
Copy link

socket-security bot commented Aug 11, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.amrom.workers.dev/​urfave/​cli@​v1.22.5 ⏵ v1.22.1791 +1100100100100
Addedgithub.amrom.workers.dev/​urfave/​cli/​v3@​v3.6.197100100100100
Updatedgithub.amrom.workers.dev/​olekukonko/​tablewriter@​v0.0.5 ⏵ v1.1.298 -1100100100100

View full report

@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from bb82bd7 to 7d81b64 Compare August 18, 2025 22:59
@renovate renovate bot force-pushed the renovate/major-all branch from 7d81b64 to c18acdc Compare September 6, 2025 23:50
@renovate renovate bot force-pushed the renovate/major-all branch 5 times, most recently from f574e5d to 22520c2 Compare September 24, 2025 13:54
@renovate renovate bot force-pushed the renovate/major-all branch from 22520c2 to 40d14cd Compare October 21, 2025 17:34
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from a90caed to e512d79 Compare November 9, 2025 13:54
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9ec86f7 to 68a4ed2 Compare November 20, 2025 18:27
@renovate renovate bot force-pushed the renovate/major-all branch from 68a4ed2 to 02b41c9 Compare November 30, 2025 12:59
@renovate renovate bot force-pushed the renovate/major-all branch from 02b41c9 to 4588c84 Compare December 12, 2025 03:01
@renovate renovate bot force-pushed the renovate/major-all branch from 4588c84 to 4b3024e Compare December 12, 2025 17:42
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.

1 participant