Skip to content

chore(deps): update all dependencies#1626

Open
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/all
Open

chore(deps): update all dependencies#1626
renovate-bot wants to merge 1 commit into
googleapis:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot

@renovate-bot renovate-bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action major v6v7 age confidence
actions/setup-go action major v6v7 age confidence
cloud.google.com/go/iam require minor v1.10.0v1.12.0 age confidence
cloud.google.com/go/longrunning require major v0.12.0v1.2.0 age confidence
golang.org/x/text require minor v0.36.0v0.40.0 age confidence
golangci/golangci-lint uses-with patch v2.12.1v2.12.2 age confidence
golangci/golangci-lint-action (changelog) action digest 82606bfba0d7d2
google.golang.org/genproto require digest 60b97b30afa2a6 age confidence
google.golang.org/genproto/googleapis/api require digest 60b97b30afa2a6 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

v7.0.0

Compare Source

v7

Compare Source

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

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v7

Compare Source

googleapis/google-cloud-go (cloud.google.com/go/longrunning)

v0.13.0

Compare Source

  • bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
    options to continue using Legacy SQL after the client switches its default
    to Standard SQL.

  • bigquery: Support for updating dataset labels.

  • bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
    than the client's. DatasetsInProject is no longer needed and is deprecated.

  • bigtable: Fail ListInstances when any zones fail.

  • spanner: support decoding of slices of basic types (e.g. []string, []int64,
    etc.)

  • logging/logadmin: UpdateSink no longer creates a sink if it is missing
    (actually a change to the underlying service, not the client)

  • profiler: Service and ServiceVersion replace Target in Config.

golangci/golangci-lint (golangci/golangci-lint)

v2.12.2

Compare Source

Released on 2026-05-06

  1. Linters bug fixes
    • gomodguard_v2: fix blocked configuration
    • gomodguard_v2: from 2.1.0 to 2.1.3
    • iface: from 1.4.1 to 1.4.2

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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.

@forking-renovate forking-renovate Bot added the automerge Summon MOG for automerging label May 11, 2026
@renovate-bot
renovate-bot requested a review from a team as a code owner May 11, 2026 00:26

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several Go dependencies, including cloud.google.com/go/iam, cloud.google.com/go/longrunning, and golang.org/x/text. Feedback was provided regarding the google.golang.org/genproto sub-modules, which appear to be out of sync; it is recommended to update these to the same version to prevent potential runtime registration conflicts.

Comment thread go.mod Outdated
Comment on lines +7 to +8
cloud.google.com/go/iam v1.11.0
cloud.google.com/go/longrunning v0.13.0

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request title indicates an update to all dependencies, but several google.golang.org/genproto sub-modules remain out of sync. Specifically, googleapis/rpc (line 29) is at an older commit (20260427) compared to googleapis/api (line 19, 20260504). To ensure consistency and avoid potential proto registration conflicts at runtime, it is recommended to keep the genproto ecosystem in sync. Consider running go mod tidy or explicitly updating all related modules to the same timestamp.

@forking-renovate

forking-renovate Bot commented May 11, 2026

Copy link
Copy Markdown

ℹ️ 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):

  • 5 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.25.8
golang.org/x/net v0.52.0 -> v0.56.0
golang.org/x/sync v0.20.0 -> v0.22.0
golang.org/x/sys v0.42.0 -> v0.47.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 -> v0.0.0-20260720155508-bb71a54f79dc
google.golang.org/grpc v1.80.0 -> v1.82.0

@gcf-merge-on-green

Copy link
Copy Markdown
Contributor

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Summon MOG for automerging label May 12, 2026
@renovate-bot
renovate-bot force-pushed the renovate/all branch 2 times, most recently from 87a8fd7 to 814eaa7 Compare May 19, 2026 02:13
@renovate-bot
renovate-bot force-pushed the renovate/all branch 3 times, most recently from d044b3c to b7df617 Compare May 23, 2026 02:02
@renovate-bot
renovate-bot force-pushed the renovate/all branch 5 times, most recently from 644bb94 to af7efb2 Compare June 10, 2026 22:36
@renovate-bot
renovate-bot force-pushed the renovate/all branch 4 times, most recently from bdee8e6 to b30c6ae Compare June 22, 2026 23:32
@renovate-bot
renovate-bot force-pushed the renovate/all branch 5 times, most recently from 0ec374e to fa79e8c Compare June 30, 2026 23:14
@renovate-bot
renovate-bot force-pushed the renovate/all branch 2 times, most recently from cf91fde to c8e5075 Compare July 7, 2026 00:02
@renovate-bot
renovate-bot force-pushed the renovate/all branch 5 times, most recently from b70fdd0 to 8098d2e Compare July 14, 2026 03:08
@renovate-bot
renovate-bot force-pushed the renovate/all branch 3 times, most recently from b6b8295 to da39093 Compare July 16, 2026 05:10
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.

1 participant