Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action patch v4.3.0 -> v4.3.1 age confidence
actions/checkout action minor v4 -> v4.3.1 age confidence
actions/github-script action minor v7.0.1 -> v7.1.0 age confidence
actions/setup-go action minor v5.2.0 -> v5.5.0 age confidence
actions/setup-go action minor v6.0.0 -> v6.1.0 age confidence
actions/setup-go action minor v5 -> v5.5.0 age confidence
alpine final minor 3.21 -> 3.22 age confidence
crate-ci/typos action minor v1.36.3 -> v1.39.2 age confidence
github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg require digest 0000000 -> dff7877 age confidence
github.com/open-telemetry/opentelemetry-go-compile-instrumentation/pkg require digest a5ba44c -> dff7877 age confidence
github.com/urfave/cli/v3 require minor v3.4.1 -> v3.6.1 age confidence
github/codeql-action action minor v4.30.9 -> v4.31.4 age confidence
go uses-with minor 1.23 -> 1.25 age confidence
go.opentelemetry.io/otel require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/metric require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/sdk require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/sdk/metric require minor v1.37.0 -> v1.38.0 age confidence
go.opentelemetry.io/otel/trace require minor v1.37.0 -> v1.38.0 age confidence
golang stage minor 1.24-alpine -> 1.25-alpine age confidence
golang.org/x/mod require minor v0.29.0 -> v0.30.0 age confidence
golang.org/x/sync require minor v0.17.0 -> v0.18.0 age confidence
golang.org/x/time require minor v0.11.0 -> v0.14.0 age confidence
golangci/golangci-lint-action action minor v9.0.0 -> v9.1.0 age confidence
google.golang.org/grpc require minor v1.64.1 -> v1.77.0 age confidence
google.golang.org/protobuf require minor v1.34.2 -> v1.36.10 age confidence
grafana/grafana minor 12.2.1 -> 12.3.0 age confidence
grafana/k6 minor 1.3.0 -> 1.4.1 age confidence
hadolint/hadolint-action action digest 54c9adb -> 2332a7b
jaegertracing/jaeger minor 2.11.0 -> 2.12.0 age confidence
otel/opentelemetry-collector-contrib minor 0.139.0 -> 0.140.1 age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

actions/github-script (actions/github-script)

v7.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/github-script@v7...v7.1.0

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

v5.5.0

Compare Source

What's Changed

Bug fixes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-go@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Dependency updates :

New Contributors

Full Changelog: actions/setup-go@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

crate-ci/typos (crate-ci/typos)

v1.39.2

Compare Source

Bug Fixes
  • Ignore numbers as identifiers (a00831c8)
  • Improve the organization of --help (a48a457c)
Features
  • Dump files, identifiers, and words (ce365ae1, closes #​41)
  • Give control over allowed identifier characters for leading vs rest (107308a6)
Performance
  • Use standard identifier rules to avoid doing umber checks (107308a6)
  • Only do hex check if digits are in identifiers (68cd36d0)

v1.39.1

Compare Source

Bug Fixes
  • Ignore numbers as identifiers (a00831c8)
  • Improve the organization of --help (a48a457c)
Features
  • Dump files, identifiers, and words (ce365ae1, closes #​41)
  • Give control over allowed identifier characters for leading vs rest (107308a6)
Performance
  • Use standard identifier rules to avoid doing umber checks (107308a6)
  • Only do hex check if digits are in identifiers (68cd36d0)

Configuration

📅 Schedule: Branch creation - "before 8am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner October 20, 2025 04:26
@github-actions github-actions bot added the scope:fix A bug that is being fixed label Oct 20, 2025
@renovate renovate bot force-pushed the renovate/all-non-major-versions branch 7 times, most recently from 487ea62 to a015d5c Compare October 24, 2025 10:50
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2025

ℹ Artifact update notice

File name: pkg/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
golang.org/x/sys v0.33.0 -> v0.35.0
File name: pkg/instrumentation/helloworld/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):

  • 3 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/metric v1.37.0 -> v1.38.0
go.opentelemetry.io/otel/trace v1.37.0 -> v1.38.0
golang.org/x/sys v0.33.0 -> v0.35.0

@renovate renovate bot force-pushed the renovate/all-non-major-versions branch from a015d5c to 951c161 Compare October 24, 2025 17:02
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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: demo/basic/go.sum
Command failed: go get -t ./...
go: module golang.org/x/[email protected] requires go >= 1.24.0; switching to go1.24.10
go: downloading go1.24.10 (linux/amd64)
go: download go1.24.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: demo/grpc/client/go.sum
Command failed: go get -t ./...
go: module google.golang.org/[email protected] requires go >= 1.24.0; switching to go1.24.10
go: downloading go1.24.10 (linux/amd64)
go: download go1.24.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

File name: demo/grpc/server/go.sum
Command failed: go get -t ./...
go: module google.golang.org/[email protected] requires go >= 1.24.0; switching to go1.24.10
go: downloading go1.24.10 (linux/amd64)
go: download go1.24.10: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/all-non-major-versions branch 12 times, most recently from 336af35 to 597f4b6 Compare October 31, 2025 18:48
@renovate renovate bot force-pushed the renovate/all-non-major-versions branch 2 times, most recently from 79c4ae2 to f530b9c Compare November 4, 2025 13:53
@renovate renovate bot force-pushed the renovate/all-non-major-versions branch from f530b9c to 2da0c67 Compare November 4, 2025 19:33
@renovate renovate bot force-pushed the renovate/all-non-major-versions branch 28 times, most recently from 89bed11 to aab4a68 Compare November 21, 2025 16:37
@renovate renovate bot force-pushed the renovate/all-non-major-versions branch from aab4a68 to 4fc0b0c Compare November 24, 2025 02:18
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.

2 participants