Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v4 -> v5 age confidence
actions/checkout action major v4.1.1 -> v5.0.0 age confidence
actions/setup-go action major v5 -> v6 age confidence
actions/setup-node action major v4.0.1 -> v6.0.0 age confidence
github.com/apparentlymart/go-textseg/v15 indirect major v15.0.0 -> v16.0.0 age confidence
github.com/oklog/ulid indirect major v1.3.1 -> v2.1.1 age confidence
github.com/urfave/cli/v2 require major v2.27.1 -> v3.5.0 age confidence
github/codeql-action action major v3 -> v4 age confidence
go.mongodb.org/mongo-driver indirect major v1.17.2 -> v2.4.0 age confidence
google.golang.org/appengine indirect major v1.6.8 -> v2.0.6 age confidence
gopkg.in/yaml.v2 indirect major v2.4.0 -> v3.0.1 age confidence
sigs.k8s.io/structured-merge-diff/v4 indirect major v4.4.1 -> v6.3.0 age confidence

Release Notes

actions/checkout (actions/checkout)

v5

Compare Source

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

v6

Compare Source

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

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

Compare Source

What's Changed
Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless.
To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades
New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

apparentlymart/go-textseg (github.com/apparentlymart/go-textseg/v15)

v16.0.0

Compare Source

oklog/ulid (github.com/oklog/ulid)

v2.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: oklog/ulid@v2.1.0...v2.1.1

v2.1.0

Compare Source

Full release of v2.1.0, thanks to our testers.

What's Changed

New Contributors

Full Changelog: oklog/ulid@v2.0.2...v2.1.0

v2.0.2

Compare Source

Identical to v2.0.1, except uses the proper /v2 suffix on the ulid import in ulid_test.go. Without this change, anyone who imported oklog/ulid at e.g. v2.0.1 into their project would also get oklog/ulid at v0-something due to the inadvertent transitive dependency.

v2.0.1

Compare Source

Identical to v2.0.0, but fixes a bug in the go.mod module path.

v2.0.0

Compare Source

A new major version to go with support for Go modules. Also, improved support for safe monotonic readers.

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

v3.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.4.1...v3.5.0

v3.4.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.9...v3.4.0

v3.3.9

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.8...v3.3.9

v3.3.8

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.7...v3.3.8

v3.3.7

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.6...v3.3.7

v3.3.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.5...v3.3.6

v3.3.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.4...v3.3.5

v3.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.3...v3.3.4

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.2...v3.3.3

v3.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.3.1...v3.3.2

v3.3.1

Compare Source

What's Changed

Full Changelog: urfave/cli@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.2.0...v3.3.0

v3.2.0

Compare Source

Breaking change IntFlag now uses int type and not int64. Please change to using Int64Flag for int64 types. Similar behavior for UintFlag as well. See https://pkg.go.dev/github.com/urfave/cli/v3 for a full list of flag types. See #​2094 for full patch for this

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.1.1...v3.2.0

v3.1.1

Compare Source

v3.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v3.0.0-beta1.01...v3.1.0

v2.27.7

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.6...v2.27.7

v2.27.6

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.5...v2.27.6

v2.27.5

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

Full Changelog: urfave/cli@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

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

v2.27.2

Compare Source

What's Changed

New Contributors

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

github/codeql-action (github/codeql-action)

v4

Compare Source

mongodb/mongo-go-driver (go.mongodb.org/mongo-driver)

v2.4.0: MongoDB Go Driver 2.4.0

Compare Source

The MongoDB Go Driver Team is pleased to release version 2.4.0 of the official MongoDB Go Driver.

Release Highlights

[!IMPORTANT]
Go Driver v2.4 requires MongoDB 4.2 or newer.

This release adds a new method Client.AppendDriverInfo that adds information to the driver metadata sent on subsequent connection handshakes.

What's Changed

✨ New Features
📝 Other Changes

@renovate renovate bot enabled auto-merge (squash) March 31, 2025 15:03
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 2 times, most recently from 37cc2c6 to bcc219a Compare April 2, 2025 14:48
@renovate renovate bot changed the title fix(deps): update module github.com/urfave/cli/v2 to v3 fix(deps): update go dependencies (major) Apr 2, 2025
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 6218e49 to 683154a Compare April 14, 2025 16:09
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 5470adb to 7dec228 Compare April 20, 2025 05:47
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 41a0f34 to 6fbc405 Compare April 29, 2025 01:53
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 81d405d to a067850 Compare May 9, 2025 14:35
@renovate renovate bot changed the title fix(deps): update go dependencies (major) chore(deps): update go dependencies (major) May 9, 2025
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from a067850 to f89ed89 Compare May 9, 2025 19:24
@renovate renovate bot changed the title chore(deps): update go dependencies (major) fix(deps): update go dependencies (major) May 9, 2025
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from f89ed89 to b1c610f Compare May 11, 2025 01:29
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from b1c610f to 584396b Compare May 22, 2025 03:42
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from 584396b to f49d354 Compare June 6, 2025 01:48
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from f49d354 to ebf35ba Compare June 13, 2025 02:55
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 4f38d8c to e31f29c Compare July 15, 2025 12:55
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 2 times, most recently from e347225 to acbdb71 Compare July 17, 2025 20:16
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 2 times, most recently from 8da527a to 79c769c Compare August 11, 2025 18:50
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 3 times, most recently from 36573b4 to 9b72a26 Compare August 14, 2025 05:41
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 2 times, most recently from bbb08e5 to da4ad44 Compare September 4, 2025 05:38
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 2 times, most recently from 37dde8c to 22cc2da Compare September 25, 2025 09:55
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch 5 times, most recently from 78fa3b3 to 302698a Compare October 14, 2025 05:39
@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from 302698a to e12e216 Compare October 22, 2025 00:05
@renovate
Copy link
Contributor Author

renovate bot commented Oct 22, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/stretchr/testify v1.10.0 -> v1.11.1

@renovate renovate bot force-pushed the renovate/major-go-dependencies branch from e12e216 to 6fbde6e Compare October 28, 2025 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant