Skip to content

WIP: upload sparse headers upon addBlock()#8203

Closed
dimitarvdimitrov wants to merge 1 commit intodimitar/st-gw/store-sparse-headers-in-object-storefrom
dimitar/st-gw/store-sparse-headers-in-object-store-upload-on-add
Closed

WIP: upload sparse headers upon addBlock()#8203
dimitarvdimitrov wants to merge 1 commit intodimitar/st-gw/store-sparse-headers-in-object-storefrom
dimitar/st-gw/store-sparse-headers-in-object-store-upload-on-add

Conversation

@dimitarvdimitrov
Copy link
Copy Markdown
Contributor

@dimitarvdimitrov dimitarvdimitrov commented May 28, 2024

A potential implementation of #8182 (review)

The idea is that we don't always eagerly load the block because that has other overhead for already loaded blocks (lading isn't just loading the sparse header in memory).

It would become slightly more complicated with more code changes if we want to get rid of the extra replica of the extra call to newSparseHeaderLeader. I think we should do it, but perhaps in a follow-up PR to keep the diff small?

Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
return newFileStreamBinaryReader(sparseLoader, binPath, id, postingOffsetsInMemSampling, spanLog, metrics, cfg)
}

func newSparseHeaderLeader(ctx context.Context, logger log.Logger, bkt objstore.Bucket, localDir string, id ulid.ULID) bucketAndDiskSparseHeaderLoader {
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.

Suggested change
func newSparseHeaderLeader(ctx context.Context, logger log.Logger, bkt objstore.Bucket, localDir string, id ulid.ULID) bucketAndDiskSparseHeaderLoader {
func newSparseHeaderLoader(ctx context.Context, logger log.Logger, bkt objstore.Bucket, localDir string, id ulid.ULID) bucketAndDiskSparseHeaderLoader {

aknuds1 pushed a commit that referenced this pull request Jun 23, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/agent](https://redirect.github.com/grafana/agent) | patch |
`v0.44.2` -> `v0.44.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/agent (grafana/agent)</summary>

###
[`v0.44.3`](https://redirect.github.com/grafana/agent/blob/HEAD/CHANGELOG.md#v0443-2025-06-18)

[Compare
Source](https://redirect.github.com/grafana/agent/compare/v0.44.2...v0.44.3)

##### Other changes

- Update to go 1.24.2
([@&#8203;wildum](https://redirect.github.com/wildum))

- Upgrade a few dependencies.
([@&#8203;wildum](https://redirect.github.com/wildum))

- Assorted dependency updates to address CVEs
([@&#8203;jharvey10](https://redirect.github.com/jharvey10))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jun 30, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/alloy](https://redirect.github.com/grafana/alloy) | patch |
`v1.9.1` -> `v1.9.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/alloy (grafana/alloy)</summary>

###
[`v1.9.2`](https://redirect.github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v192)

[Compare
Source](https://redirect.github.com/grafana/alloy/compare/v1.9.1...v1.9.2)

##### Bugfixes

- Send profiles concurrently from `pyroscope.ebpf`.
([@&#8203;korniltsev](https://redirect.github.com/korniltsev))

- Fix the `validate` command not understanding the `livedebugging`
block. ([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Fix invalid class names in python profiles obtained with
`pyroscope.ebpf`.
([@&#8203;korniltsev](https://redirect.github.com/korniltsev))

- Fixed a bug which prevented non-secret optional secrets to be passed
in as `number` arguments.
([@&#8203;ptodev](https://redirect.github.com/ptodev))

- For CRD-based components (`prometheus.operator.*`), retry initializing
informers if the apiserver request fails. This rectifies issues where
the apiserver is not reachable immediately after node restart.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

##### Other changes

- Add no-op blocks and attributes to the `prometheus.exporter.windows`
component ([@&#8203;ptodev](https://redirect.github.com/ptodev)).
Version 1.9.0 of Alloy removed the `msmq` block, as well as the
`enable_v2_collector`,
  `where_clause`, and `use_api` attributes in the `service` block.
This made it difficult for users to upgrade, so those attributes have
now been made a no-op instead of being removed.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jun 30, 2025
…] (main) (#11896)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure)
| `v2.2.1` -> `v2.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.2.1/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.2.1/v2.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

### GitHub Vulnerability Alerts

####
[GHSA-fv92-fjc5-jj9h](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-fv92-fjc5-jj9h)

### Summary

Use of this library in a security-critical context may result in leaking
sensitive information, if used to process sensitive fields.

### Details

OpenBao (and presumably HashiCorp Vault) have surfaced error messages
from `mapstructure` as follows:


https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L43-L50

```go
			_, _, err := d.getPrimitive(field, schema)
			if err != nil {
				return fmt.Errorf("error converting input for field %q: %w", field, err)
			}
```

where this calls `mapstructure.WeakDecode(...)`:
https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L181-L193

```go

func (d *FieldData) getPrimitive(k string, schema *FieldSchema) (interface{}, bool, error) {
	raw, ok := d.Raw[k]
	if !ok {
		return nil, false, nil
	}

	switch t := schema.Type; t {
	case TypeBool:
		var result bool
		if err := mapstructure.WeakDecode(raw, &result); err != nil {
			return nil, false, err
		}
		return result, true, nil
```

Notably, `WeakDecode(...)` eventually calls one of the decode helpers,
which surfaces the original value:


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L679-L686


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L726-L730


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L783-L787

& more.

### PoC

To reproduce with OpenBao:

```
$ podman run -p 8300:8300 openbao/openbao:latest server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8300
```

and in a new tab:

```
$ BAO_TOKEN=root BAO_ADDR=http://localhost:8300 bao auth enable userpass
Success! Enabled userpass auth method at: userpass/
$ curl -X PUT -H "X-Vault-Request: true" -H "X-Vault-Token: root" -d '{"password":{"asdf":"my-sensitive-value"}}' "http://localhost:8300/v1/auth/userpass/users/adsf"
{"errors":["error converting input for field \"password\": '' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[asdf:my-sensitive-value]'"]}
```

### Impact

This is an information disclosure bug with little mitigation. See
https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717
for a previous version. That version was fixed, but this is in the
second part of that error message (starting at `'' expected a map, got
'string'` -- when the field type is `string` and a `map` is provided, we
see the above information leak -- the previous example had a `map` type
field with a `string` value provided).

This was rated 4.5 Medium by HashiCorp in the past iteration.

---

### mapstructure May Leak Sensitive Information in Logs When Processing
Malformed Data

[GHSA-fv92-fjc5-jj9h](https://redirect.github.com/advisories/GHSA-fv92-fjc5-jj9h)

<details>
<summary>More information</summary>

#### Details
##### Summary

Use of this library in a security-critical context may result in leaking
sensitive information, if used to process sensitive fields.

##### Details

OpenBao (and presumably HashiCorp Vault) have surfaced error messages
from `mapstructure` as follows:


https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L43-L50

```go
			_, _, err := d.getPrimitive(field, schema)
			if err != nil {
				return fmt.Errorf("error converting input for field %q: %w", field, err)
			}
```

where this calls `mapstructure.WeakDecode(...)`:
https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L181-L193

```go

func (d *FieldData) getPrimitive(k string, schema *FieldSchema) (interface{}, bool, error) {
	raw, ok := d.Raw[k]
	if !ok {
		return nil, false, nil
	}

	switch t := schema.Type; t {
	case TypeBool:
		var result bool
		if err := mapstructure.WeakDecode(raw, &result); err != nil {
			return nil, false, err
		}
		return result, true, nil
```

Notably, `WeakDecode(...)` eventually calls one of the decode helpers,
which surfaces the original value:


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L679-L686


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L726-L730


https://github.com/go-viper/mapstructure/blob/1a66224d5e54d8757f63bd66339cf764c3292c21/mapstructure.go#L783-L787

& more.

##### PoC

To reproduce with OpenBao:

```
$ podman run -p 8300:8300 openbao/openbao:latest server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8300
```

and in a new tab:

```
$ BAO_TOKEN=root BAO_ADDR=http://localhost:8300 bao auth enable userpass
Success! Enabled userpass auth method at: userpass/
$ curl -X PUT -H "X-Vault-Request: true" -H "X-Vault-Token: root" -d '{"password":{"asdf":"my-sensitive-value"}}' "http://localhost:8300/v1/auth/userpass/users/adsf"
{"errors":["error converting input for field \"password\": '' expected type 'string', got unconvertible type 'map[string]interface {}', value: 'map[asdf:my-sensitive-value]'"]}
```

##### Impact

This is an information disclosure bug with little mitigation. See
https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717
for a previous version. That version was fixed, but this is in the
second part of that error message (starting at `'' expected a map, got
'string'` -- when the field type is `string` and a `map` is provided, we
see the above information leak -- the previous example had a `map` type
field with a `string` value provided).

This was rated 4.5 Medium by HashiCorp in the past iteration.

#### Severity
- CVSS Score: 5.3 / 10 (Medium)
- Vector String: `CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N`

#### References
-
[https://github.com/go-viper/mapstructure/security/advisories/GHSA-fv92-fjc5-jj9h](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-fv92-fjc5-jj9h)
-
[https://github.com/go-viper/mapstructure](https://redirect.github.com/go-viper/mapstructure)

This data is provided by
[OSV](https://osv.dev/vulnerability/GHSA-fv92-fjc5-jj9h) and the [GitHub
Advisory Database](https://redirect.github.com/github/advisory-database)
([CC-BY
4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).
</details>

---

### Release Notes

<details>
<summary>go-viper/mapstructure
(github.com/go-viper/mapstructure/v2)</summary>

###
[`v2.3.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.3.0)

[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.2.1...v2.3.0)

#### What's Changed

- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/46](https://redirect.github.com/go-viper/mapstructure/pull/46)
- build(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/47](https://redirect.github.com/go-viper/mapstructure/pull/47)
- \[enhancement] Add check for `reflect.Value` in
`ComposeDecodeHookFunc` by
[@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[https://github.com/go-viper/mapstructure/pull/52](https://redirect.github.com/go-viper/mapstructure/pull/52)
- build(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/51](https://redirect.github.com/go-viper/mapstructure/pull/51)
- build(deps): bump actions/checkout from 4.2.0 to 4.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/50](https://redirect.github.com/go-viper/mapstructure/pull/50)
- build(deps): bump actions/setup-go from 5.1.0 to 5.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/55](https://redirect.github.com/go-viper/mapstructure/pull/55)
- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/58](https://redirect.github.com/go-viper/mapstructure/pull/58)
- ci: add Go 1.24 to the test matrix by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/74](https://redirect.github.com/go-viper/mapstructure/pull/74)
- build(deps): bump golangci/golangci-lint-action from 6.1.1 to 6.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/72](https://redirect.github.com/go-viper/mapstructure/pull/72)
- build(deps): bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/76](https://redirect.github.com/go-viper/mapstructure/pull/76)
- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/78](https://redirect.github.com/go-viper/mapstructure/pull/78)
- feat: add decode hook for netip.Prefix by
[@&#8203;tklauser](https://redirect.github.com/tklauser) in
[https://github.com/go-viper/mapstructure/pull/85](https://redirect.github.com/go-viper/mapstructure/pull/85)
- Updates by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/86](https://redirect.github.com/go-viper/mapstructure/pull/86)
- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/87](https://redirect.github.com/go-viper/mapstructure/pull/87)
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/93](https://redirect.github.com/go-viper/mapstructure/pull/93)
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/92](https://redirect.github.com/go-viper/mapstructure/pull/92)
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.19 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/97](https://redirect.github.com/go-viper/mapstructure/pull/97)
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/96](https://redirect.github.com/go-viper/mapstructure/pull/96)
- Update README.md by
[@&#8203;peczenyj](https://redirect.github.com/peczenyj) in
[https://github.com/go-viper/mapstructure/pull/90](https://redirect.github.com/go-viper/mapstructure/pull/90)
- Add omitzero tag. by
[@&#8203;Crystalix007](https://redirect.github.com/Crystalix007) in
[https://github.com/go-viper/mapstructure/pull/98](https://redirect.github.com/go-viper/mapstructure/pull/98)
- Use error structs instead of duplicated strings by
[@&#8203;m1k1o](https://redirect.github.com/m1k1o) in
[https://github.com/go-viper/mapstructure/pull/102](https://redirect.github.com/go-viper/mapstructure/pull/102)
- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/go-viper/mapstructure/pull/101](https://redirect.github.com/go-viper/mapstructure/pull/101)
- feat: add common error interface by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/105](https://redirect.github.com/go-viper/mapstructure/pull/105)
- update linter by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/106](https://redirect.github.com/go-viper/mapstructure/pull/106)
- Feature allow unset pointer by
[@&#8203;rostislaved](https://redirect.github.com/rostislaved) in
[https://github.com/go-viper/mapstructure/pull/80](https://redirect.github.com/go-viper/mapstructure/pull/80)

#### New Contributors

- [@&#8203;tklauser](https://redirect.github.com/tklauser) made their
first contribution in
[https://github.com/go-viper/mapstructure/pull/85](https://redirect.github.com/go-viper/mapstructure/pull/85)
- [@&#8203;peczenyj](https://redirect.github.com/peczenyj) made their
first contribution in
[https://github.com/go-viper/mapstructure/pull/90](https://redirect.github.com/go-viper/mapstructure/pull/90)
- [@&#8203;Crystalix007](https://redirect.github.com/Crystalix007) made
their first contribution in
[https://github.com/go-viper/mapstructure/pull/98](https://redirect.github.com/go-viper/mapstructure/pull/98)
- [@&#8203;rostislaved](https://redirect.github.com/rostislaved) made
their first contribution in
[https://github.com/go-viper/mapstructure/pull/80](https://redirect.github.com/go-viper/mapstructure/pull/80)

**Full Changelog**:
go-viper/mapstructure@v2.2.1...v2.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsic2VjdXJpdHktdXBkYXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jun 30, 2025
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme)
([source](https://redirect.github.com/puppeteer/puppeteer)) | [`24.10.1`
->
`24.11.1`](https://renovatebot.com/diffs/npm/puppeteer/24.10.1/24.11.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/24.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/puppeteer/24.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/puppeteer/24.10.1/24.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/24.10.1/24.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>

###
[`v24.11.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24111-2025-06-28)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.11.0...puppeteer-v24.11.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.11.0 to 24.11.1

##### Bug Fixes

- roll to Firefox 140.0.1
([#&#8203;13971](https://redirect.github.com/puppeteer/puppeteer/issues/13971))
([34137ce](https://redirect.github.com/puppeteer/puppeteer/commit/34137ced33cb5ec75c28f482aad9bf0b77474114))
- roll to Firefox 140.0.2
([#&#8203;13979](https://redirect.github.com/puppeteer/puppeteer/issues/13979))
([956e13d](https://redirect.github.com/puppeteer/puppeteer/commit/956e13d6ce72af580a9357f0e849a4de21110072))

###
[`v24.11.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24110-2025-06-26)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.2...puppeteer-v24.11.0)

##### Features

- roll to Chrome 138.0.7204.49
([#&#8203;13968](https://redirect.github.com/puppeteer/puppeteer/issues/13968))
([0e046ee](https://redirect.github.com/puppeteer/puppeteer/commit/0e046ee709470b8c319831e1ff76c9f50142cf4d))
- roll to Firefox 140.0
([#&#8203;13967](https://redirect.github.com/puppeteer/puppeteer/issues/13967))
([7829b5b](https://redirect.github.com/puppeteer/puppeteer/commit/7829b5b876b2a9bd3bbb9137b75eebff2830869d))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.10.2 to 24.11.0

###
[`v24.10.2`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24102-2025-06-18)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.10.1...puppeteer-v24.10.2)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.10.1 to 24.10.2

##### Bug Fixes

- correctly conver referrerPolicy to protocol value
([#&#8203;13954](https://redirect.github.com/puppeteer/puppeteer/issues/13954))
([67ad01f](https://redirect.github.com/puppeteer/puppeteer/commit/67ad01fd9ee9f6a8948439d470bf7f2b5b0d47fa))
- handle target close errors in NetworkManager
([#&#8203;13946](https://redirect.github.com/puppeteer/puppeteer/issues/13946))
([cd87b53](https://redirect.github.com/puppeteer/puppeteer/commit/cd87b533b4488fbbe98eee224ae5e197c0771efb))
- roll to Chrome 137.0.7151.119
([#&#8203;13953](https://redirect.github.com/puppeteer/puppeteer/issues/13953))
([14a61d6](https://redirect.github.com/puppeteer/puppeteer/commit/14a61d6e47b86d2823b41f53f76cfe0197594706))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jun 30, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-buildx-action](https://redirect.github.com/docker/setup-buildx-action)
| action | minor | `v3.10.0` -> `v3.11.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>docker/setup-buildx-action
(docker/setup-buildx-action)</summary>

###
[`v3.11.1`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.11.1)

[Compare
Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.11.0...v3.11.1)

- Fix `keep-state` not being respected by
[@&#8203;crazy-max](https://redirect.github.com/crazy-max) in
[https://github.com/docker/setup-buildx-action/pull/429](https://redirect.github.com/docker/setup-buildx-action/pull/429)

**Full Changelog**:
docker/setup-buildx-action@v3.11.0...v3.11.1

###
[`v3.11.0`](https://redirect.github.com/docker/setup-buildx-action/releases/tag/v3.11.0)

[Compare
Source](https://redirect.github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.0)

- Keep BuildKit state support by
[@&#8203;crazy-max](https://redirect.github.com/crazy-max) in
[https://github.com/docker/setup-buildx-action/pull/427](https://redirect.github.com/docker/setup-buildx-action/pull/427)
- Remove aliases created when installing by default by
[@&#8203;hashhar](https://redirect.github.com/hashhar) in
[https://github.com/docker/setup-buildx-action/pull/139](https://redirect.github.com/docker/setup-buildx-action/pull/139)
- Bump
[@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit)
from 0.56.0 to 0.62.1 in
[https://github.com/docker/setup-buildx-action/pull/422](https://redirect.github.com/docker/setup-buildx-action/pull/422)
[https://github.com/docker/setup-buildx-action/pull/425](https://redirect.github.com/docker/setup-buildx-action/pull/425)

**Full Changelog**:
docker/setup-buildx-action@v3.10.0...v3.11.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jul 7, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.18.0` -> `v2.19.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.18.0/v2.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.19.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.19.0)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.18.0...v2.19.0)

#### Changelog

-
[`adeac8f`](https://redirect.github.com/alecthomas/chroma/commit/adeac8f)
feat: WASM playground
-
[`484750a`](https://redirect.github.com/alecthomas/chroma/commit/484750a)
chore: add uv
-
[`a5ceb28`](https://redirect.github.com/alecthomas/chroma/commit/a5ceb28)
fix: add lexer compile time validation for group by
-
[`cd5c4a8`](https://redirect.github.com/alecthomas/chroma/commit/cd5c4a8)
docs(readme): update go reference badge to point to v2 and new domain
([#&#8203;1087](https://redirect.github.com/alecthomas/chroma/issues/1087))
-
[`970eacc`](https://redirect.github.com/alecthomas/chroma/commit/970eacc)
Add MoonScript lexer
([#&#8203;1091](https://redirect.github.com/alecthomas/chroma/issues/1091))
-
[`6ffb465`](https://redirect.github.com/alecthomas/chroma/commit/6ffb465)
chore(deps): update all non-major dependencies
([#&#8203;1082](https://redirect.github.com/alecthomas/chroma/issues/1082))
-
[`2c20473`](https://redirect.github.com/alecthomas/chroma/commit/2c20473)
Various lexer & style fixes for RPGLE
([#&#8203;1086](https://redirect.github.com/alecthomas/chroma/issues/1086))
-
[`c803d79`](https://redirect.github.com/alecthomas/chroma/commit/c803d79)
fix(zig): detect zig object notation files as zig
([#&#8203;1085](https://redirect.github.com/alecthomas/chroma/issues/1085))
-
[`bc60826`](https://redirect.github.com/alecthomas/chroma/commit/bc60826)
Add Core lexer
([#&#8203;1083](https://redirect.github.com/alecthomas/chroma/issues/1083))
-
[`ffedbf4`](https://redirect.github.com/alecthomas/chroma/commit/ffedbf4)
fix(kotlin): detect kotlin script files as kotlin
([#&#8203;1081](https://redirect.github.com/alecthomas/chroma/issues/1081))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jul 7, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme)
([source](https://redirect.github.com/puppeteer/puppeteer)) | [`24.11.1`
->
`24.11.2`](https://renovatebot.com/diffs/npm/puppeteer/24.11.1/24.11.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/24.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/24.11.1/24.11.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>

###
[`v24.11.2`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24112-2025-07-01)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.11.1...puppeteer-v24.11.2)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.11.1 to 24.11.2

##### Bug Fixes

- roll to Chrome 138.0.7204.92
([#&#8203;13989](https://redirect.github.com/puppeteer/puppeteer/issues/13989))
([f1a585d](https://redirect.github.com/puppeteer/puppeteer/commit/f1a585de8da9658a8259a0a0e255297ce0dd0493))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Jul 7, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/procfs](https://redirect.github.com/prometheus/procfs)
| `v0.16.1` -> `v0.17.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fprocfs/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fprocfs/v0.16.1/v0.17.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/procfs (github.com/prometheus/procfs)</summary>

###
[`v0.17.0`](https://redirect.github.com/prometheus/procfs/releases/tag/v0.17.0)

[Compare
Source](https://redirect.github.com/prometheus/procfs/compare/v0.16.1...v0.17.0)

#### What's Changed

- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://redirect.github.com/prombot) in
[https://github.com/prometheus/procfs/pull/718](https://redirect.github.com/prometheus/procfs/pull/718)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://redirect.github.com/prombot) in
[https://github.com/prometheus/procfs/pull/721](https://redirect.github.com/prometheus/procfs/pull/721)
- btrfs: correct allocation ratios for raid1c\[34] by
[@&#8203;SimSaladin](https://redirect.github.com/SimSaladin) in
[https://github.com/prometheus/procfs/pull/722](https://redirect.github.com/prometheus/procfs/pull/722)
- build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/prometheus/procfs/pull/724](https://redirect.github.com/prometheus/procfs/pull/724)
- build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/prometheus/procfs/pull/723](https://redirect.github.com/prometheus/procfs/pull/723)
- Supports collection of process shared memory by
[@&#8203;SilenceAdele](https://redirect.github.com/SilenceAdele) in
[https://github.com/prometheus/procfs/pull/719](https://redirect.github.com/prometheus/procfs/pull/719)
- build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/prometheus/procfs/pull/732](https://redirect.github.com/prometheus/procfs/pull/732)
- nvme: Add ControllerID output by
[@&#8203;ShashwatHiregoudar](https://redirect.github.com/ShashwatHiregoudar)
in
[https://github.com/prometheus/procfs/pull/731](https://redirect.github.com/prometheus/procfs/pull/731)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://redirect.github.com/prombot) in
[https://github.com/prometheus/procfs/pull/727](https://redirect.github.com/prometheus/procfs/pull/727)
- sysfs: Add support to collect link status for PCIe devices by
[@&#8203;naoki9911](https://redirect.github.com/naoki9911) in
[https://github.com/prometheus/procfs/pull/728](https://redirect.github.com/prometheus/procfs/pull/728)
- nfs/parse.go: fix ClientV4Stats' GetDeviceInfo/LayoutGet -- values
were swapped by
[@&#8203;johnleslie](https://redirect.github.com/johnleslie) in
[https://github.com/prometheus/procfs/pull/726](https://redirect.github.com/prometheus/procfs/pull/726)
- Fix linting issue by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[https://github.com/prometheus/procfs/pull/733](https://redirect.github.com/prometheus/procfs/pull/733)
- feat(mdstat): recognize reshape status by
[@&#8203;tamcore](https://redirect.github.com/tamcore) in
[https://github.com/prometheus/procfs/pull/679](https://redirect.github.com/prometheus/procfs/pull/679)
- Nvidia/Mellanox expose ROCE ECN information on sysfs on the path by
[@&#8203;dasturiasArista](https://redirect.github.com/dasturiasArista)
in
[https://github.com/prometheus/procfs/pull/695](https://redirect.github.com/prometheus/procfs/pull/695)
- added zswap, zswapped, secpagetables, filehugepages, hugetlb and
unaccepted to meminfo by
[@&#8203;navidys](https://redirect.github.com/navidys) in
[https://github.com/prometheus/procfs/pull/655](https://redirect.github.com/prometheus/procfs/pull/655)
- Parse StartCode, EndCode, and StartStack in `Proc.Stat()` by
[@&#8203;pgimalac](https://redirect.github.com/pgimalac) in
[https://github.com/prometheus/procfs/pull/659](https://redirect.github.com/prometheus/procfs/pull/659)
- Add node\_guid to infiniband class by
[@&#8203;di3go-sona](https://redirect.github.com/di3go-sona) in
[https://github.com/prometheus/procfs/pull/670](https://redirect.github.com/prometheus/procfs/pull/670)
- Fix linting issues by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[https://github.com/prometheus/procfs/pull/734](https://redirect.github.com/prometheus/procfs/pull/734)

#### New Contributors

- [@&#8203;SimSaladin](https://redirect.github.com/SimSaladin) made
their first contribution in
[https://github.com/prometheus/procfs/pull/722](https://redirect.github.com/prometheus/procfs/pull/722)
- [@&#8203;SilenceAdele](https://redirect.github.com/SilenceAdele) made
their first contribution in
[https://github.com/prometheus/procfs/pull/719](https://redirect.github.com/prometheus/procfs/pull/719)
-
[@&#8203;ShashwatHiregoudar](https://redirect.github.com/ShashwatHiregoudar)
made their first contribution in
[https://github.com/prometheus/procfs/pull/731](https://redirect.github.com/prometheus/procfs/pull/731)
- [@&#8203;naoki9911](https://redirect.github.com/naoki9911) made their
first contribution in
[https://github.com/prometheus/procfs/pull/728](https://redirect.github.com/prometheus/procfs/pull/728)
- [@&#8203;johnleslie](https://redirect.github.com/johnleslie) made
their first contribution in
[https://github.com/prometheus/procfs/pull/726](https://redirect.github.com/prometheus/procfs/pull/726)
- [@&#8203;tamcore](https://redirect.github.com/tamcore) made their
first contribution in
[https://github.com/prometheus/procfs/pull/679](https://redirect.github.com/prometheus/procfs/pull/679)
- [@&#8203;navidys](https://redirect.github.com/navidys) made their
first contribution in
[https://github.com/prometheus/procfs/pull/655](https://redirect.github.com/prometheus/procfs/pull/655)
- [@&#8203;pgimalac](https://redirect.github.com/pgimalac) made their
first contribution in
[https://github.com/prometheus/procfs/pull/659](https://redirect.github.com/prometheus/procfs/pull/659)
- [@&#8203;di3go-sona](https://redirect.github.com/di3go-sona) made
their first contribution in
[https://github.com/prometheus/procfs/pull/670](https://redirect.github.com/prometheus/procfs/pull/670)

**Full Changelog**:
prometheus/procfs@v0.16.1...v0.17.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMTcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 4, 2025
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | patch
| `11.6.3` -> `11.6.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/grafana (grafana/grafana)</summary>

###
[`v11.6.4`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1164-2025-07-23)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v11.6.3...v11.6.4)

##### Features and enhancements

- **Dependencies:** Bump github.com/go-viper/mapstructure/v2 from 2.2.1
to 2.3.0
[#&#8203;107555](https://redirect.github.com/grafana/grafana/pull/107555),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **StateTimeline:** Add endTime to tooltip
[#&#8203;107605](https://redirect.github.com/grafana/grafana/pull/107605),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **Unified storage:** Respect GF\_DATABASE\_URL override
[#&#8203;107573](https://redirect.github.com/grafana/grafana/pull/107573),
[@&#8203;pstibrany](https://redirect.github.com/pstibrany)

##### Bug fixes

- **Alerting:** Fix group interval override when adding new rules
[#&#8203;107496](https://redirect.github.com/grafana/grafana/pull/107496),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Azure:** Fix legend formatting
[#&#8203;106934](https://redirect.github.com/grafana/grafana/pull/106934),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix resource name determination in template variable
queries
[#&#8203;106939](https://redirect.github.com/grafana/grafana/pull/106939),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix annotation queries
[#&#8203;106940](https://redirect.github.com/grafana/grafana/pull/106940),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix date mutation
[#&#8203;107523](https://redirect.github.com/grafana/grafana/pull/107523),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix nested variable interpolation for repeated rows
[#&#8203;107564](https://redirect.github.com/grafana/grafana/pull/107564),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Security:** Fixes for CVE-2025-6197 and CVE-2025-6023
[#&#8203;108281](https://redirect.github.com/grafana/grafana/pull/108281),
[@&#8203;volcanonoodle](https://redirect.github.com/volcanonoodle)

<!-- 11.6.4 END -->

<!-- 11.5.7 START -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
francoposa pushed a commit that referenced this pull request Aug 11, 2025
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | patch
| `11.6.3` -> `11.6.4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/grafana (grafana/grafana)</summary>

###
[`v11.6.4`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1164-2025-07-23)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v11.6.3...v11.6.4)

##### Features and enhancements

- **Dependencies:** Bump github.com/go-viper/mapstructure/v2 from 2.2.1
to 2.3.0
[#&#8203;107555](https://redirect.github.com/grafana/grafana/pull/107555),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **StateTimeline:** Add endTime to tooltip
[#&#8203;107605](https://redirect.github.com/grafana/grafana/pull/107605),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **Unified storage:** Respect GF\_DATABASE\_URL override
[#&#8203;107573](https://redirect.github.com/grafana/grafana/pull/107573),
[@&#8203;pstibrany](https://redirect.github.com/pstibrany)

##### Bug fixes

- **Alerting:** Fix group interval override when adding new rules
[#&#8203;107496](https://redirect.github.com/grafana/grafana/pull/107496),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Azure:** Fix legend formatting
[#&#8203;106934](https://redirect.github.com/grafana/grafana/pull/106934),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix resource name determination in template variable
queries
[#&#8203;106939](https://redirect.github.com/grafana/grafana/pull/106939),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix annotation queries
[#&#8203;106940](https://redirect.github.com/grafana/grafana/pull/106940),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix date mutation
[#&#8203;107523](https://redirect.github.com/grafana/grafana/pull/107523),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Graphite:** Fix nested variable interpolation for repeated rows
[#&#8203;107564](https://redirect.github.com/grafana/grafana/pull/107564),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Security:** Fixes for CVE-2025-6197 and CVE-2025-6023
[#&#8203;108281](https://redirect.github.com/grafana/grafana/pull/108281),
[@&#8203;volcanonoodle](https://redirect.github.com/volcanonoodle)

<!-- 11.6.4 END -->

<!-- 11.5.7 START -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
charleskorn pushed a commit that referenced this pull request Aug 12, 2025
This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/minio/minio-go/v7](https://redirect.github.com/minio/minio-go)
| `v7.0.93` -> `v7.0.95` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fminio%2fminio-go%2fv7/v7.0.95?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fminio%2fminio-go%2fv7/v7.0.93/v7.0.95?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>minio/minio-go (github.com/minio/minio-go/v7)</summary>

###
[`v7.0.95`](https://redirect.github.com/minio/minio-go/releases/tag/v7.0.95):
Bugfix Release

[Compare
Source](https://redirect.github.com/minio/minio-go/compare/v7.0.94...v7.0.95)

#### What's Changed

- test: add test for PresignedPostPolicy with empty fileName by
[@&#8203;jiuker](https://redirect.github.com/jiuker) in
[https://github.com/minio/minio-go/pull/2119](https://redirect.github.com/minio/minio-go/pull/2119)
- fix: prefix should use stringLike when new a bucketPolicy (2) by
[@&#8203;mannreis](https://redirect.github.com/mannreis) in
[https://github.com/minio/minio-go/pull/2124](https://redirect.github.com/minio/minio-go/pull/2124)
- update all deps by
[@&#8203;harshavardhana](https://redirect.github.com/harshavardhana) in
[https://github.com/minio/minio-go/pull/2125](https://redirect.github.com/minio/minio-go/pull/2125)
- set checksum headers requested properly by
[@&#8203;harshavardhana](https://redirect.github.com/harshavardhana) in
[https://github.com/minio/minio-go/pull/2130](https://redirect.github.com/minio/minio-go/pull/2130)
- fix: missing append() API behavior by
[@&#8203;harshavardhana](https://redirect.github.com/harshavardhana) in
[https://github.com/minio/minio-go/pull/2131](https://redirect.github.com/minio/minio-go/pull/2131)
- extend more missing headers for PartUploads by
[@&#8203;harshavardhana](https://redirect.github.com/harshavardhana) in
[https://github.com/minio/minio-go/pull/2132](https://redirect.github.com/minio/minio-go/pull/2132)
- fix: explicitly use UTC for expiration field when marshaling
PostPolicy by [@&#8203;qwwqe](https://redirect.github.com/qwwqe) in
[https://github.com/minio/minio-go/pull/2135](https://redirect.github.com/minio/minio-go/pull/2135)
- fix: DurationSeconds is a QueryValues not a Form data
([#&#8203;2128](https://redirect.github.com/minio/minio-go/issues/2128))
by [@&#8203;vlaborie](https://redirect.github.com/vlaborie) in
[https://github.com/minio/minio-go/pull/2129](https://redirect.github.com/minio/minio-go/pull/2129)
- make sure to avoid closing the input reader by
[@&#8203;harshavardhana](https://redirect.github.com/harshavardhana) in
[https://github.com/minio/minio-go/pull/2137](https://redirect.github.com/minio/minio-go/pull/2137)

#### New Contributors

- [@&#8203;mannreis](https://redirect.github.com/mannreis) made their
first contribution in
[https://github.com/minio/minio-go/pull/2124](https://redirect.github.com/minio/minio-go/pull/2124)
- [@&#8203;qwwqe](https://redirect.github.com/qwwqe) made their first
contribution in
[https://github.com/minio/minio-go/pull/2135](https://redirect.github.com/minio/minio-go/pull/2135)
- [@&#8203;vlaborie](https://redirect.github.com/vlaborie) made their
first contribution in
[https://github.com/minio/minio-go/pull/2129](https://redirect.github.com/minio/minio-go/pull/2129)

**Full Changelog**:
minio/minio-go@v7.0.94...v7.0.95

###
[`v7.0.94`](https://redirect.github.com/minio/minio-go/releases/tag/v7.0.94):
Bugfix Release

[Compare
Source](https://redirect.github.com/minio/minio-go/compare/v7.0.93...v7.0.94)

#### What's Changed

- fix: canceled context should not start list before do listObjects by
[@&#8203;jiuker](https://redirect.github.com/jiuker) in
[https://github.com/minio/minio-go/pull/2122](https://redirect.github.com/minio/minio-go/pull/2122)

**Full Changelog**:
minio/minio-go@v7.0.93...v7.0.94

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDEuNjAuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 18, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | patch
| `11.6.4` -> `11.6.5` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/grafana (grafana/grafana)</summary>

###
[`v11.6.5`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1165-2025-08-13)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v11.6.4...v11.6.5)

##### Features and enhancements

- **Alerting:** Bump alerting package to include change to NewTLSClient
[#&#8203;108817](https://redirect.github.com/grafana/grafana/pull/108817),
[@&#8203;rwwiv](https://redirect.github.com/rwwiv)
- **Go:** Update to 1.24.6
[#&#8203;109314](https://redirect.github.com/grafana/grafana/pull/109314),
[@&#8203;Proximyst](https://redirect.github.com/Proximyst)

<!-- 11.6.5 END -->

<!-- 11.5.8 START -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 18, 2025
…12422)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/client_golang](https://redirect.github.com/prometheus/client_golang)
| `v1.23.0-rc.1` -> `v1.23.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fclient_golang/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fclient_golang/v1.23.0-rc.1/v1.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/client_golang
(github.com/prometheus/client_golang)</summary>

###
[`v1.23.0`](https://redirect.github.com/prometheus/client_golang/releases/tag/v1.23.0):
- 2025-07-30

[Compare
Source](https://redirect.github.com/prometheus/client_golang/compare/v1.23.0-rc.1...v1.23.0)

- \[CHANGE] Minimum required Go version is now 1.23, only the two latest
Go versions are supported from now on.
[#&#8203;1812](https://redirect.github.com/prometheus/client_golang/issues/1812)
- \[FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix
[#&#8203;1766](https://redirect.github.com/prometheus/client_golang/issues/1766)
- \[FEATURE] Add exemplars for native histograms
[#&#8203;1686](https://redirect.github.com/prometheus/client_golang/issues/1686)
- \[ENHANCEMENT] exp/api: Bubble up status code from writeResponse
[#&#8203;1823](https://redirect.github.com/prometheus/client_golang/issues/1823)
- \[ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and
v1.24
[#&#8203;1833](https://redirect.github.com/prometheus/client_golang/issues/1833)
- \[BUGFIX] exp/api: client prompt return on context cancellation
[#&#8203;1729](https://redirect.github.com/prometheus/client_golang/issues/1729)

<details>
<summary>All Changes</summary>
* Update example test by @&#8203;SuperQ in
prometheus/client_golang#1770
* build(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 in
/tutorials/whatsup by @&#8203;dependabot[bot] in
prometheus/client_golang#1776
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1771
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1778
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1779
* build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 in
/exp by @&#8203;dependabot[bot] in
prometheus/client_golang#1782
* build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0
in /exp by @&#8203;dependabot[bot] in
prometheus/client_golang#1781
* build(deps): bump github.com/prometheus/common from 0.62.0 to 0.63.0
by @&#8203;dependabot[bot] in
prometheus/client_golang#1783
* build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by
@&#8203;dependabot[bot] in
prometheus/client_golang#1784
* build(deps): bump github.com/prometheus/procfs from 0.15.1 to 0.16.0
by @&#8203;dependabot[bot] in
prometheus/client_golang#1786
* chore: Upgrade golangci-lint to v2 by @&#8203;kakkoyun in
prometheus/client_golang#1789
* build(deps): bump the github-actions group across 1 directory with 3
updates by @&#8203;dependabot[bot] in
prometheus/client_golang#1790
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1791
* Add `WrapCollectorWith` and `WrapCollectorWithPrefix` by
@&#8203;colega in prometheus/client_golang#1766
* feat(github-actions): add Go file change detection to golangci-lint
workflow by @&#8203;kakkoyun in
prometheus/client_golang#1794
* chore(ci): Fix flaky tests by @&#8203;kakkoyun in
prometheus/client_golang#1795
* build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in
/tutorials/whatsup by @&#8203;dependabot[bot] in
prometheus/client_golang#1799
* test(registry): Add goleak-based goroutine leak detection by
@&#8203;surinkim in
prometheus/client_golang#1797
* build(deps): bump go.uber.org/goleak from 1.2.0 to 1.3.0 by
@&#8203;dependabot[bot] in
prometheus/client_golang#1806
* build(deps): bump the github-actions group with 2 updates by
@&#8203;dependabot[bot] in
prometheus/client_golang#1804
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1809
* Add exemplars for native histograms by @&#8203;shivanthzen in
prometheus/client_golang#1686
* build(deps): bump golang.org/x/sys from 0.30.0 to 0.32.0 by
@&#8203;dependabot[bot] in
prometheus/client_golang#1807
* build(deps): bump github.com/prometheus/client_model from 0.6.1 to
0.6.2 by @&#8203;dependabot[bot] in
prometheus/client_golang#1805
* build(deps): bump github.com/prometheus/procfs from 0.16.0 to 0.16.1
by @&#8203;dependabot[bot] in
prometheus/client_golang#1808
* build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 by
@&#8203;dependabot[bot] in
prometheus/client_golang#1800
* Update supported Go versions by @&#8203;SuperQ in
prometheus/client_golang#1812
* Cleaup Go modules by @&#8203;SuperQ in
prometheus/client_golang#1813
* fix: client prompt return on context cancellation by @&#8203;umegbewe
in prometheus/client_golang#1729
* Simplify buf binary install by @&#8203;SuperQ in
prometheus/client_golang#1814
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1815
* build(deps): bump the github-actions group with 5 updates by
@&#8203;dependabot[bot] in
prometheus/client_golang#1817
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1821
* exp/api: Bubble up status code from writeResponse by
@&#8203;saswatamcode in
prometheus/client_golang#1823
* build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0
by @&#8203;dependabot[bot] in
prometheus/client_golang#1827
* build(deps): bump github.com/prometheus/common from 0.64.0 to 0.65.0
in /exp by @&#8203;dependabot[bot] in
prometheus/client_golang#1828
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1831
* Update runtime metrics for Go v1.23 and v1.24 by @&#8203;aknuds1 in
prometheus/client_golang#1833
* Fix `errNotImplemented` reference by @&#8203;aknuds1 in
prometheus/client_golang#1835
* build(deps): bump the github-actions group with 3 updates by
@&#8203;dependabot[bot] in
prometheus/client_golang#1826
* Synchronize common files from prometheus/prometheus by @&#8203;prombot
in prometheus/client_golang#1832
* Cut v1.23.0-rc.0 by @&#8203;vesari in
prometheus/client_golang#1837
* cut v1.23.0-rc.1 by @&#8203;vesari in
prometheus/client_golang#1842

</details>

#### New Contributors
* @&#8203;surinkim made their first
contributi[https://github.com/prometheus/client_golang/pull/1797](https://redirect.github.com/prometheus/client_golang/pull/1797)l/1797
* @&#8203;umegbewe made their first
contributi[https://github.com/prometheus/client_golang/pull/1729](https://redirect.github.com/prometheus/client_golang/pull/1729)l/1729
* @&#8203;aknuds1 made their first
contributi[https://github.com/prometheus/client_golang/pull/1833](https://redirect.github.com/prometheus/client_golang/pull/1833)l/1833

**Full Changelog**:
https://github.com/prometheus/client\_golang/compare/v1.22.0...v1.23.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 18, 2025
…12423)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/otlptranslator](https://redirect.github.com/prometheus/otlptranslator)
| `v0.0.0-20250801145339-10a0f69acb3a` -> `v0.0.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fotlptranslator/v0.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fotlptranslator/v0.0.0-20250801145339-10a0f69acb3a/v0.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/otlptranslator
(github.com/prometheus/otlptranslator)</summary>

###
[`v0.0.2`](https://redirect.github.com/prometheus/otlptranslator/releases/tag/v0.0.2)

[Compare
Source](https://redirect.github.com/prometheus/otlptranslator/compare/v0.0.1...v0.0.2)

#### ⚠️ Warning ⚠️

This library is not considered stable yet, and breaking changes might
still happen in our APIs.

##### Breaking changes

- MetricNamer: return error if escaped name is empty or all `_` by
[@&#8203;ywwg](https://redirect.github.com/ywwg) in
[https://github.com/prometheus/otlptranslator/pull/47](https://redirect.github.com/prometheus/otlptranslator/pull/47)

##### Enhancement

- feat: add support for translation strategy constants by
[@&#8203;ywwg](https://redirect.github.com/ywwg) in
[https://github.com/prometheus/otlptranslator/pull/49](https://redirect.github.com/prometheus/otlptranslator/pull/49)

##### Performance

- Remove much too slow regex by
[@&#8203;ywwg](https://redirect.github.com/ywwg) in
[https://github.com/prometheus/otlptranslator/pull/50](https://redirect.github.com/prometheus/otlptranslator/pull/50)

**Full Changelog**:
prometheus/otlptranslator@v0.0.1...v0.0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 20, 2025
)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) |
`v1.0.5` -> `v1.0.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.5/v1.0.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>spf13/pflag (github.com/spf13/pflag)</summary>

###
[`v1.0.7`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.7)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.6...v1.0.7)

#### What's Changed

- Fix defaultIsZeroValue check for generic Value types by
[@&#8203;MidnightRocket](https://redirect.github.com/MidnightRocket) in
[https://github.com/spf13/pflag/pull/422](https://redirect.github.com/spf13/pflag/pull/422)
- feat: Use structs for errors returned by pflag. by
[@&#8203;eth-p](https://redirect.github.com/eth-p) in
[https://github.com/spf13/pflag/pull/425](https://redirect.github.com/spf13/pflag/pull/425)
- Fix typos by [@&#8203;co63oc](https://redirect.github.com/co63oc) in
[https://github.com/spf13/pflag/pull/428](https://redirect.github.com/spf13/pflag/pull/428)
- fix [#&#8203;423](https://redirect.github.com/spf13/pflag/issues/423)
: Add helper function and some documentation to parse shorthand go test
flags. by [@&#8203;valdar](https://redirect.github.com/valdar) in
[https://github.com/spf13/pflag/pull/424](https://redirect.github.com/spf13/pflag/pull/424)
- add support equivalent to golang flag.TextVar(), also fixes the test
failure as described in
[#&#8203;368](https://redirect.github.com/spf13/pflag/issues/368) by
[@&#8203;hujun-open](https://redirect.github.com/hujun-open) in
[https://github.com/spf13/pflag/pull/418](https://redirect.github.com/spf13/pflag/pull/418)
- add support for Func() and BoolFunc()
[#&#8203;426](https://redirect.github.com/spf13/pflag/issues/426) by
[@&#8203;LeGEC](https://redirect.github.com/LeGEC) in
[https://github.com/spf13/pflag/pull/429](https://redirect.github.com/spf13/pflag/pull/429)
- fix: correct argument length check in FlagSet.Parse by
[@&#8203;ShawnJeffersonWang](https://redirect.github.com/ShawnJeffersonWang)
in
[https://github.com/spf13/pflag/pull/409](https://redirect.github.com/spf13/pflag/pull/409)
- fix usage message for func flags, fix arguments order by
[@&#8203;LeGEC](https://redirect.github.com/LeGEC) in
[https://github.com/spf13/pflag/pull/431](https://redirect.github.com/spf13/pflag/pull/431)
- Add support for time.Time flags by
[@&#8203;max-frank](https://redirect.github.com/max-frank) in
[https://github.com/spf13/pflag/pull/348](https://redirect.github.com/spf13/pflag/pull/348)

#### New Contributors

- [@&#8203;MidnightRocket](https://redirect.github.com/MidnightRocket)
made their first contribution in
[https://github.com/spf13/pflag/pull/422](https://redirect.github.com/spf13/pflag/pull/422)
- [@&#8203;eth-p](https://redirect.github.com/eth-p) made their first
contribution in
[https://github.com/spf13/pflag/pull/425](https://redirect.github.com/spf13/pflag/pull/425)
- [@&#8203;co63oc](https://redirect.github.com/co63oc) made their first
contribution in
[https://github.com/spf13/pflag/pull/428](https://redirect.github.com/spf13/pflag/pull/428)
- [@&#8203;valdar](https://redirect.github.com/valdar) made their first
contribution in
[https://github.com/spf13/pflag/pull/424](https://redirect.github.com/spf13/pflag/pull/424)
- [@&#8203;hujun-open](https://redirect.github.com/hujun-open) made
their first contribution in
[https://github.com/spf13/pflag/pull/418](https://redirect.github.com/spf13/pflag/pull/418)
- [@&#8203;LeGEC](https://redirect.github.com/LeGEC) made their first
contribution in
[https://github.com/spf13/pflag/pull/429](https://redirect.github.com/spf13/pflag/pull/429)
-
[@&#8203;ShawnJeffersonWang](https://redirect.github.com/ShawnJeffersonWang)
made their first contribution in
[https://github.com/spf13/pflag/pull/409](https://redirect.github.com/spf13/pflag/pull/409)
- [@&#8203;max-frank](https://redirect.github.com/max-frank) made their
first contribution in
[https://github.com/spf13/pflag/pull/348](https://redirect.github.com/spf13/pflag/pull/348)

**Full Changelog**:
spf13/pflag@v1.0.6...v1.0.7

###
[`v1.0.6`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.6)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.5...v1.0.6)

#### What's Changed

- Add exported functions to preserve `pkg/flag` compatibility by
[@&#8203;mckern](https://redirect.github.com/mckern) in
[https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220)
- remove dead code for checking error nil by
[@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) in
[https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282)
- Add IPNetSlice and unit tests by
[@&#8203;rpothier](https://redirect.github.com/rpothier) in
[https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170)
- allow for blank ip addresses by
[@&#8203;duhruh](https://redirect.github.com/duhruh) in
[https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316)
- add github actions by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419)

#### New Contributors

- [@&#8203;mckern](https://redirect.github.com/mckern) made their first
contribution in
[https://github.com/spf13/pflag/pull/220](https://redirect.github.com/spf13/pflag/pull/220)
- [@&#8203;yashbhutwala](https://redirect.github.com/yashbhutwala) made
their first contribution in
[https://github.com/spf13/pflag/pull/282](https://redirect.github.com/spf13/pflag/pull/282)
- [@&#8203;rpothier](https://redirect.github.com/rpothier) made their
first contribution in
[https://github.com/spf13/pflag/pull/170](https://redirect.github.com/spf13/pflag/pull/170)
- [@&#8203;duhruh](https://redirect.github.com/duhruh) made their first
contribution in
[https://github.com/spf13/pflag/pull/316](https://redirect.github.com/spf13/pflag/pull/316)
- [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark)
made their first contribution in
[https://github.com/spf13/pflag/pull/419](https://redirect.github.com/spf13/pflag/pull/419)

**Full Changelog**:
spf13/pflag@v1.0.5...v1.0.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 22, 2025
…4.0 [security] (main) (#12464)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure)
| `v2.3.0` -> `v2.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.3.0/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

### GitHub Vulnerability Alerts

####
[GHSA-2464-8j7c-4cjm](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm)

### Summary

Use of this library in a security-critical context may result in leaking
sensitive information, if used to process sensitive fields.

### Details

OpenBao (and presumably HashiCorp Vault) have surfaced error messages
from `mapstructure` as follows:


https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L43-L50

```go
			_, _, err := d.getPrimitive(field, schema)
			if err != nil {
				return fmt.Errorf("error converting input for field %q: %w", field, err)
			}
```

where this calls `mapstructure.WeakDecode(...)`:
https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L181-L193

```go

func (d *FieldData) getPrimitive(k string, schema *FieldSchema) (interface{}, bool, error) {
	raw, ok := d.Raw[k]
	if !ok {
		return nil, false, nil
	}

	switch t := schema.Type; t {
	case TypeBool:
		var result bool
		if err := mapstructure.WeakDecode(raw, &result); err != nil {
			return nil, false, err
		}
		return result, true, nil
```

Notably, `WeakDecode(...)` eventually calls one of the decode helpers,
which surfaces the original value via `strconv` helpers:


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L720-L727


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L791-L798


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/decode_hooks.go#L180

& more. These are different code paths than are fixed in the previous
iteration at
GHSA-fv92-fjc5-jj9h.

### PoC

To reproduce with OpenBao:

```
$ podman run --pull=always -p 8300:8300 openbao/openbao:latest server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8300
```

and in a new tab:

```
$ BAO_TOKEN=root BAO_ADDR=http://localhost:8300 bao auth enable userpass
Success! Enabled userpass auth method at: userpass/
$ curl -X PUT -H "X-Vault-Request: true" -H "X-Vault-Token: root" -d '{"ttl":"asdf"}' "http://localhost:8200/v1/auth/userpass/users/asdf"

--> server logs:

2025-06-25T21:32:25.101-0500 [ERROR] core: failed to run existence check: error="error converting input for field \"ttl\": time: invalid duration \"asdf\""
```

### Impact

This is an information disclosure bug with little mitigation. See
https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717
for a previous version. That version was fixed, but this is in the
second part of that error message (starting at `'' expected a map, got
'string'` -- when the field type is `string` and a `map` is provided, we
see the above information leak -- the previous example had a `map` type
field with a `string` value provided).

This was rated 4.5 Medium by HashiCorp in the past iteration.

---

### go-viper's mapstructure May Leak Sensitive Information in Logs When
Processing Malformed Data

[GHSA-2464-8j7c-4cjm](https://redirect.github.com/advisories/GHSA-2464-8j7c-4cjm)

<details>
<summary>More information</summary>

#### Details
##### Summary

Use of this library in a security-critical context may result in leaking
sensitive information, if used to process sensitive fields.

##### Details

OpenBao (and presumably HashiCorp Vault) have surfaced error messages
from `mapstructure` as follows:


https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L43-L50

```go
			_, _, err := d.getPrimitive(field, schema)
			if err != nil {
				return fmt.Errorf("error converting input for field %q: %w", field, err)
			}
```

where this calls `mapstructure.WeakDecode(...)`:
https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L181-L193

```go

func (d *FieldData) getPrimitive(k string, schema *FieldSchema) (interface{}, bool, error) {
	raw, ok := d.Raw[k]
	if !ok {
		return nil, false, nil
	}

	switch t := schema.Type; t {
	case TypeBool:
		var result bool
		if err := mapstructure.WeakDecode(raw, &result); err != nil {
			return nil, false, err
		}
		return result, true, nil
```

Notably, `WeakDecode(...)` eventually calls one of the decode helpers,
which surfaces the original value via `strconv` helpers:


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L720-L727


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L791-L798


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/decode_hooks.go#L180

& more. These are different code paths than are fixed in the previous
iteration at
GHSA-fv92-fjc5-jj9h.

##### PoC

To reproduce with OpenBao:

```
$ podman run --pull=always -p 8300:8300 openbao/openbao:latest server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8300
```

and in a new tab:

```
$ BAO_TOKEN=root BAO_ADDR=http://localhost:8300 bao auth enable userpass
Success! Enabled userpass auth method at: userpass/
$ curl -X PUT -H "X-Vault-Request: true" -H "X-Vault-Token: root" -d '{"ttl":"asdf"}' "http://localhost:8200/v1/auth/userpass/users/asdf"

--> server logs:

2025-06-25T21:32:25.101-0500 [ERROR] core: failed to run existence check: error="error converting input for field \"ttl\": time: invalid duration \"asdf\""
```

##### Impact

This is an information disclosure bug with little mitigation. See
https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717
for a previous version. That version was fixed, but this is in the
second part of that error message (starting at `'' expected a map, got
'string'` -- when the field type is `string` and a `map` is provided, we
see the above information leak -- the previous example had a `map` type
field with a `string` value provided).

This was rated 4.5 Medium by HashiCorp in the past iteration.

#### Severity
- CVSS Score: 5.3 / 10 (Medium)
- Vector String: `CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N`

#### References
-
[https://github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm)
-
[https://github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c](https://redirect.github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c)
-
[https://github.com/go-viper/mapstructure](https://redirect.github.com/go-viper/mapstructure)

This data is provided by
[OSV](https://osv.dev/vulnerability/GHSA-2464-8j7c-4cjm) and the [GitHub
Advisory Database](https://redirect.github.com/github/advisory-database)
([CC-BY
4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).
</details>

---

### Release Notes

<details>
<summary>go-viper/mapstructure
(github.com/go-viper/mapstructure/v2)</summary>

###
[`v2.4.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.4.0)

[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0)

#### What's Changed

- refactor: replace interface{} with any by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/115](https://redirect.github.com/go-viper/mapstructure/pull/115)
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot]
in[https://github.com/go-viper/mapstructure/pull/114](https://redirect.github.com/go-viper/mapstructure/pull/114)4
- Generic tests by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/118](https://redirect.github.com/go-viper/mapstructure/pull/118)
- Fix godoc reference link in README.md by
[@&#8203;peczenyj](https://redirect.github.com/peczenyj) in
[https://github.com/go-viper/mapstructure/pull/107](https://redirect.github.com/go-viper/mapstructure/pull/107)
- feat: add StringToTimeLocationHookFunc to convert strings to
\*time.Location by
[@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii) in
[https://github.com/go-viper/mapstructure/pull/117](https://redirect.github.com/go-viper/mapstructure/pull/117)
- feat: add back previous StringToSlice as a weak function by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[https://github.com/go-viper/mapstructure/pull/119](https://redirect.github.com/go-viper/mapstructure/pull/119)

#### New Contributors

- [@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii)
made their first contribution in
[https://github.com/go-viper/mapstructure/pull/117](https://redirect.github.com/go-viper/mapstructure/pull/117)

**Full Changelog**:
go-viper/mapstructure@v2.3.0...v2.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsic2VjdXJpdHktdXBkYXRlIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Aug 26, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [azure/setup-helm](https://redirect.github.com/azure/setup-helm) |
action | patch | `v4.3.0` -> `v4.3.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>azure/setup-helm (azure/setup-helm)</summary>

###
[`v4.3.1`](https://redirect.github.com/Azure/setup-helm/releases/tag/v4.3.1)

[Compare
Source](https://redirect.github.com/azure/setup-helm/compare/v4.3.0...v4.3.1)

##### Changed

- [#&#8203;167](https://redirect.github.com/azure/setup-helm/issues/167)
[Pinning Action Dependencies for Security and
Reliability](https://redirect.github.com/Azure/setup-helm/pull/167)
- [#&#8203;181](https://redirect.github.com/azure/setup-helm/issues/181)
[Fix types, and update node
version.](https://redirect.github.com/Azure/setup-helm/pull/181)
- [#&#8203;191](https://redirect.github.com/azure/setup-helm/issues/191)
[chore(tests): Mock arch to make tests pass on arm
host](https://redirect.github.com/Azure/setup-helm/pull/191)
- [#&#8203;192](https://redirect.github.com/azure/setup-helm/issues/192)
[chore: remove unnecessary prebuild
script](https://redirect.github.com/Azure/setup-helm/pull/192)
- [#&#8203;203](https://redirect.github.com/azure/setup-helm/issues/203)
[Update helm version retrieval to use JSON output for latest
version](https://redirect.github.com/Azure/setup-helm/pull/203)
- [#&#8203;207](https://redirect.github.com/azure/setup-helm/issues/207)
[ci(workflows): update helm version to v3.18.4 and add matrix for
tests](https://redirect.github.com/Azure/setup-helm/pull/207)

##### Added

- [#&#8203;197](https://redirect.github.com/azure/setup-helm/issues/197)
[Add pre-commit
hook](https://redirect.github.com/Azure/setup-helm/pull/197)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi43IiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Sep 1, 2025
)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) |
`v1.0.7` -> `v1.0.9` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.7/v1.0.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>spf13/pflag (github.com/spf13/pflag)</summary>

###
[`v1.0.9`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.9)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.8...v1.0.9)

#### What's Changed

- fix: Restore ParseErrorsWhitelist name for now by
[@&#8203;tomasaschan](https://redirect.github.com/tomasaschan) in
[#&#8203;446](https://redirect.github.com/spf13/pflag/pull/446)

**Full Changelog**:
<spf13/pflag@v1.0.8...v1.0.9>

###
[`v1.0.8`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.8)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.7...v1.0.8)

#### ⚠️ Breaking Change

This version, while only a patch bump, includes a (very minor) breaking
change: the `flag.ParseErrorsWhitelist` struct and corresponding
`FlagSet.parseErrorsWhitelist` field have been renamed to
`ParseErrorsAllowlist`.

This should result in compilation errors in any code that uses these
fields, which can be fixed by adjusting the names at call sites. There
is no change in semantics or behavior of the struct or field referred to
by these names. If your code compiles without errors after bumping
to/past v1.0.8, you are not affected by this change.

#### What's Changed

- Remove Redundant "Unknown-Flag" Error by
[@&#8203;vaguecoder](https://redirect.github.com/vaguecoder) in
[#&#8203;364](https://redirect.github.com/spf13/pflag/pull/364)
- Switching from whitelist to Allowlist terminology by
[@&#8203;dubrie](https://redirect.github.com/dubrie) in
[#&#8203;261](https://redirect.github.com/spf13/pflag/pull/261)
- Omit zero time.Time default from usage line by
[@&#8203;mologie](https://redirect.github.com/mologie) in
[#&#8203;438](https://redirect.github.com/spf13/pflag/pull/438)
- implement CopyToGoFlagSet by
[@&#8203;pohly](https://redirect.github.com/pohly) in
[#&#8203;330](https://redirect.github.com/spf13/pflag/pull/330)
- flag: Emulate stdlib behavior and do not print ErrHelp by
[@&#8203;tmc](https://redirect.github.com/tmc) in
[#&#8203;407](https://redirect.github.com/spf13/pflag/pull/407)
- Print Default Values of String-to-String in Sorted Order by
[@&#8203;vaguecoder](https://redirect.github.com/vaguecoder) in
[#&#8203;365](https://redirect.github.com/spf13/pflag/pull/365)
- fix: Don't print ErrHelp in ParseAll by
[@&#8203;tomasaschan](https://redirect.github.com/tomasaschan) in
[#&#8203;443](https://redirect.github.com/spf13/pflag/pull/443)
- Reset args on re-parse even if empty by
[@&#8203;tomasaschan](https://redirect.github.com/tomasaschan) in
[#&#8203;444](https://redirect.github.com/spf13/pflag/pull/444)

#### New Contributors

- [@&#8203;vaguecoder](https://redirect.github.com/vaguecoder) made
their first contribution in
[#&#8203;364](https://redirect.github.com/spf13/pflag/pull/364)
- [@&#8203;dubrie](https://redirect.github.com/dubrie) made their first
contribution in
[#&#8203;261](https://redirect.github.com/spf13/pflag/pull/261)
- [@&#8203;mologie](https://redirect.github.com/mologie) made their
first contribution in
[#&#8203;438](https://redirect.github.com/spf13/pflag/pull/438)
- [@&#8203;pohly](https://redirect.github.com/pohly) made their first
contribution in
[#&#8203;330](https://redirect.github.com/spf13/pflag/pull/330)
- [@&#8203;tmc](https://redirect.github.com/tmc) made their first
contribution in
[#&#8203;407](https://redirect.github.com/spf13/pflag/pull/407)
- [@&#8203;tomasaschan](https://redirect.github.com/tomasaschan) made
their first contribution in
[#&#8203;443](https://redirect.github.com/spf13/pflag/pull/443)

**Full Changelog**:
<spf13/pflag@v1.0.7...v1.0.8>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Sep 1, 2025
…12572)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/twmb/franz-go](https://redirect.github.com/twmb/franz-go)
| `v1.19.4` -> `v1.19.5` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftwmb%2ffranz-go/v1.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftwmb%2ffranz-go/v1.19.4/v1.19.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>twmb/franz-go (github.com/twmb/franz-go)</summary>

###
[`v1.19.5`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v1195)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.19.4...v1.19.5)

\===

Fixes a bug introduced in 1.19.3 that caused batched FindCoordinator
requests
to no longer work against older brokers (Kafka brokers before 2.4, or
all
Redpanda versions brokers).

All credit to
[@&#8203;douglasbouttell](https://redirect.github.com/douglasbouttell)
for exactly diagnosing the bug.

-
[`06272c66`](https://redirect.github.com/twmb/franz-go/commit/06272c66)
bugfix kgo: bugfix batched FindCoordinator requests against older
brokers

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
narqo pushed a commit that referenced this pull request Sep 1, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | minor | `v4.2.2` -> `v4.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v4.3.0`](https://redirect.github.com/actions/checkout/releases/tag/v4.3.0)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.2...v4.3.0)

##### What's Changed

- docs: update README.md by
[@&#8203;motss](https://redirect.github.com/motss) in
[https://github.com/actions/checkout/pull/1971](https://redirect.github.com/actions/checkout/pull/1971)
- Add internal repos for checking out multiple repositories by
[@&#8203;mouismail](https://redirect.github.com/mouismail) in
[https://github.com/actions/checkout/pull/1977](https://redirect.github.com/actions/checkout/pull/1977)
- Documentation update - add recommended permissions to Readme by
[@&#8203;benwells](https://redirect.github.com/benwells) in
[https://github.com/actions/checkout/pull/2043](https://redirect.github.com/actions/checkout/pull/2043)
- Adjust positioning of user email note and permissions heading by
[@&#8203;joshmgross](https://redirect.github.com/joshmgross) in
[https://github.com/actions/checkout/pull/2044](https://redirect.github.com/actions/checkout/pull/2044)
- Update README.md by
[@&#8203;nebuk89](https://redirect.github.com/nebuk89) in
[https://github.com/actions/checkout/pull/2194](https://redirect.github.com/actions/checkout/pull/2194)
- Update CODEOWNERS for actions by
[@&#8203;TingluoHuang](https://redirect.github.com/TingluoHuang) in
[https://github.com/actions/checkout/pull/2224](https://redirect.github.com/actions/checkout/pull/2224)
- Update package dependencies by
[@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in
[https://github.com/actions/checkout/pull/2236](https://redirect.github.com/actions/checkout/pull/2236)
- Prepare release v4.3.0 by
[@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in
[https://github.com/actions/checkout/pull/2237](https://redirect.github.com/actions/checkout/pull/2237)

##### New Contributors

- [@&#8203;motss](https://redirect.github.com/motss) made their first
contribution in
[https://github.com/actions/checkout/pull/1971](https://redirect.github.com/actions/checkout/pull/1971)
- [@&#8203;mouismail](https://redirect.github.com/mouismail) made their
first contribution in
[https://github.com/actions/checkout/pull/1977](https://redirect.github.com/actions/checkout/pull/1977)
- [@&#8203;benwells](https://redirect.github.com/benwells) made their
first contribution in
[https://github.com/actions/checkout/pull/2043](https://redirect.github.com/actions/checkout/pull/2043)
- [@&#8203;nebuk89](https://redirect.github.com/nebuk89) made their
first contribution in
[https://github.com/actions/checkout/pull/2194](https://redirect.github.com/actions/checkout/pull/2194)
- [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) made their
first contribution in
[https://github.com/actions/checkout/pull/2236](https://redirect.github.com/actions/checkout/pull/2236)

**Full Changelog**:
actions/checkout@v4...v4.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
narqo pushed a commit that referenced this pull request Sep 2, 2025
…4.0 [security] (release-2.17) (#12561)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/go-viper/mapstructure/v2](https://redirect.github.com/go-viper/mapstructure)
| `v2.3.0` -> `v2.4.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-viper%2fmapstructure%2fv2/v2.3.0/v2.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Go-viper's mapstructure May Leak Sensitive Information in Logs in
github.com/go-viper/mapstructure

[GHSA-2464-8j7c-4cjm](https://redirect.github.com/advisories/GHSA-2464-8j7c-4cjm)
/ [GO-2025-3900](https://pkg.go.dev/vuln/GO-2025-3900)

<details>
<summary>More information</summary>

#### Details
Go-viper's mapstructure May Leak Sensitive Information in Logs in
github.com/go-viper/mapstructure

#### Severity
Unknown

#### References
-
[https://github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm)
-
[https://github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c](https://redirect.github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c)

This data is provided by
[OSV](https://osv.dev/vulnerability/GO-2025-3900) and the [Go
Vulnerability Database](https://redirect.github.com/golang/vulndb)
([CC-BY 4.0](https://redirect.github.com/golang/vulndb#license)).
</details>

---

### go-viper's mapstructure May Leak Sensitive Information in Logs When
Processing Malformed Data

[GHSA-2464-8j7c-4cjm](https://redirect.github.com/advisories/GHSA-2464-8j7c-4cjm)
/ [GO-2025-3900](https://pkg.go.dev/vuln/GO-2025-3900)

<details>
<summary>More information</summary>

#### Details
##### Summary

Use of this library in a security-critical context may result in leaking
sensitive information, if used to process sensitive fields.

##### Details

OpenBao (and presumably HashiCorp Vault) have surfaced error messages
from `mapstructure` as follows:


https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L43-L50

```go
			_, _, err := d.getPrimitive(field, schema)
			if err != nil {
				return fmt.Errorf("error converting input for field %q: %w", field, err)
			}
```

where this calls `mapstructure.WeakDecode(...)`:
https://github.com/openbao/openbao/blob/98c3a59c040efca724353ca46ca79bd5cdbab920/sdk/framework/field_data.go#L181-L193

```go

func (d *FieldData) getPrimitive(k string, schema *FieldSchema) (interface{}, bool, error) {
	raw, ok := d.Raw[k]
	if !ok {
		return nil, false, nil
	}

	switch t := schema.Type; t {
	case TypeBool:
		var result bool
		if err := mapstructure.WeakDecode(raw, &result); err != nil {
			return nil, false, err
		}
		return result, true, nil
```

Notably, `WeakDecode(...)` eventually calls one of the decode helpers,
which surfaces the original value via `strconv` helpers:


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L720-L727


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/mapstructure.go#L791-L798


https://github.com/go-viper/mapstructure/blob/8c61ec1924fcfa522f9fc6b4618c672db61d1a38/decode_hooks.go#L180

& more. These are different code paths than are fixed in the previous
iteration at
GHSA-fv92-fjc5-jj9h.

##### PoC

To reproduce with OpenBao:

```
$ podman run --pull=always -p 8300:8300 openbao/openbao:latest server -dev -dev-root-token-id=root -dev-listen-address=0.0.0.0:8300
```

and in a new tab:

```
$ BAO_TOKEN=root BAO_ADDR=http://localhost:8300 bao auth enable userpass
Success! Enabled userpass auth method at: userpass/
$ curl -X PUT -H "X-Vault-Request: true" -H "X-Vault-Token: root" -d '{"ttl":"asdf"}' "http://localhost:8200/v1/auth/userpass/users/asdf"

--> server logs:

2025-06-25T21:32:25.101-0500 [ERROR] core: failed to run existence check: error="error converting input for field \"ttl\": time: invalid duration \"asdf\""
```

##### Impact

This is an information disclosure bug with little mitigation. See
https://discuss.hashicorp.com/t/hcsec-2025-09-vault-may-expose-sensitive-information-in-error-logs-when-processing-malformed-data-with-the-kv-v2-plugin/74717
for a previous version. That version was fixed, but this is in the
second part of that error message (starting at `'' expected a map, got
'string'` -- when the field type is `string` and a `map` is provided, we
see the above information leak -- the previous example had a `map` type
field with a `string` value provided).

This was rated 4.5 Medium by HashiCorp in the past iteration.

#### Severity
- CVSS Score: 5.3 / 10 (Medium)
- Vector String: `CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N`

#### References
-
[https://github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm](https://redirect.github.com/go-viper/mapstructure/security/advisories/GHSA-2464-8j7c-4cjm)
-
[https://github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c](https://redirect.github.com/go-viper/mapstructure/commit/742921c9ba2854d27baa64272487fc5075d2c39c)
-
[https://github.com/go-viper/mapstructure](https://redirect.github.com/go-viper/mapstructure)
-
[https://pkg.go.dev/vuln/GO-2025-3900](https://pkg.go.dev/vuln/GO-2025-3900)

This data is provided by
[OSV](https://osv.dev/vulnerability/GHSA-2464-8j7c-4cjm) and the [GitHub
Advisory Database](https://redirect.github.com/github/advisory-database)
([CC-BY
4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).
</details>

---

### Release Notes

<details>
<summary>go-viper/mapstructure
(github.com/go-viper/mapstructure/v2)</summary>

###
[`v2.4.0`](https://redirect.github.com/go-viper/mapstructure/releases/tag/v2.4.0)

[Compare
Source](https://redirect.github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0)

#### What's Changed

- refactor: replace interface{} with any by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;115](https://redirect.github.com/go-viper/mapstructure/pull/115)
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;114](https://redirect.github.com/go-viper/mapstructure/pull/114)
- Generic tests by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;118](https://redirect.github.com/go-viper/mapstructure/pull/118)
- Fix godoc reference link in README.md by
[@&#8203;peczenyj](https://redirect.github.com/peczenyj) in
[#&#8203;107](https://redirect.github.com/go-viper/mapstructure/pull/107)
- feat: add StringToTimeLocationHookFunc to convert strings to
\*time.Location by
[@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii) in
[#&#8203;117](https://redirect.github.com/go-viper/mapstructure/pull/117)
- feat: add back previous StringToSlice as a weak function by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;119](https://redirect.github.com/go-viper/mapstructure/pull/119)

#### New Contributors

- [@&#8203;ErfanMomeniii](https://redirect.github.com/ErfanMomeniii)
made their first contribution in
[#&#8203;117](https://redirect.github.com/go-viper/mapstructure/pull/117)

**Full Changelog**:
<go-viper/mapstructure@v2.3.0...v2.4.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "" (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6InJlbGVhc2UtMi4xNyIsImxhYmVscyI6WyJzZWN1cml0eS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Sep 8, 2025
…2640)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/spf13/pflag](https://redirect.github.com/spf13/pflag) |
`v1.0.9` -> `v1.0.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fpflag/v1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fpflag/v1.0.9/v1.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>spf13/pflag (github.com/spf13/pflag)</summary>

###
[`v1.0.10`](https://redirect.github.com/spf13/pflag/releases/tag/v1.0.10)

[Compare
Source](https://redirect.github.com/spf13/pflag/compare/v1.0.9...v1.0.10)

#### What's Changed

- fix deprecation comment for (FlagSet.)ParseErrorsWhitelist by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[#&#8203;447](https://redirect.github.com/spf13/pflag/pull/447)
- remove uses of errors.Is, which requires go1.13, move go1.16/go1.21
tests to separate file by
[@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) in
[#&#8203;448](https://redirect.github.com/spf13/pflag/pull/448)

#### New Contributors

- [@&#8203;thaJeztah](https://redirect.github.com/thaJeztah) made their
first contribution in
[#&#8203;447](https://redirect.github.com/spf13/pflag/pull/447)

**Full Changelog**:
<spf13/pflag@v1.0.9...v1.0.10>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Sep 8, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/alloy](https://redirect.github.com/grafana/alloy) | minor |
`v1.9.2` -> `v1.10.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/alloy (grafana/alloy)</summary>

###
[`v1.10.2`](https://redirect.github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v1102)

[Compare
Source](https://redirect.github.com/grafana/alloy/compare/v1.10.1...v1.10.2)

##### Bugfixes

- Fix issue in `prometheus.write.queue` causing inability to increase
shard count if existing WAL data was present on start.
([@&#8203;kgeckhart](https://redirect.github.com/kgeckhart))

- Fix issue with `loki.source.gcplog` when push messages sent by gcp
pub/sub only includes `messageId`.
([@&#8203;kalleep](https://redirect.github.com/kalleep))

###
[`v1.10.1`](https://redirect.github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v1101)

[Compare
Source](https://redirect.github.com/grafana/alloy/compare/v1.10.0...v1.10.1)

##### Bugfixes

- Fix issue with `faro.receiver` cors not allowing X-Scope-OrgID and
traceparent headers.
([@&#8203;mar4uk](https://redirect.github.com/mar4uk))

- Fix issues with propagating cluster peers change notifications to
components configured with remotecfg.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Fix issues with statistics reporter not including components only
configured with remotecfg.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Fix issues with `prometheus.exporter.windows` not propagating `dns`
collector config.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Fixed a bug in `prometheus.write.queue` which caused retries even when
`max_retry_attempts` was set to `0`.
([@&#8203;ptodev](https://redirect.github.com/ptodev))

- Fixed a bug in `prometheus.write.queue` which caused labelling issues
when providing more than one label in `external_labels`.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Add `application_host` and `network_inter_zone` features to
`beyla.ebpf` component.
([@&#8203;marctc](https://redirect.github.com/marctc))

- Fix issues in `loki.process` where `stage.multiline` did not pass
through structured metadata.
([@&#8203;jan-mrm](https://redirect.github.com/jan-mrm))

- Fix URLs in the Windows installer being wrapped in quotes.
([@&#8203;martincostello](https://redirect.github.com/martincostello))

- Fixed an issue where certain `otelcol.*` components could prevent
Alloy from shutting down when provided invalid configuration.
([@&#8203;thampiotr](https://redirect.github.com/thampiotr))

###
[`v1.10.0`](https://redirect.github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v1100)

[Compare
Source](https://redirect.github.com/grafana/alloy/compare/v1.9.2...v1.10.0)

##### Breaking changes

- Removing the `nanoserver-1809` container image for Windows 2019.
([@&#8203;ptodev](https://redirect.github.com/ptodev))
This is due to the deprecation of `windows-2019` GitHub Actions runners.
The `windowsservercore-ltsc2022` Alloy image is still being published to
DockerHub.

##### Bugfixes

- Upgrade `otelcol` components from OpenTelemetry v0.126.0 to v0.128.0
([@&#8203;korniltsev](https://redirect.github.com/korniltsev),
[@&#8203;dehaansa](https://redirect.github.com/dehaansa))
- \[`otelcol.exporter.kafka`]: Allow kafka exporter to produce to topics
based on metadata key values.
- \[`otelcol.receiver.kafka`]: Enforce a backoff mechanism on
non-permanent errors, such as when the queue is full.
- \[`otelcol.receiver.kafka`]: Don't restart the Kafka consumer on
failed errors when message marking is enabled for them.
- \[`otelcol.exporter.datadog`]: Fix automatic intial point dropping
when converting cumulative monotonic sum metrics.
- \[`otelcol.exporter.datadog`]: config `tls::insecure_skip_verify` is
now taken into account in metrics path.
- \[`otelcol.exporter.datadog`]: Correctly treat summary counts as
cumulative monotonic sums instead of cumulative non-monotonic sums.
- \[`otelcol.connector.spanmetrics`]: Fix bug causing span metrics calls
count to be always 0 when using delta temporality.
- \[`otelcol.exporter.splunkhec`]: Treat HTTP 403 Forbidden as a
permanent error.

##### Features

- (*Experimental*) Add an `array.group_by` stdlib function to group
items in an array by a key.
([@&#8203;wildum](https://redirect.github.com/wildum))

- Add the `otelcol.exporter.faro` exporter to export traces and logs to
Faro endpoint. ([@&#8203;mar4uk](https://redirect.github.com/mar4uk))

- Add the `otelcol.receiver.faro` receiver to receive traces and logs
from the Grafana Faro Web SDK.
([@&#8203;mar4uk](https://redirect.github.com/mar4uk))

- Add entropy support for `loki.secretfilter`
([@&#8203;romain-gaillard](https://redirect.github.com/romain-gaillard))

##### Enhancements

- Add `hash_string_id` argument to `foreach` block to hash the string
representation of the pipeline id instead of using the string itself.
([@&#8203;wildum](https://redirect.github.com/wildum))

- Update `async-profiler` binaries for `pyroscope.java` to 4.0-87b7b42
([@&#8203;github-hamza-bouqal](https://redirect.github.com/github-hamza-bouqal))

- (*Experimental*) Additions to experimental
`database_observability.mysql` component:
- Add `explain_plan` collector to `database_observability.mysql`
component. ([@&#8203;rgeyer](https://redirect.github.com/rgeyer))
- `locks`: addition of data locks collector
([@&#8203;gaantunes](https://redirect.github.com/gaantunes)
[@&#8203;fridgepoet](https://redirect.github.com/fridgepoet))
- `query_sample` collector is now enabled by default
([@&#8203;matthewnolf](https://redirect.github.com/matthewnolf))
- `query_tables` collector now deals better with truncated statements
([@&#8203;cristiangreco](https://redirect.github.com/cristiangreco))

- (*Experimental*) `prometheus.write.queue` add support for exemplars.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- (*Experimental*) `prometheus.write.queue` initialize queue metrics
that are seconds values as time.Now, not 0.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Update secret-filter gitleaks.toml from v8.19.0 to v8.26.0
([@&#8203;andrejshapal](https://redirect.github.com/andrejshapal))

- Wire in survey block for beyla.ebpf component.
([@&#8203;grcevski](https://redirect.github.com/grcevski),
[@&#8203;tpaschalis](https://redirect.github.com/tpaschalis))

- Upgrade `otelcol` components from OpenTelemetry v0.126.0 to v0.128.0
([@&#8203;korniltsev](https://redirect.github.com/korniltsev),
[@&#8203;dehaansa](https://redirect.github.com/dehaansa))
- \[`otelcol.processor.resourcedetection`]: Add additional OS properties
to resource detection: `os.build.id` and `os.name`.
- \[`otelcol.processor.resourcedetection`]: Add `host.interface`
resource attribute to `system` detector.
- \[`otelcol.exporter.kafka`]: Fix Snappy compression codec support for
the Kafka exporter.
- \[`otelcol.receiver.filelog`]: Introduce `utf8-raw` encoding to avoid
replacing invalid bytes with \uFFFD when reading UTF-8 input.
- \[`otelcol.processor.k8sattributes`]: Support extracting labels and
annotations from k8s Deployments.
- \[`otelcol.processor.k8sattributes`]: Add option to configure
automatic service resource attributes.
- \[`otelcol.exporter.datadog`]: Adds `hostname_detection_timeout`
configuration option for Datadog Exporter and sets default to 25
seconds.
- \[`otelcol.receiver.datadog`]: Address semantic conventions
noncompliance and add support for http/db.
- \[`otelcol.exporter.awss3`]: Add the retry mode, max attempts and max
backoff to the settings.

- Add `enable_tracing` attribute to `prometheus.exporter.snowflake`
component to support debugging issues.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Add support for `conditions` and statement-specific `error_mode` in
`otelcol.processor.transform`.
([@&#8203;ptodev](https://redirect.github.com/ptodev))

- Add `storage` and `start_from` args to cloudwatch logs receiver.
([@&#8203;boernd](https://redirect.github.com/boernd))

- Reduced allocation in Loki processing pipelines.
([@&#8203;thampiotr](https://redirect.github.com/thampiotr))

- Update the `prometheus.exporter.postgres` component with latest
changes and bugfixes for Postgres17
([@&#8203;cristiangreco](https://redirect.github.com/cristiangreco))

- Add `tail_from_end` argument to `loki.source.podlogs` to optionally
start reading from the end of a log stream for newly discovered pods.
([@&#8203;harshrai654](https://redirect.github.com/harshrai654))

- Remove limitation in `loki.source.file` when `legacy_position_file` is
unset. Alloy can now recover legacy positions even if labels are added.
([@&#8203;kalleep](https://redirect.github.com/kalleep))

##### Bugfixes

- Fix path for correct injection of version into constants at build
time. ([@&#8203;adlotsof](https://redirect.github.com/adlotsof))

- Propagate the `-feature.community-components.enabled` flag for remote
configuration components.
([@&#8203;tpaschalis](https://redirect.github.com/tpaschalis))

- Fix extension registration for `otelcol.receiver.splunkhec` auth
extensions. ([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

##### Other changes

- Mark `pyroscope.receive_http` and `pyroscope.relabel` components as
GA. ([@&#8203;marcsanmi](https://redirect.github.com/marcsanmi))

- Upgrade `otelcol.exporter.windows` to v0.30.8 to get bugfixes and fix
`update` collector support.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Add `User-Agent` header to remotecfg requests.
([@&#8203;tpaschalis](https://redirect.github.com/tpaschalis))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am 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 becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/grafana/mimir).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jeS11cGRhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Oct 31, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/alloy](https://redirect.github.com/grafana/alloy) | patch |
`v1.11.2` -> `v1.11.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/alloy (grafana/alloy)</summary>

###
[`v1.11.3`](https://redirect.github.com/grafana/alloy/blob/HEAD/CHANGELOG.md#v1113)

[Compare
Source](https://redirect.github.com/grafana/alloy/compare/v1.11.2...v1.11.3)

##### Enhancements

- Schedule new path targets faster in `loki.source.file`.
([@&#8203;kalleep](https://redirect.github.com/kalleep))

- Add `prometheus.static.exporter` that exposes metrics specified in a
text file in Prometheus exposition format.
([@&#8203;kalleep](https://redirect.github.com/kalleep))

##### Bugfixes

- `local.file_match` now publish targets faster whenever targets in
arguments changes.
([@&#8203;kalleep](https://redirect.github.com/kalleep))

- Fix `otelcol.exporter.splunkhec` arguments missing documented
`otel_attrs_to_hec_metadata` block.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Support Scrape Protocol specification in CRDS for
`prometheus.operator.*` components.
([@&#8203;dehaansa](https://redirect.github.com/dehaansa))

- Fix panic in `otelcol.receiver.syslog` when no tcp block was
configured. ([@&#8203;kalleep](https://redirect.github.com/kalleep))

- Fix breaking changes in the texfile collector for
`prometheus.exporter.windows`, and `prometheus.exporter.unix`, when
prometheus/common was upgraded.
([@&#8203;kgeckhart](https://redirect.github.com/kgeckhart))

##### Other changes

- Augment prometheus.scrape 'scheme' argument strengthening link to
protocol. ([@&#8203;lewismc](https://redirect.github.com/lewismc))

- Fix `loki.source.podlogs` component to register the Kubernetes field
index for `spec.nodeName` when node filtering is enabled, preventing
"Index with name field:spec.nodeName does not exist" errors.
([@&#8203;QuentinBisson](https://redirect.github.com/QuentinBisson))

- Stop `faro.receiver` losing trace context when exception has stack
trace.
([@&#8203;duartesaraiva98](https://redirect.github.com/duartesaraiva98))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 1, 2025
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | patch
| `11.6.6` -> `11.6.7` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/grafana (grafana/grafana)</summary>

###
[`v11.6.7`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1167-2025-10-21)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v11.6.6...v11.6.7)

##### Features and enhancements

- **Analytics:** Apply proper batching to Loki exports and add
configurable settings (Enterprise)
- **Go:** Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net
v0.45.0
[#&#8203;112162](https://redirect.github.com/grafana/grafana/pull/112162),
[@&#8203;grambbledook](https://redirect.github.com/grambbledook)
- **Go:** Update to 1.25.3
[#&#8203;112365](https://redirect.github.com/grafana/grafana/pull/112365),
[@&#8203;macabu](https://redirect.github.com/macabu)

##### Bug fixes

- **Auth:** Fix render user OAuth passthrough
[#&#8203;112094](https://redirect.github.com/grafana/grafana/pull/112094),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **LDAP Authentication:** Fix URL to propagate username context as
parameter
[#&#8203;111846](https://redirect.github.com/grafana/grafana/pull/111846),
[@&#8203;bradleypettit](https://redirect.github.com/bradleypettit)
- **Plugins:** Dependencies do not inherit parent URL for preinstall
[#&#8203;111801](https://redirect.github.com/grafana/grafana/pull/111801),
[@&#8203;wbrowne](https://redirect.github.com/wbrowne)
- **URLParams:** Stringify true values as key=true always (fixes issues
with variables with true value)
[#&#8203;112045](https://redirect.github.com/grafana/grafana/pull/112045),
[@&#8203;torkelo](https://redirect.github.com/torkelo)

<!-- 11.6.7 END -->

<!-- 11.5.10 START -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
…o v0.139.0 (main) (#13386)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[otel/opentelemetry-collector-contrib](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases)
| minor | `0.136.0` -> `0.139.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector-releases
(otel/opentelemetry-collector-contrib)</summary>

###
[`v0.139.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01390)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.138.0...v0.139.0)

##### 🛑 Breaking changes 🛑

- `ecstaskobserver`: Removing unmaintained component
([#&#8203;1232](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1232))

##### 🚀 New components 🚀

- `contrib`: Add GitLab receiver to contrib distribution
([#&#8203;1225](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1225))

##### 💡 Enhancements 💡

- `opampsupervisor`: Add .deb and .rpm packages release artifacts for
the OpAMP supervisor
([#&#8203;1209](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1209))

###
[`v0.138.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01380)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.137.0...v0.138.0)

##### 🚀 New components 🚀

- `unrollprocessor`: Adds the unroll processor to the Contrib
distribution
([#&#8203;1189](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1189))

##### 💡 Enhancements 💡

- `packaging`: Allow in-place upgrades for Windows MSI installations
([#&#8203;1197](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/issues/1197))

###
[`v0.137.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/blob/HEAD/CHANGELOG.md#v01370)

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-collector-releases/compare/v0.136.0...v0.137.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [helm/kind-action](https://redirect.github.com/helm/kind-action) |
action | minor | `v1.12.0` -> `v1.13.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>helm/kind-action (helm/kind-action)</summary>

###
[`v1.13.0`](https://redirect.github.com/helm/kind-action/releases/tag/v1.13.0)

[Compare
Source](https://redirect.github.com/helm/kind-action/compare/v1.12.0...v1.13.0)

#### What's Changed

- chore: verify sha256sum of kubectl by
[@&#8203;felix-kaestner](https://redirect.github.com/felix-kaestner) in
[#&#8203;134](https://redirect.github.com/helm/kind-action/pull/134)
- Load GITHUB\_PATH in PATH to use correct binaries when creating
registry by [@&#8203;gotha](https://redirect.github.com/gotha) in
[#&#8203;133](https://redirect.github.com/helm/kind-action/pull/133)
- feat: Add cloud provider by
[@&#8203;waltermity](https://redirect.github.com/waltermity) in
[#&#8203;135](https://redirect.github.com/helm/kind-action/pull/135)
- chore: bump kind to v0.29.0 by
[@&#8203;pmalek](https://redirect.github.com/pmalek) in
[#&#8203;144](https://redirect.github.com/helm/kind-action/pull/144)
- Bump actions/checkout from 4.2.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;145](https://redirect.github.com/helm/kind-action/pull/145)
- bug: respect 'install\_only' action input value by
[@&#8203;mszostok](https://redirect.github.com/mszostok) in
[#&#8203;147](https://redirect.github.com/helm/kind-action/pull/147)
- bump kind and kubectl and also nodejs by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;150](https://redirect.github.com/helm/kind-action/pull/150)

#### New Contributors

- [@&#8203;felix-kaestner](https://redirect.github.com/felix-kaestner)
made their first contribution in
[#&#8203;134](https://redirect.github.com/helm/kind-action/pull/134)
- [@&#8203;gotha](https://redirect.github.com/gotha) made their first
contribution in
[#&#8203;133](https://redirect.github.com/helm/kind-action/pull/133)
- [@&#8203;waltermity](https://redirect.github.com/waltermity) made
their first contribution in
[#&#8203;135](https://redirect.github.com/helm/kind-action/pull/135)
- [@&#8203;pmalek](https://redirect.github.com/pmalek) made their first
contribution in
[#&#8203;144](https://redirect.github.com/helm/kind-action/pull/144)
- [@&#8203;mszostok](https://redirect.github.com/mszostok) made their
first contribution in
[#&#8203;147](https://redirect.github.com/helm/kind-action/pull/147)

**Full Changelog**:
<helm/kind-action@v1...v1.13.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prom/prometheus](https://redirect.github.com/prometheus/prometheus) |
minor | `v3.6.0` -> `v3.7.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/prometheus (prom/prometheus)</summary>

###
[`v3.7.3`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.7.3):
3.7.3 / 2025-10-29

[Compare
Source](https://redirect.github.com/prometheus/prometheus/compare/v3.7.2...v3.7.3)

- \[BUGFIX] UI: Revert changed (and breaking) redirect behavior for
`-web.external-url` if `-web.route-prefix` is configured, which was
introduced in
[#&#8203;17240](https://redirect.github.com/prometheus/prometheus/issues/17240).
[#&#8203;17389](https://redirect.github.com/prometheus/prometheus/issues/17389)
- \[BUGFIX] Fix federation of some native histograms.
[#&#8203;17299](https://redirect.github.com/prometheus/prometheus/issues/17299)
[#&#8203;17409](https://redirect.github.com/prometheus/prometheus/issues/17409)
- \[BUGFIX] promtool: `check config` would fail when `--lint=none` flag
was set.
[#&#8203;17399](https://redirect.github.com/prometheus/prometheus/issues/17399)
[#&#8203;17414](https://redirect.github.com/prometheus/prometheus/issues/17414)
- \[BUGFIX] Remote-write: fix a deadlock in the queue resharding logic
that can lead to suboptimal queue behavior.
[#&#8203;17412](https://redirect.github.com/prometheus/prometheus/issues/17412)

###
[`v3.7.2`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.7.2):
3.7.2 / 2025-10-22

[Compare
Source](https://redirect.github.com/prometheus/prometheus/compare/v3.7.1...v3.7.2)

- \[BUGFIX] AWS SD: Fix AWS SDK v2 credentials handling for EC2 and
Lightsail discovery.
[#&#8203;17355](https://redirect.github.com/prometheus/prometheus/issues/17355)
- \[BUGFIX] AWS SD: Load AWS region from IMDS when not set.
[#&#8203;17376](https://redirect.github.com/prometheus/prometheus/issues/17376)
- \[BUGFIX] Relabeling: Fix `labelmap` action validation with the legacy
metric name validation scheme.
[#&#8203;17372](https://redirect.github.com/prometheus/prometheus/issues/17372)
- \[BUGFIX] PromQL: Fix parsing failure when `anchored` and `smoothed`
are used as metric names and label names.
[#&#8203;17353](https://redirect.github.com/prometheus/prometheus/issues/17353)
- \[BUGFIX] PromQL: Fix formatting of range vector selectors with
`smoothed`/`anchored` modifier.
[#&#8203;17354](https://redirect.github.com/prometheus/prometheus/issues/17354)

###
[`v3.7.1`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.7.1):
3.7.1 / 2025-10-16

[Compare
Source](https://redirect.github.com/prometheus/prometheus/compare/v3.7.0...v3.7.1)

- \[BUGFIX] OTLP: Prefix `key_` to label name when translating an OTel
attribute name starting with a single underscore, and keep multiple
consecutive underscores in label name when translating an OTel attribute
name. This reverts the breaking changes introduced in 3.7.0.
[#&#8203;17344](https://redirect.github.com/prometheus/prometheus/issues/17344)

###
[`v3.7.0`](https://redirect.github.com/prometheus/prometheus/releases/tag/v3.7.0):
3.7.0 / 2025-10-15

[Compare
Source](https://redirect.github.com/prometheus/prometheus/compare/v3.6.0...v3.7.0)

#### Warning

We discovered a breaking change in the OTLP endpoint: OpenTelemetry
attribute names starting with underscore, for example `_attrib`, are no
longer automatically translated to `key_attrib`. Please use 3.7.1
instead for OTLP ingestion.

#### Changelog

- \[CHANGE] Remote-write: the following metrics are deprecated:
- `prometheus_remote_storage_samples_in_total`, use
`prometheus_wal_watcher_records_read_total{type="samples"}` and
`prometheus_remote_storage_samples_dropped_total` instead,
- `prometheus_remote_storage_histograms_in_total`, use
`prometheus_wal_watcher_records_read_total{type=~".*histogram_samples"}`
and `prometheus_remote_storage_histograms_dropped_total` instead,
- `prometheus_remote_storage_exemplars_in_total`, use
`prometheus_wal_watcher_records_read_total{type="exemplars"}` and
`prometheus_remote_storage_exemplars_dropped_total` instead,
- `prometheus_remote_storage_highest_timestamp_in_seconds`, use the more
accurate `prometheus_remote_storage_queue_highest_timestamp_seconds`
instead in dashboards and alerts to properly account for relabeling and
for more accuracy.
[#&#8203;17065](https://redirect.github.com/prometheus/prometheus/issues/17065)
- \[FEATURE] PromQL: Add support for experimental anchored and smoothed
rate behind feature flag `promql-extended-range-selectors`.
[#&#8203;16457](https://redirect.github.com/prometheus/prometheus/issues/16457)
- \[FEATURE] Federation: Add support for native histograms with custom
buckets (NHCB).
[#&#8203;17215](https://redirect.github.com/prometheus/prometheus/issues/17215)
- \[FEATURE] PromQL: Add `first_over_time(...)` and
`ts_of_first_over_time(...)` behind feature flag
`experimental-promql-functions`.
[#&#8203;16963](https://redirect.github.com/prometheus/prometheus/issues/16963)
[#&#8203;17021](https://redirect.github.com/prometheus/prometheus/issues/17021)
- \[FEATURE] Remote-write: Add support for Azure Workload Identity as an
authentication method for the receiver.
[#&#8203;16788](https://redirect.github.com/prometheus/prometheus/issues/16788)
- \[FEATURE] Remote-write: Add type and unit labels to outgoing time
series in remote-write 2.0 when the `type-and-unit-labels` feature flag
is enabled.
[#&#8203;17033](https://redirect.github.com/prometheus/prometheus/issues/17033)
- \[FEATURE] OTLP: Write start time of metrics as created time zero
samples into TSDB when `created-timestamp-zero-ingestion` feature flag
is enabled.
[#&#8203;16951](https://redirect.github.com/prometheus/prometheus/issues/16951)
- \[ENHANCEMENT] PromQL: Add warn-level annotations for counter reset
conflicts in certain histogram operations.
[#&#8203;17051](https://redirect.github.com/prometheus/prometheus/issues/17051)
[#&#8203;17094](https://redirect.github.com/prometheus/prometheus/issues/17094)
- \[ENHANCEMENT] UI: Add scrape interval and scrape timeout to targets
page.
[#&#8203;17158](https://redirect.github.com/prometheus/prometheus/issues/17158)
- \[ENHANCEMENT] TSDB: Reduce the resolution of native histograms read
from chunks or remote read if the schema is exponential.
[#&#8203;17213](https://redirect.github.com/prometheus/prometheus/issues/17213)
- \[ENHANCEMENT] Remote write: Add logging for unexpected metadata in
sample batches, when metadata entries are found in samples-only batches.
[#&#8203;17034](https://redirect.github.com/prometheus/prometheus/issues/17034)
[#&#8203;17082](https://redirect.github.com/prometheus/prometheus/issues/17082)
- \[ENHANCEMENT] Rules: Support concurrent evaluation for rules querying
`ALERTS` and `ALERTS_FOR_STATE`.
[#&#8203;17064](https://redirect.github.com/prometheus/prometheus/issues/17064)
- \[ENHANCEMENT] TSDB: Add logs to improve visibility into internal
operations.
[#&#8203;17074](https://redirect.github.com/prometheus/prometheus/issues/17074)
- \[PERF] OTLP: Write directly to TSDB instead of passing through a
Remote-Write adapter when receiving OTLP metrics.
[#&#8203;16951](https://redirect.github.com/prometheus/prometheus/issues/16951)
- \[PERF] OTLP: Reduce number of logs emitted from OTLP endpoint. No
need to log duplicate sample errors.
[#&#8203;17201](https://redirect.github.com/prometheus/prometheus/issues/17201)
- \[PERF] PromQL: Move more work to preprocessing step.
[#&#8203;16896](https://redirect.github.com/prometheus/prometheus/issues/16896)
- \[PERF] PromQL: Reduce allocations when walking the syntax tree.
[#&#8203;16593](https://redirect.github.com/prometheus/prometheus/issues/16593)
- \[PERF] TSDB: Optimize appender creation, slightly speeding up
startup.
[#&#8203;16922](https://redirect.github.com/prometheus/prometheus/issues/16922)
- \[PERF] TSDB: Improve speed of querying a series with multiple
matchers.
[#&#8203;13971](https://redirect.github.com/prometheus/prometheus/issues/13971)
- \[BUGFIX] Alerting: Mutating alerts relabeling (using `replace`
actions, etc.) within a `alertmanager_config.alert_relabel_configs`
block is now scoped correctly and no longer yields altered alerts to
subsequent blocks.
[#&#8203;17063](https://redirect.github.com/prometheus/prometheus/issues/17063)
- \[BUGFIX] Config: Infer valid escaping scheme when scrape config
validation scheme is set.
[#&#8203;16923](https://redirect.github.com/prometheus/prometheus/issues/16923)
- \[BUGFIX] TSDB: Correctly handle appending mixed-typed samples to the
same series.
[#&#8203;17071](https://redirect.github.com/prometheus/prometheus/issues/17071)
[#&#8203;17241](https://redirect.github.com/prometheus/prometheus/issues/17241)
[#&#8203;17290](https://redirect.github.com/prometheus/prometheus/issues/17290)
[#&#8203;17295](https://redirect.github.com/prometheus/prometheus/issues/17295)
[#&#8203;17296](https://redirect.github.com/prometheus/prometheus/issues/17296)
- \[BUGFIX] Remote-write: Prevent sending unsupported native histograms
with custom buckets (NHCB) over Remote-write 1.0, log warning.
[#&#8203;17146](https://redirect.github.com/prometheus/prometheus/issues/17146)
- \[BUGFIX] TSDB: Fix metadata entries handling on
`metadata-wal-records` experimental feature for native histograms with
custom buckets (NHCB) in protobuf scraping.
[#&#8203;17156](https://redirect.github.com/prometheus/prometheus/issues/17156)
- \[BUGFIX] TSDB: Ignore Native Histograms with invalid schemas during
WAL/WBL replay.
[#&#8203;17214](https://redirect.github.com/prometheus/prometheus/issues/17214)
- \[BUGFIX] PromQL: Avoid empty metric names in annotations for
`histogram_quantile()`.
[#&#8203;16794](https://redirect.github.com/prometheus/prometheus/issues/16794)
- \[BUGFIX] PromQL: Correct inaccurate character positions in errors for
some aggregate expressions.
[#&#8203;16996](https://redirect.github.com/prometheus/prometheus/issues/16996)
[#&#8203;17031](https://redirect.github.com/prometheus/prometheus/issues/17031)
- \[BUGFIX] PromQL: Fix `info()` function on churning series.
[#&#8203;17135](https://redirect.github.com/prometheus/prometheus/issues/17135)
- \[BUGFIX] PromQL: Set native histogram to gauge type when subtracting
or multiplying/dividing with negative factors.
[#&#8203;17004](https://redirect.github.com/prometheus/prometheus/issues/17004)
- \[BUGFIX] TSDB: Reject unsupported native histogram schemas when
attempting to append to TSDB. For scrape and remote-write implement
reducing the resolution to fit the maximum if the schema is within the
-9 to 52.
[#&#8203;17189](https://redirect.github.com/prometheus/prometheus/issues/17189)
- \[BUGFIX] Remote-write: Fix HTTP handler to return after writing error
response for invalid compression.
[#&#8203;17050](https://redirect.github.com/prometheus/prometheus/issues/17050)
- \[BUGFIX] Remote-write: Return HTTP error `400` instead of `5xx` for
wrongly formatted Native Histograms.
[#&#8203;17210](https://redirect.github.com/prometheus/prometheus/issues/17210)
- \[BUGFIX] Scrape: Prevent staleness markers from generating
unnecessary series.
[#&#8203;16429](https://redirect.github.com/prometheus/prometheus/issues/16429)
- \[BUGFIX] TSDB: Avoid misleading `Failed to calculate size of \"wal\"
dir` error logs during WAL clean-up.
[#&#8203;17006](https://redirect.github.com/prometheus/prometheus/issues/17006)
- \[BUGFIX] TSDB: Prevent erroneously dropping series records during WAL
checkpoints.
[#&#8203;17029](https://redirect.github.com/prometheus/prometheus/issues/17029)
- \[BUGFIX] UI: Fix redirect to path of `-web.external-url` if
`-web.route-prefix` is configured.
[#&#8203;17240](https://redirect.github.com/prometheus/prometheus/issues/17240)
- \[BUGIFX] Remote-write: Do not panic on invalid symbol table in
remote-write 2.0.
[#&#8203;17160](https://redirect.github.com/prometheus/prometheus/issues/17160)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
…n) (#13397)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/procfs](https://redirect.github.com/prometheus/procfs)
| `v0.17.0` -> `v0.19.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fprocfs/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fprocfs/v0.17.0/v0.19.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/procfs (github.com/prometheus/procfs)</summary>

###
[`v0.19.2`](https://redirect.github.com/prometheus/procfs/releases/tag/v0.19.2)

[Compare
Source](https://redirect.github.com/prometheus/procfs/compare/v0.19.1...v0.19.2)

#### What's Changed

- chore: Migrate tests to cmp package by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[#&#8203;760](https://redirect.github.com/prometheus/procfs/pull/760)
- Fix: Use base16 to convert pci sriov\_vf\_device by
[@&#8203;jj-asama](https://redirect.github.com/jj-asama) in
[#&#8203;762](https://redirect.github.com/prometheus/procfs/pull/762)

**Full Changelog**:
<prometheus/procfs@v0.19.1...v0.19.2>

###
[`v0.19.1`](https://redirect.github.com/prometheus/procfs/releases/tag/v0.19.1)

[Compare
Source](https://redirect.github.com/prometheus/procfs/compare/v0.19.0...v0.19.1)

#### What's Changed

- meminfo: Fix ZswappedBytes by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[#&#8203;759](https://redirect.github.com/prometheus/procfs/pull/759)

**Full Changelog**:
<prometheus/procfs@v0.19.0...v0.19.1>

###
[`v0.19.0`](https://redirect.github.com/prometheus/procfs/releases/tag/v0.19.0)

[Compare
Source](https://redirect.github.com/prometheus/procfs/compare/v0.18.0...v0.19.0)

#### What's Changed

- Add FS handler for mountinfo by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[#&#8203;757](https://redirect.github.com/prometheus/procfs/pull/757)
- sysfs: add link\_layer property to InfiniBandPort by
[@&#8203;thomasbarrett](https://redirect.github.com/thomasbarrett) in
[#&#8203;700](https://redirect.github.com/prometheus/procfs/pull/700)
- feat: expose MD raid component devices by
[@&#8203;robbat2](https://redirect.github.com/robbat2) in
[#&#8203;674](https://redirect.github.com/prometheus/procfs/pull/674)

#### New Contributors

- [@&#8203;robbat2](https://redirect.github.com/robbat2) made their
first contribution in
[#&#8203;674](https://redirect.github.com/prometheus/procfs/pull/674)

**Full Changelog**:
<prometheus/procfs@v0.18.0...v0.19.0>

###
[`v0.18.0`](https://redirect.github.com/prometheus/procfs/releases/tag/v0.18.0)

[Compare
Source](https://redirect.github.com/prometheus/procfs/compare/v0.17.0...v0.18.0)

#### What's Changed

- chore: clean up golangci-lint configuration by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;720](https://redirect.github.com/prometheus/procfs/pull/720)
- chore: enable errorlint linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;742](https://redirect.github.com/prometheus/procfs/pull/742)
- Modify proc\_statm\_test notes by
[@&#8203;SilenceAdele](https://redirect.github.com/SilenceAdele) in
[#&#8203;735](https://redirect.github.com/prometheus/procfs/pull/735)
- feat: Add hung\_task\_detect\_count by
[@&#8203;dongjiang1989](https://redirect.github.com/dongjiang1989) in
[#&#8203;738](https://redirect.github.com/prometheus/procfs/pull/738)
- Synchronize common files from prometheus/prometheus by
[@&#8203;prombot](https://redirect.github.com/prombot) in
[#&#8203;736](https://redirect.github.com/prometheus/procfs/pull/736)
- net\_dev\_snmp6: directory traversal by
[@&#8203;lzap](https://redirect.github.com/lzap) in
[#&#8203;743](https://redirect.github.com/prometheus/procfs/pull/743)
- sysfs/class\_sas\_phy: Continue on EINVAL in parseSASPhy by
[@&#8203;hrtbrock](https://redirect.github.com/hrtbrock) in
[#&#8203;749](https://redirect.github.com/prometheus/procfs/pull/749)
- Add compact metrics to vmstat by
[@&#8203;cbensimon](https://redirect.github.com/cbensimon) in
[#&#8203;754](https://redirect.github.com/prometheus/procfs/pull/754)
- Update supported Go versions. by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[#&#8203;755](https://redirect.github.com/prometheus/procfs/pull/755)
- chore: enable several rules from go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;741](https://redirect.github.com/prometheus/procfs/pull/741)
- build(deps): bump golang.org/x/sync from 0.15.0 to 0.17.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;751](https://redirect.github.com/prometheus/procfs/pull/751)
- build(deps): bump golang.org/x/sys from 0.33.0 to 0.36.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;752](https://redirect.github.com/prometheus/procfs/pull/752)
- \[PROM-50] Update copyright headers by
[@&#8203;SuperQ](https://redirect.github.com/SuperQ) in
[#&#8203;756](https://redirect.github.com/prometheus/procfs/pull/756)
- add sriov, power state and numa node info in PciDevice by
[@&#8203;jj-asama](https://redirect.github.com/jj-asama) in
[#&#8203;748](https://redirect.github.com/prometheus/procfs/pull/748)
- Fix Proc.Limits limit name matching by
[@&#8203;inkel](https://redirect.github.com/inkel) in
[#&#8203;667](https://redirect.github.com/prometheus/procfs/pull/667)
- add netfilter queue support by
[@&#8203;KonstantinKuklin](https://redirect.github.com/KonstantinKuklin)
in [#&#8203;677](https://redirect.github.com/prometheus/procfs/pull/677)

#### New Contributors

- [@&#8203;lzap](https://redirect.github.com/lzap) made their first
contribution in
[#&#8203;743](https://redirect.github.com/prometheus/procfs/pull/743)
- [@&#8203;hrtbrock](https://redirect.github.com/hrtbrock) made their
first contribution in
[#&#8203;749](https://redirect.github.com/prometheus/procfs/pull/749)
- [@&#8203;cbensimon](https://redirect.github.com/cbensimon) made their
first contribution in
[#&#8203;754](https://redirect.github.com/prometheus/procfs/pull/754)
- [@&#8203;jj-asama](https://redirect.github.com/jj-asama) made their
first contribution in
[#&#8203;748](https://redirect.github.com/prometheus/procfs/pull/748)
- [@&#8203;inkel](https://redirect.github.com/inkel) made their first
contribution in
[#&#8203;667](https://redirect.github.com/prometheus/procfs/pull/667)
-
[@&#8203;KonstantinKuklin](https://redirect.github.com/KonstantinKuklin)
made their first contribution in
[#&#8203;677](https://redirect.github.com/prometheus/procfs/pull/677)

**Full Changelog**:
<prometheus/procfs@v0.17.0...v0.18.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
… to v1.3.0 (main) (#13384)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[grafana/shared-workflows](https://redirect.github.com/grafana/shared-workflows)
| action | minor | `get-vault-secrets-v1.2.0` ->
`get-vault-secrets/v1.3.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/shared-workflows (grafana/shared-workflows)</summary>

###
[`vget-vault-secrets/v1.3.0`](https://redirect.github.com/grafana/shared-workflows/releases/tag/get-vault-secrets/v1.3.0):
get-vault-secrets: v1.3.0

[Compare
Source](https://redirect.github.com/grafana/shared-workflows/compare/get-vault-secrets/v1.2.1...get-vault-secrets/v1.3.0)

##### 🎉 Features

- add helpful error handling for OIDC token failures
([#&#8203;1171](https://redirect.github.com/grafana/shared-workflows/issues/1171))
([6272233](https://redirect.github.com/grafana/shared-workflows/commit/62722333225a1fae03ae27a63d638f9bc2176edb))
- add support for ignoring missing secrets to get-vault-secrets action
([#&#8203;1236](https://redirect.github.com/grafana/shared-workflows/issues/1236))
([49ec8e2](https://redirect.github.com/grafana/shared-workflows/commit/49ec8e26626286f514faebe62b7eafcbe034fe30))

##### 🤖 Continuous Integration

- enhance, fix, run pre-commit
([#&#8203;1033](https://redirect.github.com/grafana/shared-workflows/issues/1033))
([9ffb9ce](https://redirect.github.com/grafana/shared-workflows/commit/9ffb9cec67a7712b4247e4ac37eb69946d802aed))

##### 🔧 Miscellaneous Chores

- **deps:** update hashicorp/vault-action action to v3.4.0
([#&#8203;1072](https://redirect.github.com/grafana/shared-workflows/issues/1072))
([b1c5ce9](https://redirect.github.com/grafana/shared-workflows/commit/b1c5ce97ab9234836b62604ae52a90736f9a2f43))

###
[`vget-vault-secrets/v1.2.1`](https://redirect.github.com/grafana/shared-workflows/releases/tag/get-vault-secrets/v1.2.1):
get-vault-secrets: v1.2.1

[Compare
Source](https://redirect.github.com/grafana/shared-workflows/compare/trigger-argo-workflow/v1.2.0...get-vault-secrets/v1.2.1)

##### 📝 Documentation

- **get-vault-secrets:** move permissions to job-level in example wor…
([#&#8203;968](https://redirect.github.com/grafana/shared-workflows/issues/968))
([b42327d](https://redirect.github.com/grafana/shared-workflows/commit/b42327db568c2c02b18bc53768aeb603de8c4a81))
- **get-vault-secrets:** move permissions to job-level in example
workflow in readme
([b42327d](https://redirect.github.com/grafana/shared-workflows/commit/b42327db568c2c02b18bc53768aeb603de8c4a81))
- **get-vault-secrets:** update enghub link to point to new vault docs
([#&#8203;992](https://redirect.github.com/grafana/shared-workflows/issues/992))
([5e3deaf](https://redirect.github.com/grafana/shared-workflows/commit/5e3deaf6734ec48f298adadad5fb2d12a2139907))
- update all readmes to replace hyphen with slash
([#&#8203;1008](https://redirect.github.com/grafana/shared-workflows/issues/1008))
([472df76](https://redirect.github.com/grafana/shared-workflows/commit/472df76fb1cbb92a17fb9e055bdf0d1399109ee3))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJzaGFyZWQtd29ya2Zsb3dzIl19-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 added a commit that referenced this pull request Nov 7, 2025
…in) (#13382)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana-agent-operator](https://grafana.com/docs/agent/v0.44/)
([source](https://redirect.github.com/grafana/helm-charts)) | patch |
`0.5.1` -> `0.5.2` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/helm-charts (grafana-agent-operator)</summary>

###
[`v0.5.2`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-agent-operator-0.5.2)

[Compare
Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-agent-operator-0.5.1...grafana-agent-operator-0.5.2)

A Helm chart for Grafana Agent Operator

#### What's Changed

- \[agent-operator] Mark chart as deprecated by
[@&#8203;jkroepke](https://redirect.github.com/jkroepke) in
[#&#8203;3982](https://redirect.github.com/grafana/helm-charts/pull/3982)

**Full Changelog**:
<grafana/helm-charts@tempo-distributed-1.52.6...grafana-agent-operator-0.5.2>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

---------

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
aknuds1 pushed a commit that referenced this pull request Nov 7, 2025
…main) (#13389)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma)
| `v2.19.0` -> `v2.20.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2falecthomas%2fchroma%2fv2/v2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2falecthomas%2fchroma%2fv2/v2.19.0/v2.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary>

###
[`v2.20.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.20.0)

[Compare
Source](https://redirect.github.com/alecthomas/chroma/compare/v2.19.0...v2.20.0)

#### Changelog

-
[`303b65d`](https://redirect.github.com/alecthomas/chroma/commit/303b65d)
feat: improve tracing
-
[`1f48e65`](https://redirect.github.com/alecthomas/chroma/commit/1f48e65)
fix(markdown): don't delegate to HTML lexer
-
[`ea89498`](https://redirect.github.com/alecthomas/chroma/commit/ea89498)
chore(deps): update ubuntu docker tag to v24
([#&#8203;1104](https://redirect.github.com/alecthomas/chroma/issues/1104))
-
[`14227ee`](https://redirect.github.com/alecthomas/chroma/commit/14227ee)
chore(deps): update dependency biome to v2
([#&#8203;1109](https://redirect.github.com/alecthomas/chroma/issues/1109))
-
[`4a1dcb2`](https://redirect.github.com/alecthomas/chroma/commit/4a1dcb2)
chore(deps): update dependency uv to v0.8.4
([#&#8203;1115](https://redirect.github.com/alecthomas/chroma/issues/1115))
-
[`dca61f8`](https://redirect.github.com/alecthomas/chroma/commit/dca61f8)
chore(deps): pin dependencies
([#&#8203;1098](https://redirect.github.com/alecthomas/chroma/issues/1098))
-
[`a21d7b8`](https://redirect.github.com/alecthomas/chroma/commit/a21d7b8)
chore: go mod tidy + update README list of languages
-
[`1ca24c9`](https://redirect.github.com/alecthomas/chroma/commit/1ca24c9)
correct lexing AS keyword for docker
([#&#8203;1114](https://redirect.github.com/alecthomas/chroma/issues/1114))
-
[`1dfa2b6`](https://redirect.github.com/alecthomas/chroma/commit/1dfa2b6)
update css.xml with current properties
([#&#8203;1113](https://redirect.github.com/alecthomas/chroma/issues/1113))
-
[`5b2a4c5`](https://redirect.github.com/alecthomas/chroma/commit/5b2a4c5)
feat(formatter): add writeCSSComments option
([#&#8203;1112](https://redirect.github.com/alecthomas/chroma/issues/1112))
-
[`02ff9d4`](https://redirect.github.com/alecthomas/chroma/commit/02ff9d4)
Sync Catppuccin styles
([#&#8203;1111](https://redirect.github.com/alecthomas/chroma/issues/1111))
-
[`a53c924`](https://redirect.github.com/alecthomas/chroma/commit/a53c924)
Create Lexer for Nu
([#&#8203;1110](https://redirect.github.com/alecthomas/chroma/issues/1110))
-
[`0e031c7`](https://redirect.github.com/alecthomas/chroma/commit/0e031c7)
chore(deps): update all non-major dependencies
([#&#8203;1108](https://redirect.github.com/alecthomas/chroma/issues/1108))
-
[`673bbb4`](https://redirect.github.com/alecthomas/chroma/commit/673bbb4)
chore(deps): update all non-major dependencies
([#&#8203;1103](https://redirect.github.com/alecthomas/chroma/issues/1103))
-
[`5d56970`](https://redirect.github.com/alecthomas/chroma/commit/5d56970)
Add `uv.lock` to TOML lexer
([#&#8203;1105](https://redirect.github.com/alecthomas/chroma/issues/1105))
-
[`eb9a552`](https://redirect.github.com/alecthomas/chroma/commit/eb9a552)
fix: Dockerfile $PORT should be just a port
-
[`acaae4e`](https://redirect.github.com/alecthomas/chroma/commit/acaae4e)
feat: add Dockerfile for chromad
-
[`f3be4c6`](https://redirect.github.com/alecthomas/chroma/commit/f3be4c6)
Create lexer for Gemtext
([#&#8203;1102](https://redirect.github.com/alecthomas/chroma/issues/1102))
-
[`a0c6dff`](https://redirect.github.com/alecthomas/chroma/commit/a0c6dff)
chore(deps): update all non-major dependencies
([#&#8203;1099](https://redirect.github.com/alecthomas/chroma/issues/1099))
-
[`abe0195`](https://redirect.github.com/alecthomas/chroma/commit/abe0195)
Create lexer for lox
([#&#8203;1100](https://redirect.github.com/alecthomas/chroma/issues/1100))
-
[`dfb2819`](https://redirect.github.com/alecthomas/chroma/commit/dfb2819)
Fixed ObjectPascal comment issue
([#&#8203;1097](https://redirect.github.com/alecthomas/chroma/issues/1097))
-
[`908d2a3`](https://redirect.github.com/alecthomas/chroma/commit/908d2a3)
sync catppuccin-mocha.xml with upstream
([#&#8203;1094](https://redirect.github.com/alecthomas/chroma/issues/1094))
-
[`acd21c6`](https://redirect.github.com/alecthomas/chroma/commit/acd21c6)
add aspect-ratio property to css.xml
([#&#8203;1095](https://redirect.github.com/alecthomas/chroma/issues/1095))
-
[`55d924d`](https://redirect.github.com/alecthomas/chroma/commit/55d924d)
chore(deps): update all non-major dependencies
([#&#8203;1092](https://redirect.github.com/alecthomas/chroma/issues/1092))
-
[`d0ad679`](https://redirect.github.com/alecthomas/chroma/commit/d0ad679)
feat: improve Go lexer
-
[`d2f8caa`](https://redirect.github.com/alecthomas/chroma/commit/d2f8caa)
refactor: simplify WASM init
-
[`fb36d31`](https://redirect.github.com/alecthomas/chroma/commit/fb36d31)
chore: apply biome linter fixes
-
[`b69cd3d`](https://redirect.github.com/alecthomas/chroma/commit/b69cd3d)
chore: add JS formatting with biome

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…er to v1.38.0 (main) (#13416)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[go.opentelemetry.io/contrib/propagators/jaeger](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib)
| `v1.35.0` -> `v1.38.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2fpropagators%2fjaeger/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2fpropagators%2fjaeger/v1.35.0/v1.38.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-go-contrib
(go.opentelemetry.io/contrib/propagators/jaeger)</summary>

###
[`v1.38.0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.38.0):
/v2.0.0/v0.63.0/v0.32.0/v0.18.0/v0.13.0/v0.11.0/v0.10.0

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.37.0...v1.38.0)

#### Overview

This release is the last to support [Go 1.23]. The next release will
require at least [Go 1.24].

##### Added

- Add v2 version of AWS EC2 detector
`go.opentelemetry.io/contrib/detectors/aws/ec2/v2` due to deprecation of
`github.com/aws/aws-sdk-go`.
([#&#8203;6961](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/6961))
- Add the unit `ns` to deprecated runtime metrics
`process.runtime.go.gc.pause_total_ns` and
`process.runtime.go.gc.pause_ns` in
`go.opentelemetry.io/contrib/instrumentation/runtime`.
([#&#8203;7490](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7490))
- The `go.opentelemetry.io/contrib/detectors/autodetect` package is
added to automatically compose user defined `resource.Detector`s at
runtime.
([#&#8203;7522](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7522))
- Add the `WithLoggerProviderOptions`, `WithMeterProviderOptions` and
`WithTracerProviderOptions` options to `NewSDK` to allow passing custom
options to providers in `go.opentelemetry.io/contrib/otelconf`.
([#&#8203;7552](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7552))
- Set `SeverityText` field to logrus hook in
`go.opentelemetry.io/contrib/bridges/otellogrus`.
([#&#8203;7553](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7553))
- Add the `WithTraceAttributeFn` option to
`go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda`.
([#&#8203;7556](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7556))
- Add support for HTTP server metrics in
`go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`.
([#&#8203;7668](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7668))
- Support testing of \[Go 1.25].
([#&#8203;7732](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7732))

##### Changed

- Change the default span name to be `GET /path` so it complies with the
HTTP semantic conventions in
`go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`.
([#&#8203;7551](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7551))
- Transform attribute values of
`go.opentelemetry.io/otel/attribute.Value` and
`go.opentelemetry.io/otel/log.Value` types to appropriate
`go.opentelemetry.io/otel/log.Value` type instead of `log.StringValue`
in the modules below.
([#&#8203;7660](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7660))
  - `go.opentelemetry.io/contrib/bridges/otellogr`
  - `go.opentelemetry.io/contrib/bridges/otellogrus`
  - `go.opentelemetry.io/contrib/bridges/otelslog`
  - `go.opentelemetry.io/contrib/bridges/otelzap`
- The `Severity` type from
`go.opentelemetry.io/contrib/processors/minsev` now implements the
`fmt.Stringer`, `encoding.TextMarshaler`, `encoding.TextUnmarshaler`,
`encoding.TextAppender`, `json.Marshaler`, and `json.Unmarshaler`
interfaces.
([#&#8203;7652](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7652))
- The `SeverityVar` type from
`go.opentelemetry.io/contrib/processors/minsev` now implements the
`fmt.Stringer`, `encoding.TextMarshaler`, `encoding.TextUnmarshaler`,
and `encoding.TextAppender` interfaces.
([#&#8203;7652](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7652))
- Change the faas.max\_memory unit to be bytes instead of MB to comply
with the semantic conventions in
`go.opentelemetry.io/contrib/detectors/aws/lambda`.
([#&#8203;7745](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7745))
- `Severity.Severity()` in
`go.opentelemetry.io/contrib/processors/minsev` now returns
`log.SeverityTrace1` for severities less than `minsev.SeverityTrace1`
and `log.SeverityFatal4` for severities greater than
`minsev.SeverityFatal4` instead of `log.SeverityUndefined`. All other
conversions are the same.
([#&#8203;7748](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7748))

##### Fixed

- Improve the ECS detector correctness in
`go.opentelemetry.io/contrib/detectors/aws/ecs`.
([#&#8203;7607](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7607))

##### Deprecated

- `WithSpanOptions` in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
is deprecated. It is only used by the deprecated interceptor, and is
unused by `NewClientHandler` and `NewServerHandler`.
([#&#8203;7601](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7601))
- `Extract` and `Inject` in
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
are deprecated. These functions were initially exposed in the public
API, but are now considered unnecessary.
([#&#8203;7689](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7689))
- The `go.opentelemetry.io/contrib/detectors/aws/ec2` package is
deprecated, use `go.opentelemetry.io/contrib/detectors/aws/ec2/v2`
instead.
([#&#8203;7725](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7725))

##### Removed

- Remove support for the `OTEL_SEMCONV_STABILITY_OPT_IN` environment
variable as well as support for semantic conventions v1.20.0 in the
modules below.
([#&#8203;7584](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7584))
-
`go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful`
-
`go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin`
-
`go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux`
-
`go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho`
-
`go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace`
  - `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`
- The deprecated `StreamClientInterceptor` function from
`go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`
is removed.
([#&#8203;7646](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/issues/7646))

[Go 1.24]: https://go.dev/doc/go1.24

[Go 1.23]: https://go.dev/doc/go1.23

#### What's Changed

- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.82.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7512](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7512)
- chore(deps): update module go.yaml.in/yaml/v2 to v3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7511](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7511)
- chore(deps): update k8s.io/kube-openapi digest to
[`e0c7552`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/e0c7552)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7515](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7515)
- chore(deps): update k8s.io/kube-openapi digest to
[`af0a60a`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/af0a60a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7516](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7516)
- Fix outdated community membership link by
[@&#8203;opentelemetrybot](https://redirect.github.com/opentelemetrybot)
in
[#&#8203;7518](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7518)
- chore(deps): update prom/prometheus docker tag to v3.4.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7517](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7517)
- chore(deps): update github/codeql-action action to v3.29.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7519](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7519)
- chore(deps): update module github.com/masterminds/semver/v3 to v3.4.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7521](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7521)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.2.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7527](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7527)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.2.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7529](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7529)
- chore(deps): update module go.yaml.in/yaml/v3 to v3.0.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7528](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7528)
- chore(deps): update k8s.io/kube-openapi digest to
[`d90c4fd`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/d90c4fd)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7524](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7524)
- chore(deps): update module go.yaml.in/yaml/v3 to v3.0.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7530](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7530)
- runtime: add ns unit to deprecated runtime metrics by
[@&#8203;Machyne](https://redirect.github.com/Machyne) in
[#&#8203;7490](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7490)
- chore(deps): update github/codeql-action action to v3.29.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7532](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7532)
- otelconf: replace sigs.k8s.io/yaml with go.yaml.in/yaml by
[@&#8203;pellared](https://redirect.github.com/pellared) in
[#&#8203;7533](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7533)
- chore(deps): update module github.com/uudashr/iface to v1.4.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7534](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7534)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamodb
to v1.44.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7535](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7535)
- chore(deps): update module github.com/alecthomas/chroma/v2 to v2.19.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7537](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7537)
- fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7536](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7536)
- chore(deps): update golang.org/x/telemetry digest to
[`2f1f772`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/2f1f772)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7539](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7539)
- chore(deps): update k8s.io/kube-openapi digest to
[`9bd5c66`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/9bd5c66)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7540](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7540)
- chore(deps): update module github.com/go-playground/validator/v10 to
v10.27.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7543](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7543)
- chore(deps): update module github.com/bombsimon/wsl/v5 to v5.1.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7542](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7542)
- Add contents of the Go license by
[@&#8203;psx95](https://redirect.github.com/psx95) in
[#&#8203;7538](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7538)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.129.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7545](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7545)
- chore(deps): update module github.com/sonatard/noctx to v0.3.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7544](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7544)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.83.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7546](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7546)
- chore(deps): update module github.com/prometheus/procfs to v0.17.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7547](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7547)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/route53
to v1.53.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7548](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7548)
- chore(deps): update github.com/golangci/gofmt digest to
[`3e58ba0`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/3e58ba0)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7550](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7550)
- chore(deps): update module github.com/bytedance/sonic/loader to v0.3.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7555](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7555)
- chore(deps): update module github.com/alwxsin/noinlineerr to v1.0.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7554](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7554)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.24.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7560](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7560)
- chore(deps): update googleapis to
[`8d1bb00`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/8d1bb00)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7559](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7559)
- fix(deps): update build-tools to v0.24.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7561](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7561)
- otelconf/v0.3.0: add support for provider options by
[@&#8203;axw](https://redirect.github.com/axw) in
[#&#8203;7552](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7552)
- otellogrus: set `SeverityText` field to logrus hook by
[@&#8203;huiyifyj](https://redirect.github.com/huiyifyj) in
[#&#8203;7553](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7553)
- Add the `detectors/autodetect` package by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7522](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7522)
- chore(deps): update golang.org/x/telemetry digest to
[`5a6bbb1`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5a6bbb1)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7562](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7562)
- chore(deps): update module github.com/pjbgf/sha1cd to v0.4.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7563](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7563)
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7565](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7565)
- Fix building the mock collector's host:port address in otelconf tests
by
[@&#8203;nithinputhenveettil](https://redirect.github.com/nithinputhenveettil)
in
[#&#8203;7558](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7558)
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7566](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7566)
- chore(deps): update golang.org/x/telemetry digest to
[`8d8967a`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/8d8967a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7567](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7567)
- ec2 detector v2 by
[@&#8203;akats7](https://redirect.github.com/akats7) in
[#&#8203;6961](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/6961)
- fix(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7570](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7570)
- chore(deps): update module github.com/go-logr/logr to v1.4.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7571](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7571)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7572](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7572)
- fix(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7574](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7574)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.2.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7573](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7573)
- chore(deps): update module github.com/mgechev/revive to v1.11.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7575](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7575)
- chore(deps): update module github.com/fxamacker/cbor/v2 to v2.9.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7580](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7580)
- chore(deps): update module go-simpler.org/sloglint to v0.11.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7579](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7579)
- chore(deps): update module github.com/klauspost/cpuid/v2 to v2.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7581](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7581)
- chore(deps): update prom/prometheus docker tag to v3.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7582](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7582)
- chore(deps): update module github.com/go-viper/mapstructure/v2 to
v2.4.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7583](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7583)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.130.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7585](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7585)
- chore(deps): update googleapis to
[`7130f93`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/7130f93)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7586](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7586)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/s3 to
v1.84.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7587](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7587)
- Remove dup semconv support from HTTP packages by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[#&#8203;7584](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7584)
- chore(deps): update module github.com/spf13/pflag to v1.0.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7590](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7590)
- fix(deps): update module google.golang.org/grpc to v1.74.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7589](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7589)
- Only request code owners for reviews on ready PRs by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[#&#8203;7592](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7592)
- chore(deps): update golang.org/x/exp/typeparams digest to
[`542afb5`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/542afb5)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7593](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7593)
- fix(deps): update module google.golang.org/grpc to v1.74.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7595](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7595)
- fix(deps): update golang.org/x/exp digest to
[`542afb5`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/542afb5)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7594](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7594)
- fix(deps): update golang.org/x to
[`645b1fa`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/645b1fa)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7597](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7597)
- chore(deps): update module github.com/alwxsin/noinlineerr to v1.0.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7599](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7599)
- Revert grpc upgrade to v1.74.\* by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7596](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7596)
- Add minimum token permissions for all github workflow files by
[@&#8203;opentelemetrybot](https://redirect.github.com/opentelemetrybot)
in
[#&#8203;7577](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7577)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7598](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7598)
- chore(deps): update golang.org/x/telemetry digest to
[`96f361d`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/96f361d)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7602](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7602)
- chore(deps): update module github.com/securego/gosec/v2 to v2.22.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7605](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7605)
- chore(deps): update github/codeql-action action to v3.29.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7604](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7604)
- chore(deps): update googleapis to
[`a45f3df`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a45f3df)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7603](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7603)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.3.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7606](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7606)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.130.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7608](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7608)
- chore(deps): update module github.com/ldez/grignotin to v0.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7609](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7609)
- chore(deps): update module github.com/bytedance/sonic to v1.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7611](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7611)
- fix(deps): update module google.golang.org/grpc to v1.74.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7610](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7610)
- deprecate SpanStartOption by
[@&#8203;jan-xyz](https://redirect.github.com/jan-xyz) in
[#&#8203;7601](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7601)
- otellambda: allow custom attributes by
[@&#8203;matbrito](https://redirect.github.com/matbrito) in
[#&#8203;7556](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7556)
- chore(deps): update github/codeql-action action to v3.29.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7612](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7612)
- chore(deps): update module github.com/cenkalti/backoff/v5 to v5.0.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7613](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7613)
- Add Flc as an approver by
[@&#8203;pellared](https://redirect.github.com/pellared) in
[#&#8203;7600](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7600)
- fix(deps): update build-tools to v0.25.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7615](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7615)
- fix(deps): update module github.com/aws/smithy-go to v1.22.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7618](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7618)
- chore(deps): update module github.com/bombsimon/wsl/v5 to v5.1.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7617](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7617)
- chore(deps): update module sigs.k8s.io/yaml to v1.6.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7619](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7619)
- chore(deps): update module github.com/daixiang0/gci to v0.13.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7621](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7621)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sqs to
v1.38.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7622](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7622)
- Updated ECS detector containerID logic by
[@&#8203;akats7](https://redirect.github.com/akats7) in
[#&#8203;7607](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7607)
- chore(deps): update module github.com/sonatard/noctx to v0.4.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7623](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7623)
- chore(deps): update golang.org/x/telemetry digest to
[`1581f0a`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/1581f0a)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7626](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7626)
- chore(deps): update googleapis to
[`f173205`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/f173205)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7627](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7627)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7629](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7629)
- chore(deps): update module github.com/4meepo/tagalign to v1.4.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7628](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7628)
- ci: add use-any linter and replace `interface{}` with `any` by
[@&#8203;flc1125](https://redirect.github.com/flc1125) in
[#&#8203;7624](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7624)
- fix: correct connection error and add new configuration by
[@&#8203;flc1125](https://redirect.github.com/flc1125) in
[#&#8203;7625](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7625)
- chore(deps): update golang.org/x/telemetry digest to
[`28f32e4`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/28f32e4)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7630](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7630)
- chore(deps): update module github.com/sagikazarmark/locafero to
v0.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7631](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7631)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.26.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7614](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7614)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7633](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7633)
- chore(deps): update github/codeql-action action to v3.29.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7632](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7632)
- fix(deps): update build-tools to v0.26.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7634](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7634)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.131.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7636](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7636)
- chore(deps): update sigs.k8s.io/json digest to
[`2d32026`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/2d32026)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7639](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7639)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7640](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7640)
- chore: clean up golangci-lint config by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7638](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7638)
- fix(deps): update module go.opentelemetry.io/proto/otlp to v1.7.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7642](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7642)
- fix(deps): update module github.com/prometheus/client\_golang to
v1.23.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7643](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7643)
- chore: several rules from go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7635](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7635)
- chore: enable extra-rules from gofumpt by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7637](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7637)
- fix(deps): update module github.com/shirou/gopsutil/v4 to v4.25.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7648](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7648)
- chore: enable unused-parameter and unused-receiver rules from revive
by [@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7645](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7645)
- chore: enable more rules from go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7647](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7647)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sns to
v1.35.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7651](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7651)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.131.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7650](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7650)
- fix(deps): update module github.com/golangci/golangci-lint/v2 to
v2.3.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7653](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7653)
- Remove the deprecated `otelgrpc.StreamClientInterceptor` by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7646](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7646)
- chore(deps): update module github.com/alecthomas/chroma/v2 to v2.20.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7659](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7659)
- chore(deps): update module github.com/cloudwego/base64x to v0.1.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7658](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7658)
- chore(deps): update googleapis to
[`a7a43d2`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a7a43d2)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7661](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7661)
- update mux default span name to include http method by
[@&#8203;akats7](https://redirect.github.com/akats7) in
[#&#8203;7551](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7551)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7663](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7663)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7664](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7664)
- fix(deps): update module go.mongodb.org/mongo-driver/v2 to v2.2.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7671](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7671)
- Modernize by [@&#8203;ash2k](https://redirect.github.com/ash2k) in
[#&#8203;7666](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7666)
- chore(deps): update module github.com/charmbracelet/x/ansi to v0.10.1
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7670](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7670)
- chore(deps): update golang.org/x/telemetry digest to
[`9469f96`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/9469f96)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7669](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7669)
- chore(deps): update actions/cache action to v4.2.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7676](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7676)
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7674](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7674)
- fix(deps): update module cloud.google.com/go/compute/metadata to
v0.8.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7673](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7673)
- fix(deps): update module google.golang.org/protobuf to v1.36.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7677](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7677)
- chore(deps): update lycheeverse/lychee-action action to v2.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7678](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7678)
- chore(deps): update github/codeql-action action to v3.29.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7679](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7679)
- chore(deps): update python docker tag to v3.13.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7686](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7686)
- chore(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7681](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7681)
- chore(deps): update github/codeql-action action to v3.29.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7690](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7690)
- chore(deps): update module gopkg.in/evanphx/json-patch.v4 to v4.13.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7691](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7691)
- fix(deps): update golang.org/x by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7692](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7692)
- logutil: convert standard and log attributes by
[@&#8203;pellared](https://redirect.github.com/pellared) in
[#&#8203;7660](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7660)
- Fix deprecation of Extract/Inject in otelgrpc by
[@&#8203;nithinputhenveettil](https://redirect.github.com/nithinputhenveettil)
in
[#&#8203;7689](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7689)
- chore(deps): update github/codeql-action action to v3.29.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7697](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7697)
- chore(deps): update golang.org/x/exp/typeparams digest to
[`a408d31`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a408d31)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7698](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7698)
- fix(deps): update golang.org/x/exp digest to
[`a408d31`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/a408d31)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7699](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7699)
- Use v2 AWS EC2 detector in `autodetect` by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7682](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7682)
- chore: configure `copyloopvar` and `intrange` linters by
[@&#8203;ash2k](https://redirect.github.com/ash2k) in
[#&#8203;7675](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7675)
- chore(deps): update actions/checkout digest to
[`08eba0b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/08eba0b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7703](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7703)
- chore(deps): update actions/checkout action to v4.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7704](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7704)
- chore(deps): update actions/checkout action to v5.0.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7706](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7706)
- chore(deps): update module github.com/go-openapi/jsonpointer to
v0.21.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7702](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7702)
- chore(grpc): simplify the code by
[@&#8203;ash2k](https://redirect.github.com/ash2k) in
[#&#8203;7665](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7665)
- chore(deps): update googleapis to
[`6b04f9b`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/6b04f9b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7708](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7708)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.26.1
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7709](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7709)
- Support text interchange with `minsev` severity by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7652](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7652)
- chore: add detectors/aws/ec2/v2 to versions.yaml by
[@&#8203;Whitea029](https://redirect.github.com/Whitea029) in
[#&#8203;7694](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7694)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7712](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7712)
- fix(deps): update build-tools to v0.26.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7710](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7710)
- Add subscript to issue templates by
[@&#8203;opentelemetrybot](https://redirect.github.com/opentelemetrybot)
in
[#&#8203;7649](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7649)
- fix(deps): update golang.org/x to
[`51f8813`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/51f8813)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7714](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7714)
- chore(deps): update googleapis to
[`5f3141c`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5f3141c)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7718](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7718)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7717](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7717)
- chore(deps): update github/codeql-action action to v3.29.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7722](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7722)
- chore(deps): update module go-simpler.org/musttag to v0.14.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7721](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7721)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.132.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7729](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7729)
- Deprecate the go.opentelemetry.io/contrib/detectors/aws/ec2 module by
[@&#8203;carsontham](https://redirect.github.com/carsontham) in
[#&#8203;7725](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7725)
- chore: enable rangeValCopy rule from go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7727](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7727)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.132.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7734](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7734)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.26.2
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7737](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7737)
- Support Go 1.25 by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7732](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7732)
- chore(deps): update golang docker tag to v1.25 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7739](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7739)
- fix(deps): update build-tools to v0.26.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7736](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7736)
- chore(deps): update module github.com/charmbracelet/colorprofile to
v0.3.2 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;7735](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7735)
- fix(deps): update module go.mongodb.org/mongo-driver/v2 to v2.3.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7742](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7742)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/dynamodb
to v1.48.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7750](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7750)
- fix(deps): update module github.com/emicklei/go-restful/v3 to v3.13.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7751](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7751)
- chore(deps): update module go.augendre.info/fatcontext to v0.8.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7757](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7757)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.132.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7759](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7759)
- chore(deps): update github/codeql-action action to v3.29.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7760](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7760)
- chore(deps): update googleapis to
[`3122310`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/3122310)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7763](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7763)
- fix(deps): update module google.golang.org/grpc to v1.75.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7766](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7766)
- chore(deps): update codecov/codecov-action action to v5.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7769](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7769)
- chore(deps): update k8s.io/utils digest to
[`0af2bda`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/0af2bda)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7768](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7768)
- chore(deps): update module github.com/kevinburke/ssh\_config to v1.4.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7765](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7765)
- chore(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2
to v2.27.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7770](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7770)
- fix(deps): update module
go.opentelemetry.io/contrib/detectors/aws/ec2/v2 to
v2.0.0-20250820234519-5a60297ed282 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7774](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7774)
- fix(deps): update module google.golang.org/protobuf to v1.36.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7773](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7773)
- chore(deps): update github.com/lufia/plan9stats digest to
[`5981dea`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/5981dea)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7777](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7777)
- chore(deps): update github/codeql-action action to v3.29.11 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7775](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7775)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7771](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7771)
- chore(deps): update github.com/golangci/golines digest to
[`d4663ad`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/d4663ad)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7782](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7782)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7783](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7783)
- chore(deps): update lycheeverse/lychee-action action to v2.6.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7787](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7787)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sqs to
v1.42.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7789](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7789)
- Clamp `minsev` `Severity.Severity()` conversion by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7748](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7748)
- fix(deps): update module github.com/stretchr/testify to v1.11.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7792](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7792)
- chore(deps): update lycheeverse/lychee-action action to v2.6.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7794](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7794)
- chore(deps): update googleapis to
[`c5933d9`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/c5933d9)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7796](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7796)
- chore(deps): update module github.com/gabriel-vasile/mimetype to
v1.4.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7797](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7797)
- fix(deps): update module github.com/aws/aws-sdk-go-v2/service/sqs to
v1.42.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7799](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7799)
- Upgrade semconv dependencies to v1.36.0 by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;7781](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7781)
- chore(deps): update otel/opentelemetry-collector-contrib docker tag to
v0.133.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7802](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7802)
- chore: enable nolintlint and whyNoLint rule from go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;7728](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7728)
- feat(otelecho): add HTTP server metrics support for echo
instrumentation by
[@&#8203;Whitea029](https://redirect.github.com/Whitea029) in
[#&#8203;7668](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7668)
- fix(deps): update go.opentelemetry.io/otel digest to
[`45bb4ba`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/45bb4ba)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7803](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7803)
- chore(deps): update module github.com/ldez/tagliatelle to v0.7.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7806](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7806)
- Update lambda detector to use bytes instead of MB by
[@&#8203;akats7](https://redirect.github.com/akats7) in
[#&#8203;7745](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7745)
- chore(deps): update github.com/lufia/plan9stats digest to
[`24949be`](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/commit/24949be)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7809](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7809)
- fix(deps): update aws-sdk-go-v2 monorepo by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;7812](https://redirect.github.com/open-telemetry/opentelemetry-go-contrib/pull/7812)
- fix(deps): update aws-sdk

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…6.0 (main) (#13413)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/twmb/franz-go/plugin/kotel](https://redirect.github.com/twmb/franz-go)
| `v1.5.0` -> `v1.6.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftwmb%2ffranz-go%2fplugin%2fkotel/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftwmb%2ffranz-go%2fplugin%2fkotel/v1.5.0/v1.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>twmb/franz-go (github.com/twmb/franz-go/plugin/kotel)</summary>

###
[`v1.6.0`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v160)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.5.0...v1.6.0)

\===

This release contains two new APIs, a minor bugfix, and other notable
improvements and stabilizations.

The [kadm][160kadmdoc] package is now stabilized as a separate,
[v1.0 module][160kadmtag]. This module will remain separate from the top
level
franz-go so that it can have independent minor releases, and has more
freedom
to have major version bumps if necessary. I took stabilization as an
opportunity to break & fix some infrequently used APIs; this can be seen
in the
commit linked below.

I have also created a new package for the schema registry,
[sr][160srdoc]. This
will likely live as a separate module for similar reasons to kmsg and
kadm: to
have more freedom to make major-version-changing breaking changes if
Confluent
decides to change some of their HTTP API. I expect to stabilize sr once
I know
of at least one use case that helps double check the API is alright.

[160kadmdoc]: https://pkg.go.dev/github.com/twmb/franz-go/pkg/kadm

[160kadmtag]:
https://redirect.github.com/twmb/franz-go/releases/tag/pkg%2Fkadm%2Fv1.0.0

[160srdoc]: https://pkg.go.dev/github.com/twmb/franz-go/pkg/sr

#### Bugfix

Previously, if you consumed a topic that had record timestamps generated
by the
broker per `LogAppendTime`, this client would not set the timestamp
properly
when consumed. We now set the timestamp properly.

#### Improvements

The client now allows the user to set a timestamp when producing: if a
record's
timestamp is non-zero, the client will not override it.

The default partitioner has been changed to the new
`UniformBytesPartitioner`.
This is an improvement on the previous `StickyKeyPartitioner` in a few
ways and
can be read about in [KIP-794][KIP-794]. The implementation in this
client is
slightly different from KIP-794 in ways that are documented on the
`UniformBytesPartitioner` itself. This new partitioner can result in
more
balanced load over a long period of producing to your brokers. Note: the
new
default partitioner partitions keys the *same* as the old default
partitioner,
so this is not a behavior change.

#### Features

- `UniformBytesPartitioner` exists, which can be used for more balanced
producing over long time periods. The default batch size switch is
64KiB, and
you may want to tune this up or down if you produce in high or low
throughput.

- `kversion.V3_2_0()` now officially exists, and kversion correctly
detects
  v3.2 brokers.

- kmsg has a new `UnsafeReadFrom` interface to help reduce garbage in
some
  advanced scenarios (requires kmsg\@&#8203;v1.1.0).

[KIP-794]:
https://wiki.apache.org/confluence/display/KAFKA/KIP-794%3A+Strictly+Uniform+Sticky+Partitioner

#### Relevant commits

- [`b279658`](https://redirect.github.com/twmb/franz-go/commit/b279658)
kadm: break APIs for 1.0
- [`a23a076`](https://redirect.github.com/twmb/franz-go/commit/a23a076)
**bugfix** source: properly set Timestamp for LogAppendTime records
- [`653010d`](https://redirect.github.com/twmb/franz-go/commit/653010d)
**improvement** producer: allow the user to set Timestamp
- [`d53c0fe`](https://redirect.github.com/twmb/franz-go/commit/d53c0fe)
**feature** kmsg: add new UnsafeReadFrom interface
- [`5536ec1`](https://redirect.github.com/twmb/franz-go/commit/5536ec1)
**feature** kversion: add `V3_2_0`
- [`0f65bb1`](https://redirect.github.com/twmb/franz-go/commit/0f65bb1)
**feature** kgo: expose UniformBytesPartitioner
- [`82af4a1`](https://redirect.github.com/twmb/franz-go/commit/82af4a1)
and followup commits: add package sr, providing a client for the schema
registry

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…3412)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/spf13/afero](https://redirect.github.com/spf13/afero) |
`v1.11.0` -> `v1.15.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fspf13%2fafero/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fspf13%2fafero/v1.11.0/v1.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>spf13/afero (github.com/spf13/afero)</summary>

###
[`v1.15.0`](https://redirect.github.com/spf13/afero/releases/tag/v1.15.0)

[Compare
Source](https://redirect.github.com/spf13/afero/compare/v1.14.0...v1.15.0)

#### What's Changed

- Bump golangci/golangci-lint-action from 6.5.1 to 6.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;479](https://redirect.github.com/spf13/afero/pull/479)
- Lint by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;492](https://redirect.github.com/spf13/afero/pull/492)
- build(deps): bump github/codeql-action from 2.13.4 to 3.28.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;494](https://redirect.github.com/spf13/afero/pull/494)
- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;493](https://redirect.github.com/spf13/afero/pull/493)
- Bump actions/setup-go from 5.3.0 to 5.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;480](https://redirect.github.com/spf13/afero/pull/480)
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;496](https://redirect.github.com/spf13/afero/pull/496)
- support aliyun oss storage with third-party link by
[@&#8203;messikiller](https://redirect.github.com/messikiller) in
[#&#8203;491](https://redirect.github.com/spf13/afero/pull/491)
- build(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;497](https://redirect.github.com/spf13/afero/pull/497)
- chore: update x/test by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;502](https://redirect.github.com/spf13/afero/pull/502)
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;503](https://redirect.github.com/spf13/afero/pull/503)
- build(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.1
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;505](https://redirect.github.com/spf13/afero/pull/505)
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;506](https://redirect.github.com/spf13/afero/pull/506)
- fix(gcsfs): update object not exist check logic by
[@&#8203;ahkui](https://redirect.github.com/ahkui) in
[#&#8203;485](https://redirect.github.com/spf13/afero/pull/485)
- build(deps): bump ossf/scorecard-action from 2.4.1 to 2.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;508](https://redirect.github.com/spf13/afero/pull/508)
- build(deps): bump github/codeql-action from 3.28.18 to 3.29.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;519](https://redirect.github.com/spf13/afero/pull/519)
- build(deps): bump github/codeql-action from 3.29.4 to 3.29.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;524](https://redirect.github.com/spf13/afero/pull/524)
- build(deps): bump github/codeql-action from 3.29.7 to 3.30.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;537](https://redirect.github.com/spf13/afero/pull/537)
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;536](https://redirect.github.com/spf13/afero/pull/536)
- build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.3
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;533](https://redirect.github.com/spf13/afero/pull/533)
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;527](https://redirect.github.com/spf13/afero/pull/527)
- chore: update deps by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;538](https://redirect.github.com/spf13/afero/pull/538)
- fix: spelling errors (excpected -> expected, iself -> itself) by
[@&#8203;MarkRosemaker](https://redirect.github.com/MarkRosemaker) in
[#&#8203;523](https://redirect.github.com/spf13/afero/pull/523)

#### New Contributors

- [@&#8203;messikiller](https://redirect.github.com/messikiller) made
their first contribution in
[#&#8203;491](https://redirect.github.com/spf13/afero/pull/491)
- [@&#8203;ahkui](https://redirect.github.com/ahkui) made their first
contribution in
[#&#8203;485](https://redirect.github.com/spf13/afero/pull/485)
- [@&#8203;MarkRosemaker](https://redirect.github.com/MarkRosemaker)
made their first contribution in
[#&#8203;523](https://redirect.github.com/spf13/afero/pull/523)

**Full Changelog**:
<spf13/afero@v1.14.0...v1.15.0>

###
[`v1.14.0`](https://redirect.github.com/spf13/afero/releases/tag/v1.14.0)

[Compare
Source](https://redirect.github.com/spf13/afero/compare/v1.13.0...v1.14.0)

#### What's Changed

- Split gcsfs and sftpfs into separate modules by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;462](https://redirect.github.com/spf13/afero/pull/462)

**Full Changelog**:
<spf13/afero@v1.13.0...v1.14.0>

###
[`v1.13.0`](https://redirect.github.com/spf13/afero/releases/tag/v1.13.0)

[Compare
Source](https://redirect.github.com/spf13/afero/compare/v1.12.0...v1.13.0)

#### What's Changed

- Bump actions/setup-go from 5.2.0 to 5.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;446](https://redirect.github.com/spf13/afero/pull/446)
- Bump golangci/golangci-lint-action from 6.1.1 to 6.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;451](https://redirect.github.com/spf13/afero/pull/451)
- Bump golang.org/x/text from 0.21.0 to 0.22.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;452](https://redirect.github.com/spf13/afero/pull/452)
- Bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;453](https://redirect.github.com/spf13/afero/pull/453)
- Bump golangci/golangci-lint-action from 6.3.0 to 6.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;459](https://redirect.github.com/spf13/afero/pull/459)
- Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;455](https://redirect.github.com/spf13/afero/pull/455)
- Bump golangci/golangci-lint-action from 6.3.3 to 6.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;460](https://redirect.github.com/spf13/afero/pull/460)
- ci: add Go 1.24 to the test matrix by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;461](https://redirect.github.com/spf13/afero/pull/461)
- Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;473](https://redirect.github.com/spf13/afero/pull/473)
- Update dependencies by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;477](https://redirect.github.com/spf13/afero/pull/477)

#### New Contributors

- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[#&#8203;446](https://redirect.github.com/spf13/afero/pull/446)

**Full Changelog**:
<spf13/afero@v1.12.0...v1.13.0>

###
[`v1.12.0`](https://redirect.github.com/spf13/afero/releases/tag/v1.12.0)

[Compare
Source](https://redirect.github.com/spf13/afero/compare/v1.11.0...v1.12.0)

#### What's Changed

- improve ci by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;438](https://redirect.github.com/spf13/afero/pull/438)
- Update dependencies by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;439](https://redirect.github.com/spf13/afero/pull/439)
- add dependabot by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;440](https://redirect.github.com/spf13/afero/pull/440)
- Update README.md by
[@&#8203;sean9999](https://redirect.github.com/sean9999) in
[#&#8203;434](https://redirect.github.com/spf13/afero/pull/434)
- fix lint violations by
[@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark) in
[#&#8203;441](https://redirect.github.com/spf13/afero/pull/441)

#### New Contributors

- [@&#8203;sagikazarmark](https://redirect.github.com/sagikazarmark)
made their first contribution in
[#&#8203;438](https://redirect.github.com/spf13/afero/pull/438)
- [@&#8203;sean9999](https://redirect.github.com/sean9999) made their
first contribution in
[#&#8203;434](https://redirect.github.com/spf13/afero/pull/434)

**Full Changelog**:
<spf13/afero@v1.11.0...v1.12.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…3422)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.252.0` -> `v0.255.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.255.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.252.0/v0.255.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.255.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.255.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.254.0...v0.255.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3357](https://redirect.github.com/googleapis/google-api-go-client/issues/3357))
([430bc46](https://redirect.github.com/googleapis/google-api-go-client/commit/430bc4639d14b3c7969981603891163421883695))
- **all:** Auto-regenerate discovery clients
([#&#8203;3359](https://redirect.github.com/googleapis/google-api-go-client/issues/3359))
([0bcacee](https://redirect.github.com/googleapis/google-api-go-client/commit/0bcacee13f1bd305cf1e16bfb714fbe998b7fcb1))
- **all:** Auto-regenerate discovery clients
([#&#8203;3360](https://redirect.github.com/googleapis/google-api-go-client/issues/3360))
([c9cdcad](https://redirect.github.com/googleapis/google-api-go-client/commit/c9cdcadebd1ac3e2de3c0146b3a1d6eb0956c3fc))
- **all:** Auto-regenerate discovery clients
([#&#8203;3361](https://redirect.github.com/googleapis/google-api-go-client/issues/3361))
([acdddcd](https://redirect.github.com/googleapis/google-api-go-client/commit/acdddcdc891d41f9ac22bcf031d53f9f17810637))
- **all:** Auto-regenerate discovery clients
([#&#8203;3362](https://redirect.github.com/googleapis/google-api-go-client/issues/3362))
([040f8aa](https://redirect.github.com/googleapis/google-api-go-client/commit/040f8aaadedfcf6fb449937e734f3c57a3cfedd4))
- **all:** Auto-regenerate discovery clients
([#&#8203;3364](https://redirect.github.com/googleapis/google-api-go-client/issues/3364))
([8f13004](https://redirect.github.com/googleapis/google-api-go-client/commit/8f13004c104b3620144017f36886ef3818878dad))
- **all:** Auto-regenerate discovery clients
([#&#8203;3365](https://redirect.github.com/googleapis/google-api-go-client/issues/3365))
([4ea8be0](https://redirect.github.com/googleapis/google-api-go-client/commit/4ea8be06ce628f4af4949c6954e1342c0db8e76b))

###
[`v0.254.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.254.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.253.0...v0.254.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3348](https://redirect.github.com/googleapis/google-api-go-client/issues/3348))
([8e2becc](https://redirect.github.com/googleapis/google-api-go-client/commit/8e2becc10cbfe6a5f2c9ad147730f4271c364417))
- **all:** Auto-regenerate discovery clients
([#&#8203;3350](https://redirect.github.com/googleapis/google-api-go-client/issues/3350))
([9e07cd0](https://redirect.github.com/googleapis/google-api-go-client/commit/9e07cd04a1bc6d229520b666a3f5d00dfb930d4c))
- **all:** Auto-regenerate discovery clients
([#&#8203;3351](https://redirect.github.com/googleapis/google-api-go-client/issues/3351))
([470f33c](https://redirect.github.com/googleapis/google-api-go-client/commit/470f33c2321d0b6e81b1b55cbc2640edad5fc848))
- **all:** Auto-regenerate discovery clients
([#&#8203;3352](https://redirect.github.com/googleapis/google-api-go-client/issues/3352))
([cff2ae6](https://redirect.github.com/googleapis/google-api-go-client/commit/cff2ae692ea1ed74b7b280196b4b8391005e7f76))
- **all:** Auto-regenerate discovery clients
([#&#8203;3354](https://redirect.github.com/googleapis/google-api-go-client/issues/3354))
([6b3a07f](https://redirect.github.com/googleapis/google-api-go-client/commit/6b3a07f3cd5d3163ac3453bdb970bde23a57a734))
- **all:** Auto-regenerate discovery clients
([#&#8203;3355](https://redirect.github.com/googleapis/google-api-go-client/issues/3355))
([4c613b6](https://redirect.github.com/googleapis/google-api-go-client/commit/4c613b616c15fd2597fc898a8bb07bef890a85a1))

###
[`v0.253.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.253.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.252.0...v0.253.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3337](https://redirect.github.com/googleapis/google-api-go-client/issues/3337))
([40f2752](https://redirect.github.com/googleapis/google-api-go-client/commit/40f2752ec3e2075ceada92b8dcc3f6b2e465bb8d))
- **all:** Auto-regenerate discovery clients
([#&#8203;3339](https://redirect.github.com/googleapis/google-api-go-client/issues/3339))
([d1ef976](https://redirect.github.com/googleapis/google-api-go-client/commit/d1ef9766c46dcf687ee1711cc921b8162af47275))
- **all:** Auto-regenerate discovery clients
([#&#8203;3340](https://redirect.github.com/googleapis/google-api-go-client/issues/3340))
([580c65f](https://redirect.github.com/googleapis/google-api-go-client/commit/580c65f00246810dadf22d103614c9dbaaaf93af))
- **all:** Auto-regenerate discovery clients
([#&#8203;3341](https://redirect.github.com/googleapis/google-api-go-client/issues/3341))
([9d031c4](https://redirect.github.com/googleapis/google-api-go-client/commit/9d031c42291eef4e164462c979beafb7b2133155))
- **all:** Auto-regenerate discovery clients
([#&#8203;3342](https://redirect.github.com/googleapis/google-api-go-client/issues/3342))
([ca2b9ad](https://redirect.github.com/googleapis/google-api-go-client/commit/ca2b9ad85a1e1889fbed2c33f3e1e6cd7dac014b))
- **all:** Auto-regenerate discovery clients
([#&#8203;3344](https://redirect.github.com/googleapis/google-api-go-client/issues/3344))
([844753e](https://redirect.github.com/googleapis/google-api-go-client/commit/844753e402286005aa20ad8defb7eece1d4aea0c))
- **all:** Auto-regenerate discovery clients
([#&#8203;3345](https://redirect.github.com/googleapis/google-api-go-client/issues/3345))
([3de8a5b](https://redirect.github.com/googleapis/google-api-go-client/commit/3de8a5b1f08d0b14773636ed984e9f4c62d097cc))
- **all:** Auto-regenerate discovery clients
([#&#8203;3346](https://redirect.github.com/googleapis/google-api-go-client/issues/3346))
([a590b9a](https://redirect.github.com/googleapis/google-api-go-client/commit/a590b9a89840c418a5dd1a426ef91ab740ac536e))
- **all:** Auto-regenerate discovery clients
([#&#8203;3347](https://redirect.github.com/googleapis/google-api-go-client/issues/3347))
([40ca8fe](https://redirect.github.com/googleapis/google-api-go-client/commit/40ca8fedda58c6b2f68a0e8b5be325628f4a0c09))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…in) (#13417)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[go.opentelemetry.io/proto/otlp](https://redirect.github.com/open-telemetry/opentelemetry-proto-go)
| `v1.7.1` -> `v1.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fproto%2fotlp/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fproto%2fotlp/v1.7.1/v1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-proto-go
(go.opentelemetry.io/proto/otlp)</summary>

###
[`v1.9.0`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.9.0):
/v0.2.0

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/compare/v1.8.0...v1.9.0)

Release of the [`v1.9.0`][otlp] version of the OTLP.

> \[!NOTE]
> This is the last version that will support Go 1.23. Subsequent minor
releases will require Go >= 1.24.

[otlp]:
https://redirect.github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.9.0

#### What's Changed

- fix(deps): update module go.opentelemetry.io/proto/slim/otlp to v1.8.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;415](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/415)
- fix(deps): update module go.opentelemetry.io/proto/otlp to v1.8.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;414](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/414)
- chore(deps): update actions/setup-go action to v6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;416](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/416)
- chore(deps): update github/codeql-action action to v3.30.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;417](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/417)
- chore(deps): update module github.com/pjbgf/sha1cd to v0.5.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;418](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/418)
- Add support for Go 1.25 by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[#&#8203;421](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/421)
- chore(deps): update module github.com/sagikazarmark/locafero to
v0.11.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;422](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/422)
- chore(deps): update module github.com/spf13/viper to v1.21.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;426](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/426)
- chore(deps): update module github.com/spf13/cast to v1.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;425](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/425)
- fix(deps): update module google.golang.org/protobuf to v1.36.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;428](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/428)
- chore(deps): update github/codeql-action action to v3.30.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;427](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/427)
- fix(deps): update module google.golang.org/grpc to v1.75.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;429](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/429)
- chore(deps): update github/codeql-action action to v3.30.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;430](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/430)
- chore(deps): update module github.com/sagikazarmark/locafero to
v0.12.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;431](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/431)
- chore(deps): update module github.com/cyphar/filepath-securejoin to
v0.5.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;436](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/436)
- chore(deps): update github/codeql-action action to v3.30.4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;435](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/435)
- chore(deps): update github/codeql-action action to v3.30.5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;437](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/437)
- chore(deps): update ossf/scorecard-action action to v2.4.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;439](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/439)
- fix(deps): update module google.golang.org/protobuf to v1.36.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;441](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/441)
- chore(deps): update github/codeql-action action to v3.30.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;440](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/440)
- chore(deps): update module github.com/go-git/go-git/v5 to v5.16.3 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;444](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/444)
- chore(deps): update github/codeql-action action to v4 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;452](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/452)
- chore(deps): update github/codeql-action action to v4.30.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;453](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/453)
- chore(deps): update github/codeql-action action to v4.30.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;455](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/455)
- chore(deps): update github/codeql-action action to v4.31.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;458](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/458)
- chore(deps): update actions/upload-artifact action to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;459](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/459)
- chore(deps): update github/codeql-action action to v4.31.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;461](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/461)
- chore(deps): update module github.com/cyphar/filepath-securejoin to
v0.5.1 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;465](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/465)
- chore(deps): update module github.com/cyphar/filepath-securejoin to
v0.6.0 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot]
in
[#&#8203;466](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/466)
- Release v1.9.0 by
[@&#8203;MrAlias](https://redirect.github.com/MrAlias) in
[#&#8203;462](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/462)

**Full Changelog**:
<open-telemetry/opentelemetry-proto-go@v1.8.0...v1.9.0>

###
[`v1.8.0`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/releases/tag/v1.8.0):
/v0.1.0

[Compare
Source](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/compare/v1.7.1...v1.8.0)

#### What's Changed

> \[!IMPORTANT]
> See the OTLP changes for the actual protobuf changes.
>
<https://github.com/open-telemetry/opentelemetry-proto/releases/tag/v1.8.0>

- Push both the stable and unstable modules in push-tags by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[#&#8203;377](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/377)
- fix(deps): update module go.opentelemetry.io/proto/slim/otlp to v1.7.1
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;379](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/379)
- fix(deps): update module go.opentelemetry.io/proto/otlp to v1.7.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;378](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/378)
- chore(deps): update googleapis to
[`a7a43d2`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/a7a43d2)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;380](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/380)
- fix(deps): update module google.golang.org/protobuf to v1.36.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;381](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/381)
- chore(deps): update module golang.org/x/sys to v0.35.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;382](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/382)
- chore(deps): update github/codeql-action action to v3.29.6 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;383](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/383)
- chore(deps): update all golang.org/x packages by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;384](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/384)
- chore(deps): update module golang.org/x/net to v0.43.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;385](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/385)
- chore(deps): update github/codeql-action action to v3.29.7 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;386](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/386)
- chore(deps): update github/codeql-action action to v3.29.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;387](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/387)
- chore(deps): update actions/checkout action to v5 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;389](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/389)
- chore(deps): update googleapis to
[`6b04f9b`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/6b04f9b)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;390](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/390)
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.26.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;392](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/392)
- chore(deps): update googleapis to
[`5f3141c`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/5f3141c)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;393](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/393)
- chore(deps): update github/codeql-action action to v3.29.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;394](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/394)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.26.2
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;391](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/391)
- fix(deps): update module go.opentelemetry.io/build-tools/multimod to
v0.26.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;395](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/395)
- chore(deps): update github/codeql-action action to v3.29.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;396](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/396)
- chore(deps): update googleapis to
[`3122310`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/3122310)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;397](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/397)
- chore(deps): update module github.com/kevinburke/ssh\_config to v1.4.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;398](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/398)
- fix(deps): update module google.golang.org/grpc to v1.75.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;399](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/399)
- fix(deps): update module github.com/grpc-ecosystem/grpc-gateway/v2 to
v2.27.2 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;400](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/400)
- fix(deps): update module google.golang.org/protobuf to v1.36.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;401](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/401)
- chore(deps): update github/codeql-action action to v3.29.11 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;402](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/402)
- chore(deps): update googleapis to
[`c5933d9`](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/commit/c5933d9)
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;403](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/403)
- chore(deps): update module go.opentelemetry.io/build-tools to v0.27.0
by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;405](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/405)
- chore(deps): update module github.com/spf13/pflag to v1.0.8 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;406](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/406)
- chore(deps): update module github.com/spf13/pflag to v1.0.9 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;407](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/407)
- chore(deps): update module github.com/spf13/cobra to v1.10.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;409](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/409)
- chore(deps): update github/codeql-action action to v3.30.0 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;408](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/408)
- chore(deps): update module github.com/spf13/cobra to v1.10.1 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;410](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/410)
- chore(deps): update module github.com/spf13/pflag to v1.0.10 by
[@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in
[#&#8203;412](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/412)
- Upgrade OTLP to 1.8.0 by
[@&#8203;dmathieu](https://redirect.github.com/dmathieu) in
[#&#8203;413](https://redirect.github.com/open-telemetry/opentelemetry-proto-go/pull/413)

**Full Changelog**:
<open-telemetry/opentelemetry-proto-go@v1.7.1...v1.8.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 8, 2025
…ain) (#13411)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/shirou/gopsutil/v4](https://redirect.github.com/shirou/gopsutil)
| `v4.24.12` -> `v4.25.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fshirou%2fgopsutil%2fv4/v4.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fshirou%2fgopsutil%2fv4/v4.24.12/v4.25.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>shirou/gopsutil (github.com/shirou/gopsutil/v4)</summary>

###
[`v4.25.10`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.10)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.9...v4.25.10)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.10 -->

#### What's Changed

##### cpu

- chore: enable noctx linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1930](https://redirect.github.com/shirou/gopsutil/pull/1930)
- Use registry to remove wmi from cpu package by
[@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in
[#&#8203;1929](https://redirect.github.com/shirou/gopsutil/pull/1929)

##### disk

- Remove leaking goroutine by
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
in [#&#8203;1921](https://redirect.github.com/shirou/gopsutil/pull/1921)
- use correct path lengths by
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
in [#&#8203;1937](https://redirect.github.com/shirou/gopsutil/pull/1937)
- refactor disk windows and add tests by
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
in [#&#8203;1941](https://redirect.github.com/shirou/gopsutil/pull/1941)

##### host

- fix: linter error about string concat and build tag by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1942](https://redirect.github.com/shirou/gopsutil/pull/1942)

##### net

- docs: minor improvement for docs by
[@&#8203;huyejia](https://redirect.github.com/huyejia) in
[#&#8203;1940](https://redirect.github.com/shirou/gopsutil/pull/1940)

##### Other Changes

- \[common]: remove unused DoSysctrl by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1936](https://redirect.github.com/shirou/gopsutil/pull/1936)

#### New Contributors

- [@&#8203;huyejia](https://redirect.github.com/huyejia) made their
first contribution in
[#&#8203;1940](https://redirect.github.com/shirou/gopsutil/pull/1940)

**Full Changelog**:
<shirou/gopsutil@v4.25.9...v4.25.10>

###
[`v4.25.9`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.9)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.8...v4.25.9)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.9 -->

#### What's Changed

##### cpu

- get max Mhz per package without wmi by
[@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in
[#&#8203;1919](https://redirect.github.com/shirou/gopsutil/pull/1919)
- \[cpu]\[windows]: add logical processor count error handling by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1925](https://redirect.github.com/shirou/gopsutil/pull/1925)
- Family and PhysicalID without wmi by
[@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in
[#&#8203;1926](https://redirect.github.com/shirou/gopsutil/pull/1926)
- Cores count without wmi by
[@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in
[#&#8203;1915](https://redirect.github.com/shirou/gopsutil/pull/1915)

##### disk

- \[disk]\[linux]: fix lint (gofumpt) by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1928](https://redirect.github.com/shirou/gopsutil/pull/1928)
- fix infinite loop by
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
in [#&#8203;1922](https://redirect.github.com/shirou/gopsutil/pull/1922)

##### process

- refactor: use slices.Contains to simplify code by
[@&#8203;wmypku](https://redirect.github.com/wmypku) in
[#&#8203;1906](https://redirect.github.com/shirou/gopsutil/pull/1906)

##### Other Changes

- fix: github action labeler.yml confirugration format by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1918](https://redirect.github.com/shirou/gopsutil/pull/1918)
- limit memory usage on warnings list by
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
in [#&#8203;1920](https://redirect.github.com/shirou/gopsutil/pull/1920)

#### New Contributors

- [@&#8203;wmypku](https://redirect.github.com/wmypku) made their first
contribution in
[#&#8203;1906](https://redirect.github.com/shirou/gopsutil/pull/1906)
-
[@&#8203;StefanoBalzarottiNozomi](https://redirect.github.com/StefanoBalzarottiNozomi)
made their first contribution in
[#&#8203;1920](https://redirect.github.com/shirou/gopsutil/pull/1920)

**Full Changelog**:
<shirou/gopsutil@v4.25.8...v4.25.9>

###
[`v4.25.8`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.8)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.7...v4.25.8)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.8 -->

### Important Change

Starting from this release, `VirtualMemoryStat.Used` on Linux is now
calculated based on `MemAvailable` in `meminfo`. This may cause a
difference of approximately 6–10% compared to the previous calculation.

To address this, we have introduced an opt-out mechanism. You can
disable the new calculation by setting the context key
`WillBeDeletedOptOutMemAvailableCalc` to `true`. Please note that this
option is undocumented and **will be removed in six months** (Feb.
2026).

For more details, see
[#&#8203;1873](https://redirect.github.com/shirou/gopsutil/issues/1873)
and
[#&#8203;1882](https://redirect.github.com/shirou/gopsutil/issues/1882).

#### What's Changed

##### cpu

- Do not return an error on unknown CPU stepping by
[@&#8203;pgimalac](https://redirect.github.com/pgimalac) in
[#&#8203;1895](https://redirect.github.com/shirou/gopsutil/pull/1895)
- Remove common test helper to skip tests by
[@&#8203;rosstimothy](https://redirect.github.com/rosstimothy) in
[#&#8203;1894](https://redirect.github.com/shirou/gopsutil/pull/1894)
- feat(cpu): add Neoverse-V2/\* other models by
[@&#8203;gyuho](https://redirect.github.com/gyuho) in
[#&#8203;1902](https://redirect.github.com/shirou/gopsutil/pull/1902)
- \[cpu]\[mem]\[linux]: throw error on Readline failed by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1908](https://redirect.github.com/shirou/gopsutil/pull/1908)

##### disk

- \[disk]\[process]\[freebsd]: remove binary.go from common by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1907](https://redirect.github.com/shirou/gopsutil/pull/1907)

##### mem

- \[mem]\[linux]: Used calculated from Total and Available by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1882](https://redirect.github.com/shirou/gopsutil/pull/1882)

##### process

- process: Fix data race on darwin by
[@&#8203;prashantv](https://redirect.github.com/prashantv) in
[#&#8203;1901](https://redirect.github.com/shirou/gopsutil/pull/1901)

##### Other Changes

- chore: enable fatcontext linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1885](https://redirect.github.com/shirou/gopsutil/pull/1885)
- chore: enable time-date and time-equal rules from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1891](https://redirect.github.com/shirou/gopsutil/pull/1891)
- Fix: use compatible perfstat version to fix aix cgo builds by
[@&#8203;gremat](https://redirect.github.com/gremat) in
[#&#8203;1910](https://redirect.github.com/shirou/gopsutil/pull/1910)

#### New Contributors

- [@&#8203;rosstimothy](https://redirect.github.com/rosstimothy) made
their first contribution in
[#&#8203;1894](https://redirect.github.com/shirou/gopsutil/pull/1894)
- [@&#8203;prashantv](https://redirect.github.com/prashantv) made their
first contribution in
[#&#8203;1901](https://redirect.github.com/shirou/gopsutil/pull/1901)
- [@&#8203;gyuho](https://redirect.github.com/gyuho) made their first
contribution in
[#&#8203;1902](https://redirect.github.com/shirou/gopsutil/pull/1902)
- [@&#8203;gremat](https://redirect.github.com/gremat) made their first
contribution in
[#&#8203;1910](https://redirect.github.com/shirou/gopsutil/pull/1910)

**Full Changelog**:
<shirou/gopsutil@v4.25.7...v4.25.8>

###
[`v4.25.7`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.7)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.6...v4.25.7)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.7 -->

#### What's Changed

##### disk

- fix(disk): handle NVMe controller notation in IOCounters on Linux by
[@&#8203;skartikey](https://redirect.github.com/skartikey) in
[#&#8203;1878](https://redirect.github.com/shirou/gopsutil/pull/1878)

##### mem

- fix 404 link to centos.org by
[@&#8203;martoche](https://redirect.github.com/martoche) in
[#&#8203;1872](https://redirect.github.com/shirou/gopsutil/pull/1872)

##### process

- process: Fix parsing of uid/gid's to handle full uint32 range by
[@&#8203;halaney](https://redirect.github.com/halaney) in
[#&#8203;1887](https://redirect.github.com/shirou/gopsutil/pull/1887)

##### Other Changes

- chore: enable unused-receiver from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1883](https://redirect.github.com/shirou/gopsutil/pull/1883)
- enable shadow from govet by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1863](https://redirect.github.com/shirou/gopsutil/pull/1863)
- fix: windows-2019 runner image has been deprecated by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1881](https://redirect.github.com/shirou/gopsutil/pull/1881)

#### New Contributors

- [@&#8203;martoche](https://redirect.github.com/martoche) made their
first contribution in
[#&#8203;1872](https://redirect.github.com/shirou/gopsutil/pull/1872)
- [@&#8203;halaney](https://redirect.github.com/halaney) made their
first contribution in
[#&#8203;1887](https://redirect.github.com/shirou/gopsutil/pull/1887)
- [@&#8203;skartikey](https://redirect.github.com/skartikey) made their
first contribution in
[#&#8203;1878](https://redirect.github.com/shirou/gopsutil/pull/1878)

**Full Changelog**:
<shirou/gopsutil@v4.25.6...v4.25.7>

###
[`v4.25.6`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.6)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.5...v4.25.6)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.6 -->

#### What's Changed

##### disk

- \[disk]\[linux]: fix parsing mount option when use 1/mounts on
Partition by [@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1861](https://redirect.github.com/shirou/gopsutil/pull/1861)
- Fetch stats from folder mounted volumes by
[@&#8203;dloucasfx](https://redirect.github.com/dloucasfx) in
[#&#8203;1534](https://redirect.github.com/shirou/gopsutil/pull/1534)

##### mem

- feat(exwindows): expose phys and pagefile memory by
[@&#8203;kruskall](https://redirect.github.com/kruskall) in
[#&#8203;1868](https://redirect.github.com/shirou/gopsutil/pull/1868)

##### process

- fix: optimize performance of process.OpenFiles() by
[@&#8203;NitroCao](https://redirect.github.com/NitroCao) in
[#&#8203;1866](https://redirect.github.com/shirou/gopsutil/pull/1866)

##### Other Changes

- chore: fix some minor issues in the comments by
[@&#8203;shandongzhejiang](https://redirect.github.com/shandongzhejiang)
in [#&#8203;1870](https://redirect.github.com/shirou/gopsutil/pull/1870)
- enable all go-critic by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1856](https://redirect.github.com/shirou/gopsutil/pull/1856)
- fix: relace golangcilint on var-naming for package name by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1871](https://redirect.github.com/shirou/gopsutil/pull/1871)

#### New Contributors

- [@&#8203;dloucasfx](https://redirect.github.com/dloucasfx) made their
first contribution in
[#&#8203;1534](https://redirect.github.com/shirou/gopsutil/pull/1534)
-
[@&#8203;shandongzhejiang](https://redirect.github.com/shandongzhejiang)
made their first contribution in
[#&#8203;1870](https://redirect.github.com/shirou/gopsutil/pull/1870)
- [@&#8203;kruskall](https://redirect.github.com/kruskall) made their
first contribution in
[#&#8203;1868](https://redirect.github.com/shirou/gopsutil/pull/1868)

**Full Changelog**:
<shirou/gopsutil@v4.25.5...v4.25.6>

###
[`v4.25.5`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.5)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.4...v4.25.5)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.5 -->

#### What's Changed

##### cpu

- Remove wmi for Get physical CPU core count by
[@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) in
[#&#8203;1839](https://redirect.github.com/shirou/gopsutil/pull/1839)
- fix ignore nakedret by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1847](https://redirect.github.com/shirou/gopsutil/pull/1847)
- Fix issues with GetLastError() usage by
[@&#8203;secDre4mer](https://redirect.github.com/secDre4mer) in
[#&#8203;1848](https://redirect.github.com/shirou/gopsutil/pull/1848)

##### docker

- rename containerid arguments to containerID by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1862](https://redirect.github.com/shirou/gopsutil/pull/1862)

##### host

##### Other Changes

- fix(ST1005): Incorrectly formatted error string by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1846](https://redirect.github.com/shirou/gopsutil/pull/1846)
- \[darwin]: bump purego veresion to 0.8.3 by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1852](https://redirect.github.com/shirou/gopsutil/pull/1852)
- chore: enable staticcheck by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1842](https://redirect.github.com/shirou/gopsutil/pull/1842)

#### New Contributors

- [@&#8203;OrbintSoft](https://redirect.github.com/OrbintSoft) made
their first contribution in
[#&#8203;1839](https://redirect.github.com/shirou/gopsutil/pull/1839)

**Full Changelog**:
<shirou/gopsutil@v4.25.4...v4.25.5>

###
[`v4.25.4`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.4)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.3...v4.25.4)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.4 -->

#### What's Changed

##### cpu

- fix nil ptr by [@&#8203;dvovk](https://redirect.github.com/dvovk) in
[#&#8203;1835](https://redirect.github.com/shirou/gopsutil/pull/1835)
- Fix win32\_SystemProcessorPerformanceInformation struct by
[@&#8203;niemp100](https://redirect.github.com/niemp100) in
[#&#8203;1831](https://redirect.github.com/shirou/gopsutil/pull/1831)

##### disk

- \[disk]\[linux] add bcachefs magic by
[@&#8203;NewbieOrange](https://redirect.github.com/NewbieOrange) in
[#&#8203;1838](https://redirect.github.com/shirou/gopsutil/pull/1838)

##### host

- refactor: using fmt.Errorf in InfoWithContext by
[@&#8203;s0ders](https://redirect.github.com/s0ders) in
[#&#8203;1840](https://redirect.github.com/shirou/gopsutil/pull/1840)

##### Other Changes

- fix: update github actions runner images by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1841](https://redirect.github.com/shirou/gopsutil/pull/1841)
- chore: enable govet linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1825](https://redirect.github.com/shirou/gopsutil/pull/1825)
- \[chore]: bump golangci-lint to v2.1.1 by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1829](https://redirect.github.com/shirou/gopsutil/pull/1829)
- chore: enable ineffassign linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1843](https://redirect.github.com/shirou/gopsutil/pull/1843)

#### New Contributors

- [@&#8203;NewbieOrange](https://redirect.github.com/NewbieOrange) made
their first contribution in
[#&#8203;1838](https://redirect.github.com/shirou/gopsutil/pull/1838)
- [@&#8203;dvovk](https://redirect.github.com/dvovk) made their first
contribution in
[#&#8203;1835](https://redirect.github.com/shirou/gopsutil/pull/1835)
- [@&#8203;niemp100](https://redirect.github.com/niemp100) made their
first contribution in
[#&#8203;1831](https://redirect.github.com/shirou/gopsutil/pull/1831)
- [@&#8203;s0ders](https://redirect.github.com/s0ders) made their first
contribution in
[#&#8203;1840](https://redirect.github.com/shirou/gopsutil/pull/1840)

**Full Changelog**:
<shirou/gopsutil@v4.25.3...v4.25.4>

###
[`v4.25.3`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.3)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.2...v4.25.3)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.3 -->

#### Important Notice

Starting from this release, we have set the Go version in `go.mod` to
1.23. Moving forward, we plan to continuously update it to the second
most recent Go release.

We understand that gopsutil runs on various platforms, and some
applications using it may only support older Go versions. With this
release, those applications might no longer be able to build. However,
as discussed in
[#&#8203;1804](https://redirect.github.com/shirou/gopsutil/issues/1804),
we made this change because
[golang.org/x/sys](https://pkg.go.dev/golang.org/x/sys), which gopsutil
depends on, has adopted a policy of continuously updating its Go
version.

That said, we intend to be conservative about syntax changes and avoid
unnecessary modifications whenever possible.

#### What's Changed

##### disk

- add support for get disk serial number on darwin by
[@&#8203;samburba](https://redirect.github.com/samburba) in
[#&#8203;1791](https://redirect.github.com/shirou/gopsutil/pull/1791)

##### host

- \[net]\[host]\[aix] Fix build and Makefile by
[@&#8203;Lomanic](https://redirect.github.com/Lomanic) in
[#&#8203;1809](https://redirect.github.com/shirou/gopsutil/pull/1809)
- \[host]\[process]: fix type missmatch test. by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1821](https://redirect.github.com/shirou/gopsutil/pull/1821)
- \[host]: fix potential error on CI test on Windows. by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1830](https://redirect.github.com/shirou/gopsutil/pull/1830)

##### process

- feat(process\_windows): Support collecting PageFault count in Windows
by [@&#8203;zmyzheng](https://redirect.github.com/zmyzheng) in
[#&#8203;1769](https://redirect.github.com/shirou/gopsutil/pull/1769)

##### Chore

- chore: enable unnecessary-stmt from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1812](https://redirect.github.com/shirou/gopsutil/pull/1812)
- chore: enable thelper and usetesting linters by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1814](https://redirect.github.com/shirou/gopsutil/pull/1814)
- chore(golangci-lint): cover aix and cgo by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1805](https://redirect.github.com/shirou/gopsutil/pull/1805)
- chore: use testify instead of testing by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1815](https://redirect.github.com/shirou/gopsutil/pull/1815)
- chore: enable begin rule from thelper by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1816](https://redirect.github.com/shirou/gopsutil/pull/1816)
- chore: enable var-naming from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1817](https://redirect.github.com/shirou/gopsutil/pull/1817)
- chore: enable gocritic linter by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1813](https://redirect.github.com/shirou/gopsutil/pull/1813)
- chore: enable unused-parameter from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1783](https://redirect.github.com/shirou/gopsutil/pull/1783)
- chore: reduce number of executed jobs by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1799](https://redirect.github.com/shirou/gopsutil/pull/1799)
- chore: update go version in module by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1804](https://redirect.github.com/shirou/gopsutil/pull/1804)
- fix: address nolint contextcheck by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1826](https://redirect.github.com/shirou/gopsutil/pull/1826)

##### Other Changes

- fix: deprecated set-output by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1810](https://redirect.github.com/shirou/gopsutil/pull/1810)
- fix: enable loong64 architecture in lint workflow by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1827](https://redirect.github.com/shirou/gopsutil/pull/1827)

#### New Contributors

- [@&#8203;samburba](https://redirect.github.com/samburba) made their
first contribution in
[#&#8203;1791](https://redirect.github.com/shirou/gopsutil/pull/1791)

**Full Changelog**:
<shirou/gopsutil@v4.25.2...v4.25.3>

###
[`v4.25.2`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.2)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.25.1...v4.25.2)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.2 -->

#### What's Changed

##### cpu

- chore: enable golangci-lint on Windows and MacOS by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1785](https://redirect.github.com/shirou/gopsutil/pull/1785)
- chore(golangci-lint): GOOS and GOARCH matrix by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1797](https://redirect.github.com/shirou/gopsutil/pull/1797)

##### net

- \[windows]: fix lint error about use-any by
[@&#8203;shirou](https://redirect.github.com/shirou) in
[#&#8203;1795](https://redirect.github.com/shirou/gopsutil/pull/1795)

##### process

- fix: `Process.CmdlineSliceWithContext` incorrect on Windows by
[@&#8203;RomainMuller](https://redirect.github.com/RomainMuller) in
[#&#8203;1796](https://redirect.github.com/shirou/gopsutil/pull/1796)

##### Other Changes

- chore: enable use-any from revive by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1784](https://redirect.github.com/shirou/gopsutil/pull/1784)
- fix(golangci-lint): configuration typo by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1798](https://redirect.github.com/shirou/gopsutil/pull/1798)

#### New Contributors

- [@&#8203;RomainMuller](https://redirect.github.com/RomainMuller) made
their first contribution in
[#&#8203;1796](https://redirect.github.com/shirou/gopsutil/pull/1796)

**Full Changelog**:
<shirou/gopsutil@v4.25.1...v4.25.2>

###
[`v4.25.1`](https://redirect.github.com/shirou/gopsutil/releases/tag/v4.25.1)

[Compare
Source](https://redirect.github.com/shirou/gopsutil/compare/v4.24.12...v4.25.1)

<!-- Release notes generated using configuration in .github/release.yml
at v4.25.1 -->

#### What's Changed

##### Other Changes

- chore: explicit revive rules by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1778](https://redirect.github.com/shirou/gopsutil/pull/1778)
- chore: call actions/checkout before actions/setup-go to benefit from
native cache by
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35) in
[#&#8203;1779](https://redirect.github.com/shirou/gopsutil/pull/1779)

**Full Changelog**:
<shirou/gopsutil@v4.24.12...v4.25.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 added a commit that referenced this pull request Nov 8, 2025
….0 (main) (#13415)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[go.opentelemetry.io/collector/pdata](https://redirect.github.com/open-telemetry/opentelemetry-collector)
| `v1.42.0` -> `v1.45.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcollector%2fpdata/v1.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcollector%2fpdata/v1.42.0/v1.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>open-telemetry/opentelemetry-collector
(go.opentelemetry.io/collector/pdata)</summary>

###
[`v1.45.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1450v01390)

##### 🛑 Breaking changes 🛑

- `cmd/mdatagen`: Make stability.level a required field for metrics
([#&#8203;14070](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14070))

- `cmd/mdatagen`: Replace `optional` field with `requirement_level`
field for attributes in metadata schema
([#&#8203;13913](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13913))
The `optional` boolean field for attributes has been replaced with a
`requirement_level` field that accepts enum values: `required`,
`conditionally_required`, `recommended`, or `opt_in`.
  - `required`: attribute is always included and cannot be excluded
- `conditionally_required`: attribute is included by default when
certain conditions are met (replaces `optional: true`)
- `recommended`: attribute is included by default but can be disabled
via configuration (replaces `optional: false`)
- `opt_in`: attribute is not included unless explicitly enabled in user
config
When `requirement_level` is not specified, it defaults to `recommended`.

- `pdata/pprofile`: Remove deprecated `PutAttribute` helper method
([#&#8203;14082](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14082))

- `pdata/pprofile`: Remove deprecated `PutLocation` helper method
([#&#8203;14082](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14082))

##### 💡 Enhancements 💡

- `all`: Add FIPS and non-FIPS implementations for allowed TLS curves
([#&#8203;13990](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13990))
- `cmd/builder`: Set CGO\_ENABLED=0 by default, add the `cgo_enabled`
configuration to enable it.
([#&#8203;10028](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/10028))
- `pkg/config/configgrpc`: Errors of type status.Status returned from an
Authenticator extension are being propagated as is to the upstream
client.
([#&#8203;14005](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14005))
- `pkg/config/configoptional`: Adds new `configoptional.AddEnabledField`
feature gate that allows users to explicitly disable a
`configoptional.Optional` through a new `enabled` field.
([#&#8203;14021](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14021))
- `pkg/exporterhelper`: Replace usage of gogo proto for persistent queue
metadata
([#&#8203;14079](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14079))
- `pkg/pdata`: Remove usage of gogo proto and generate the structs with
pdatagen
([#&#8203;14078](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14078))

##### 🧰 Bug fixes 🧰

- `exporter/debug`: add queue configuration
([#&#8203;14101](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14101))

<!-- previous-version -->

###
[`v1.44.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1440v01380)

##### 🛑 Breaking changes 🛑

- `all`: Remove deprecated type `TracesConfig`
([#&#8203;14036](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14036))

- `pkg/exporterhelper`: Add default values for `sending_queue::batch`
configuration.
([#&#8203;13766](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13766))
Setting `sending_queue::batch` to an empty value now results in the same
setup as the default batch processor configuration.

- `all`: Add unified print-config command with mode support (redacted,
unredacted), json support (unstable), and validation support.
([#&#8203;11775](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/11775))
This replaces the `print-initial-config` command. See the `service`
package README for more details. The original command name
`print-initial-config` remains an alias, to be retired with the feature
flag.

##### 💡 Enhancements 💡

- `all`: Add `keep_alives_enabled` option to ServerConfig to control
HTTP keep-alives for all components that create an HTTP server.
([#&#8203;13783](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13783))
- `pkg/otelcol`: Avoid unnecessary mutex in collector logs, replace by
atomic pointer
([#&#8203;14008](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14008))
- `cmd/mdatagen`: Add lint/ordering validation for metadata.yaml
([#&#8203;13781](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13781))
- `pdata/xpdata`: Refactor JSON marshaling and unmarshaling to use
`pcommon.Value` instead of `AnyValue`.
([#&#8203;13837](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13837))
- `pkg/exporterhelper`: Expose `MergeCtx` in exporterhelper's queue
batch settings\`
([#&#8203;13742](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13742))

##### 🧰 Bug fixes 🧰

- `all`: Fix zstd decoder data corruption due to decoder pooling for all
components that create an HTTP server.
([#&#8203;13954](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13954))
- `pkg/otelcol`: Remove UB when taking internal logs and move them to
the final zapcore.Core
([#&#8203;14009](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14009))
  This can happen because of a race on accessing `logsTaken`.
- `pkg/confmap`: Fix a potential race condition in confmap by closing
the providers first.
([#&#8203;14018](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/14018))

<!-- previous-version -->

###
[`v1.43.0`](https://redirect.github.com/open-telemetry/opentelemetry-collector/blob/HEAD/CHANGELOG.md#v1430v01370)

##### 💡 Enhancements 💡

- `cmd/mdatagen`: Improve validation for resource attribute `enabled`
field in metadata files
([#&#8203;12722](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/12722))
Resource attributes now require an explicit `enabled` field in
metadata.yaml files, while regular attributes
are prohibited from having this field. This improves validation and
prevents configuration errors.

- `all`: Changelog entries will now have their component field checked
against a list of valid components.
([#&#8203;13924](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13924))
This will ensure a more standardized changelog format which makes it
easier to parse.

- `pkg/pdata`: Mark featuregate pdata.useCustomProtoEncoding as stable
([#&#8203;13883](https://redirect.github.com/open-telemetry/opentelemetry-collector/issues/13883))

<!-- previous-version -->

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Bumps `go.opentelemetry.io/collector/pdata` from `v1.42.0` to
`v1.45.0` in `go.mod`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
af9f10fe48530117461aec2212bd3615166bdd1b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
aknuds1 pushed a commit that referenced this pull request Nov 10, 2025
…13428)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-qemu-action](https://redirect.github.com/docker/setup-qemu-action)
| action | minor | `v3.6.0` -> `v3.7.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>docker/setup-qemu-action (docker/setup-qemu-action)</summary>

###
[`v3.7.0`](https://redirect.github.com/docker/setup-qemu-action/releases/tag/v3.7.0)

[Compare
Source](https://redirect.github.com/docker/setup-qemu-action/compare/v3.6.0...v3.7.0)

- Bump
[@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit)
from 0.56.0 to 0.67.0 in
[#&#8203;217](https://redirect.github.com/docker/setup-qemu-action/pull/217)
[#&#8203;230](https://redirect.github.com/docker/setup-qemu-action/pull/230)
- Bump brace-expansion from 1.1.11 to 1.1.12 in
[#&#8203;220](https://redirect.github.com/docker/setup-qemu-action/pull/220)
- Bump form-data from 2.5.1 to 2.5.5 in
[#&#8203;218](https://redirect.github.com/docker/setup-qemu-action/pull/218)
- Bump tmp from 0.2.3 to 0.2.4 in
[#&#8203;221](https://redirect.github.com/docker/setup-qemu-action/pull/221)
- Bump undici from 5.28.4 to 5.29.0 in
[#&#8203;219](https://redirect.github.com/docker/setup-qemu-action/pull/219)

**Full Changelog**:
<docker/setup-qemu-action@v3.6.0...v3.7.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 10, 2025
…n) (#13436)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ksivamuthu/actions-setup-gh-cli](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli)
| action | major | `v2` -> `v3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>ksivamuthu/actions-setup-gh-cli
(ksivamuthu/actions-setup-gh-cli)</summary>

###
[`v3`](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/releases/tag/v3)

[Compare
Source](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/compare/v2...v3)

#### What's Changed

- feat: allow zip files to be downloaded by
[@&#8203;cyberhck](https://redirect.github.com/cyberhck) in
[#&#8203;125](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/pull/125)
- Building dist and bumping package json version by
[@&#8203;ksivamuthu](https://redirect.github.com/ksivamuthu) in
[#&#8203;126](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/pull/126)
- Upgrading to node20 by
[@&#8203;ksivamuthu](https://redirect.github.com/ksivamuthu) in
[#&#8203;127](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/pull/127)

#### New Contributors

- [@&#8203;cyberhck](https://redirect.github.com/cyberhck) made their
first contribution in
[#&#8203;125](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/pull/125)
- [@&#8203;ksivamuthu](https://redirect.github.com/ksivamuthu) made
their first contribution in
[#&#8203;126](https://redirect.github.com/ksivamuthu/actions-setup-gh-cli/pull/126)

**Full Changelog**:
<ksivamuthu/actions-setup-gh-cli@v2...v3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 10, 2025
…n) (#13437)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request)
| action | major | `v5.0.3` -> `v7.0.8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>peter-evans/create-pull-request
(peter-evans/create-pull-request)</summary>

###
[`v7.0.8`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.8):
Create Pull Request v7.0.8

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.7...v7.0.8)

##### What's Changed

- build(deps-dev): bump ts-jest from 29.2.5 to 29.2.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3751](https://redirect.github.com/peter-evans/create-pull-request/pull/3751)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.8.1 to
3.8.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3752](https://redirect.github.com/peter-evans/create-pull-request/pull/3752)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.2 to 11.4.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3753](https://redirect.github.com/peter-evans/create-pull-request/pull/3753)
- build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3754](https://redirect.github.com/peter-evans/create-pull-request/pull/3754)
- fix: suppress output for some git operations by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3776](https://redirect.github.com/peter-evans/create-pull-request/pull/3776)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.7...v7.0.8>

###
[`v7.0.7`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.7):
Create Pull Request v7.0.7

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7)

⚙️ Fixes an issue with commit signing where modifications to the same
file in multiple commits squash into the first commit.

##### What's Changed

- build(deps): bump
[@&#8203;octokit/core](https://redirect.github.com/octokit/core) from
6.1.2 to 6.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3593](https://redirect.github.com/peter-evans/create-pull-request/pull/3593)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.68 to 18.19.70 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3594](https://redirect.github.com/peter-evans/create-pull-request/pull/3594)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3603](https://redirect.github.com/peter-evans/create-pull-request/pull/3603)
- build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3610](https://redirect.github.com/peter-evans/create-pull-request/pull/3610)
- build(deps): bump octokit dependencies by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3618](https://redirect.github.com/peter-evans/create-pull-request/pull/3618)
- docs: add workflow tip for showing message via workflow command by
[@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) in
[#&#8203;3626](https://redirect.github.com/peter-evans/create-pull-request/pull/3626)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3628](https://redirect.github.com/peter-evans/create-pull-request/pull/3628)
- build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3627](https://redirect.github.com/peter-evans/create-pull-request/pull/3627)
- build(deps-dev): bump undici from 6.21.0 to 6.21.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3630](https://redirect.github.com/peter-evans/create-pull-request/pull/3630)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.70 to 18.19.71 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3629](https://redirect.github.com/peter-evans/create-pull-request/pull/3629)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3647](https://redirect.github.com/peter-evans/create-pull-request/pull/3647)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.71 to 18.19.74 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3657](https://redirect.github.com/peter-evans/create-pull-request/pull/3657)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.74 to 18.19.75 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3663](https://redirect.github.com/peter-evans/create-pull-request/pull/3663)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.3.0 to 13.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3670](https://redirect.github.com/peter-evans/create-pull-request/pull/3670)
- build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3671](https://redirect.github.com/peter-evans/create-pull-request/pull/3671)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3680](https://redirect.github.com/peter-evans/create-pull-request/pull/3680)
- build(deps): bump
[@&#8203;octokit/request-error](https://redirect.github.com/octokit/request-error)
from 6.1.6 to 6.1.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3685](https://redirect.github.com/peter-evans/create-pull-request/pull/3685)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.0 to 11.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3688](https://redirect.github.com/peter-evans/create-pull-request/pull/3688)
- build(deps): bump
[@&#8203;octokit/endpoint](https://redirect.github.com/octokit/endpoint)
from 10.1.2 to 10.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3700](https://redirect.github.com/peter-evans/create-pull-request/pull/3700)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3691](https://redirect.github.com/peter-evans/create-pull-request/pull/3691)
- build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3709](https://redirect.github.com/peter-evans/create-pull-request/pull/3709)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0 to
3.8.1 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3710](https://redirect.github.com/peter-evans/create-pull-request/pull/3710)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.4.1 to 11.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3713](https://redirect.github.com/peter-evans/create-pull-request/pull/3713)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.75 to 18.19.76 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3712](https://redirect.github.com/peter-evans/create-pull-request/pull/3712)
- build(deps): bump
[@&#8203;octokit/core](https://redirect.github.com/octokit/core) from
6.1.3 to 6.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3711](https://redirect.github.com/peter-evans/create-pull-request/pull/3711)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3736](https://redirect.github.com/peter-evans/create-pull-request/pull/3736)
- Use showFileAtRefBase64 to read per-commit file contents by
[@&#8203;grahamc](https://redirect.github.com/grahamc) in
[#&#8203;3744](https://redirect.github.com/peter-evans/create-pull-request/pull/3744)

##### New Contributors

- [@&#8203;ybiquitous](https://redirect.github.com/ybiquitous) made
their first contribution in
[#&#8203;3626](https://redirect.github.com/peter-evans/create-pull-request/pull/3626)
- [@&#8203;grahamc](https://redirect.github.com/grahamc) made their
first contribution in
[#&#8203;3744](https://redirect.github.com/peter-evans/create-pull-request/pull/3744)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.6...v7.0.7>

###
[`v7.0.6`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.6):
Create Pull Request v7.0.6

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.5...v7.0.6)

⚙️ Fixes an issue with commit signing where unicode characters in file
paths were not preserved.

##### What's Changed

- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1
to 0.38.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3365](https://redirect.github.com/peter-evans/create-pull-request/pull/3365)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3370](https://redirect.github.com/peter-evans/create-pull-request/pull/3370)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.2.4 to 13.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3375](https://redirect.github.com/peter-evans/create-pull-request/pull/3375)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.50 to 18.19.54 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3376](https://redirect.github.com/peter-evans/create-pull-request/pull/3376)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.3.3 to 11.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3377](https://redirect.github.com/peter-evans/create-pull-request/pull/3377)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3388](https://redirect.github.com/peter-evans/create-pull-request/pull/3388)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.54 to 18.19.55 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3400](https://redirect.github.com/peter-evans/create-pull-request/pull/3400)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.10.1 to 1.11.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3401](https://redirect.github.com/peter-evans/create-pull-request/pull/3401)
- build(deps): bump
[@&#8203;octokit/plugin-rest-endpoint-methods](https://redirect.github.com/octokit/plugin-rest-endpoint-methods)
from 13.2.5 to 13.2.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3403](https://redirect.github.com/peter-evans/create-pull-request/pull/3403)
- build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3402](https://redirect.github.com/peter-evans/create-pull-request/pull/3402)
- build(deps): bump
[@&#8203;octokit/plugin-throttling](https://redirect.github.com/octokit/plugin-throttling)
from 9.3.1 to 9.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3404](https://redirect.github.com/peter-evans/create-pull-request/pull/3404)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3423](https://redirect.github.com/peter-evans/create-pull-request/pull/3423)
- build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3441](https://redirect.github.com/peter-evans/create-pull-request/pull/3441)
- build(deps): bump undici from 6.19.8 to 6.20.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3442](https://redirect.github.com/peter-evans/create-pull-request/pull/3442)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3451](https://redirect.github.com/peter-evans/create-pull-request/pull/3451)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.55 to 18.19.58 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3457](https://redirect.github.com/peter-evans/create-pull-request/pull/3457)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.13 to 29.5.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3462](https://redirect.github.com/peter-evans/create-pull-request/pull/3462)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.58 to 18.19.60 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3463](https://redirect.github.com/peter-evans/create-pull-request/pull/3463)
- chore: don't bundle undici by
[@&#8203;benmccann](https://redirect.github.com/benmccann) in
[#&#8203;3475](https://redirect.github.com/peter-evans/create-pull-request/pull/3475)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3478](https://redirect.github.com/peter-evans/create-pull-request/pull/3478)
- chore: use node-fetch-native support for proxy env vars by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3483](https://redirect.github.com/peter-evans/create-pull-request/pull/3483)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.60 to 18.19.64 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3488](https://redirect.github.com/peter-evans/create-pull-request/pull/3488)
- build(deps-dev): bump undici from 6.20.1 to 6.21.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3499](https://redirect.github.com/peter-evans/create-pull-request/pull/3499)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2
to 0.38.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3500](https://redirect.github.com/peter-evans/create-pull-request/pull/3500)
- docs: note `push-to-repo` classic PAT `workflow` scope requirement by
[@&#8203;scop](https://redirect.github.com/scop) in
[#&#8203;3511](https://redirect.github.com/peter-evans/create-pull-request/pull/3511)
- docs: spelling fixes by
[@&#8203;scop](https://redirect.github.com/scop) in
[#&#8203;3512](https://redirect.github.com/peter-evans/create-pull-request/pull/3512)
- build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3516](https://redirect.github.com/peter-evans/create-pull-request/pull/3516)
- build(deps-dev): bump prettier from 3.3.3 to 3.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3517](https://redirect.github.com/peter-evans/create-pull-request/pull/3517)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.64 to 18.19.66 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3518](https://redirect.github.com/peter-evans/create-pull-request/pull/3518)
- docs(README): clarify that an existing open PR is managed by
[@&#8203;caugner](https://redirect.github.com/caugner) in
[#&#8203;3498](https://redirect.github.com/peter-evans/create-pull-request/pull/3498)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3529](https://redirect.github.com/peter-evans/create-pull-request/pull/3529)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
from 11.3.5 to 11.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3542](https://redirect.github.com/peter-evans/create-pull-request/pull/3542)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.66 to 18.19.67 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3543](https://redirect.github.com/peter-evans/create-pull-request/pull/3543)
- build(deps-dev): bump prettier from 3.4.0 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3544](https://redirect.github.com/peter-evans/create-pull-request/pull/3544)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.3 to
3.7.0 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3559](https://redirect.github.com/peter-evans/create-pull-request/pull/3559)
- build(deps-dev): bump prettier from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3560](https://redirect.github.com/peter-evans/create-pull-request/pull/3560)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.67 to 18.19.68 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3570](https://redirect.github.com/peter-evans/create-pull-request/pull/3570)
- build(deps): bump p-limit from 6.1.0 to 6.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3578](https://redirect.github.com/peter-evans/create-pull-request/pull/3578)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3583](https://redirect.github.com/peter-evans/create-pull-request/pull/3583)
- fix: preserve unicode in filepaths when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3588](https://redirect.github.com/peter-evans/create-pull-request/pull/3588)

##### New Contributors

- [@&#8203;benmccann](https://redirect.github.com/benmccann) made their
first contribution in
[#&#8203;3475](https://redirect.github.com/peter-evans/create-pull-request/pull/3475)
- [@&#8203;scop](https://redirect.github.com/scop) made their first
contribution in
[#&#8203;3511](https://redirect.github.com/peter-evans/create-pull-request/pull/3511)
- [@&#8203;caugner](https://redirect.github.com/caugner) made their
first contribution in
[#&#8203;3498](https://redirect.github.com/peter-evans/create-pull-request/pull/3498)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.5...v7.0.6>

###
[`v7.0.5`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.5):
Create Pull Request v7.0.5

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.4...v7.0.5)

⚙️ Fixes an issue with commit signing to allow it to support symlinks

##### What's Changed

- fix: support symlinks when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3359](https://redirect.github.com/peter-evans/create-pull-request/pull/3359)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.4...v7.0.5>

###
[`v7.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.4):
Create Pull Request v7.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.3...v7.0.4)

⚙️ Fixes an issue with commit signing to allow it to support submodules

##### What's Changed

- docs: correct suggestion for bot setup by
[@&#8203;henryiii](https://redirect.github.com/henryiii) in
[#&#8203;3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)
- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.12 to 29.5.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3343](https://redirect.github.com/peter-evans/create-pull-request/pull/3343)
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3344](https://redirect.github.com/peter-evans/create-pull-request/pull/3344)
- fix: support submodules when commit signing by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3354](https://redirect.github.com/peter-evans/create-pull-request/pull/3354)

##### New Contributors

- [@&#8203;henryiii](https://redirect.github.com/henryiii) made their
first contribution in
[#&#8203;3342](https://redirect.github.com/peter-evans/create-pull-request/pull/3342)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.3...v7.0.4>

###
[`v7.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.3):
Create Pull Request v7.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.2...v7.0.3)

⚙️ Fixes an issue with commit signing where commit SHAs have variable
lengths when abbreviated.

##### What's Changed

- fix: disable abbreviated commit shas in diff by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3337](https://redirect.github.com/peter-evans/create-pull-request/pull/3337)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.2...v7.0.3>

###
[`v7.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.2):
Create Pull Request v7.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.2)

⚙️ Fixes an issue with commit signing when a change was detected as
being a rename or copy.

##### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.48 to 18.19.50 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3320](https://redirect.github.com/peter-evans/create-pull-request/pull/3320)
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3319](https://redirect.github.com/peter-evans/create-pull-request/pull/3319)
- fix: disable diff detection for renames and copies by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3330](https://redirect.github.com/peter-evans/create-pull-request/pull/3330)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.1...v7.0.2>

###
[`v7.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.1):
Create Pull Request v7.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v7.0.0...v7.0.1)

⚙️ Fixes [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/3311)
affecting one particular use case where the action fails on `diff
--stat` with `fatal: ambiguous argument`.

##### What's Changed

- build(deps): bump peter-evans/create-pull-request from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3283](https://redirect.github.com/peter-evans/create-pull-request/pull/3283)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.46 to 18.19.48 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3288](https://redirect.github.com/peter-evans/create-pull-request/pull/3288)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3289](https://redirect.github.com/peter-evans/create-pull-request/pull/3289)
- build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.30.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3290](https://redirect.github.com/peter-evans/create-pull-request/pull/3290)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.17.0 to 7.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3291](https://redirect.github.com/peter-evans/create-pull-request/pull/3291)
- fix: handle ambiguous argument failure on diff stat by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3312](https://redirect.github.com/peter-evans/create-pull-request/pull/3312)

**Full Changelog**:
<peter-evans/create-pull-request@v7.0.0...v7.0.1>

###
[`v7.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v7.0.0):
Create Pull Request v7.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.1.0...v7.0.0)

:sparkles: Now supports commit signing with bot-generated tokens! See
"What's new" below. :writing\_hand::robot:

##### Behaviour changes

- Action input `git-token` has been renamed `branch-token`, to be more
clear about its purpose. The `branch-token` is the token that the action
will use to create and update the branch.
- The action now handles requests that have been rate-limited by GitHub.
Requests hitting a primary rate limit will retry twice, for a total of
three attempts. Requests hitting a secondary rate limit will not be
retried.
- The `pull-request-operation` output now returns `none` when no
operation was executed.
- Removed deprecated output environment variable `PULL_REQUEST_NUMBER`.
Please use the `pull-request-number` action output instead.

##### What's new

- The action can now sign commits as `github-actions[bot]` when using
`GITHUB_TOKEN`, or your own bot when using [GitHub App
tokens](docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens).
See [commit
signing](docs/concepts-guidelines.md#commit-signature-verification-for-bots)
for details.
- Action input `draft` now accepts a new value `always-true`. This will
set the pull request to draft status when the pull request is updated,
as well as on creation.
- A new action input `maintainer-can-modify` indicates whether
[maintainers can
modify](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
the pull request. The default is `true`, which retains the existing
behaviour of the action.
- A new output `pull-request-commits-verified` returns `true` or
`false`, indicating whether GitHub considers the signature of the
branch's commits to be verified.

##### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.36 to 18.19.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3000](https://redirect.github.com/peter-evans/create-pull-request/pull/3000)
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3008](https://redirect.github.com/peter-evans/create-pull-request/pull/3008)
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3018](https://redirect.github.com/peter-evans/create-pull-request/pull/3018)
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3019](https://redirect.github.com/peter-evans/create-pull-request/pull/3019)
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3035](https://redirect.github.com/peter-evans/create-pull-request/pull/3035)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.39 to 18.19.41 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3037](https://redirect.github.com/peter-evans/create-pull-request/pull/3037)
- build(deps): bump undici from 6.19.2 to 6.19.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3036](https://redirect.github.com/peter-evans/create-pull-request/pull/3036)
- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3038](https://redirect.github.com/peter-evans/create-pull-request/pull/3038)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.41 to 18.19.42 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3070](https://redirect.github.com/peter-evans/create-pull-request/pull/3070)
- build(deps): bump undici from 6.19.4 to 6.19.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3086](https://redirect.github.com/peter-evans/create-pull-request/pull/3086)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.42 to 18.19.43 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3087](https://redirect.github.com/peter-evans/create-pull-request/pull/3087)
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3088](https://redirect.github.com/peter-evans/create-pull-request/pull/3088)
- build(deps): bump undici from 6.19.5 to 6.19.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3145](https://redirect.github.com/peter-evans/create-pull-request/pull/3145)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.43 to 18.19.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3144](https://redirect.github.com/peter-evans/create-pull-request/pull/3144)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3154](https://redirect.github.com/peter-evans/create-pull-request/pull/3154)
- build(deps): bump undici from 6.19.7 to 6.19.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3213](https://redirect.github.com/peter-evans/create-pull-request/pull/3213)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.44 to 18.19.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3214](https://redirect.github.com/peter-evans/create-pull-request/pull/3214)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;3221](https://redirect.github.com/peter-evans/create-pull-request/pull/3221)
- build(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to
3.6.3 by [@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3255](https://redirect.github.com/peter-evans/create-pull-request/pull/3255)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.45 to 18.19.46 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3254](https://redirect.github.com/peter-evans/create-pull-request/pull/3254)
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;3256](https://redirect.github.com/peter-evans/create-pull-request/pull/3256)
- v7 - signed commits by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;3057](https://redirect.github.com/peter-evans/create-pull-request/pull/3057)

##### New Contributors

- [@&#8203;rustycl0ck](https://redirect.github.com/rustycl0ck) made
their first contribution in
[#&#8203;3057](https://redirect.github.com/peter-evans/create-pull-request/pull/3057)

**Full Changelog**:
<peter-evans/create-pull-request@v6.1.0...v7.0.0>

###
[`v6.1.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.1.0):
Create Pull Request v6.1.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0)

✨ Adds `pull-request-branch` as an action output.

#### What's Changed

- build(deps): bump undici from 6.14.1 to 6.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2873](https://redirect.github.com/peter-evans/create-pull-request/pull/2873)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2878](https://redirect.github.com/peter-evans/create-pull-request/pull/2878)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.31 to 18.19.32 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2884](https://redirect.github.com/peter-evans/create-pull-request/pull/2884)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.32 to 18.19.33 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2890](https://redirect.github.com/peter-evans/create-pull-request/pull/2890)
- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2892](https://redirect.github.com/peter-evans/create-pull-request/pull/2892)
- build(deps): bump undici from 6.15.0 to 6.18.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2891](https://redirect.github.com/peter-evans/create-pull-request/pull/2891)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2907](https://redirect.github.com/peter-evans/create-pull-request/pull/2907)
- build(deps): bump undici from 6.18.0 to 6.18.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2913](https://redirect.github.com/peter-evans/create-pull-request/pull/2913)
- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2914](https://redirect.github.com/peter-evans/create-pull-request/pull/2914)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2921](https://redirect.github.com/peter-evans/create-pull-request/pull/2921)
- build(deps): bump undici from 6.18.1 to 6.18.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2934](https://redirect.github.com/peter-evans/create-pull-request/pull/2934)
- build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2936](https://redirect.github.com/peter-evans/create-pull-request/pull/2936)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.33 to 18.19.34 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2935](https://redirect.github.com/peter-evans/create-pull-request/pull/2935)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2947](https://redirect.github.com/peter-evans/create-pull-request/pull/2947)
- build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2959](https://redirect.github.com/peter-evans/create-pull-request/pull/2959)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2962](https://redirect.github.com/peter-evans/create-pull-request/pull/2962)
- build(deps-dev): bump ws from 8.11.0 to 8.17.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2970](https://redirect.github.com/peter-evans/create-pull-request/pull/2970)
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2975](https://redirect.github.com/peter-evans/create-pull-request/pull/2975)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.34 to 18.19.36 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2976](https://redirect.github.com/peter-evans/create-pull-request/pull/2976)
- build(deps): bump undici from 6.18.2 to 6.19.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2977](https://redirect.github.com/peter-evans/create-pull-request/pull/2977)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2990](https://redirect.github.com/peter-evans/create-pull-request/pull/2990)
- feat: add branch name output by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2995](https://redirect.github.com/peter-evans/create-pull-request/pull/2995)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.5...v6.1.0>

###
[`v6.0.5`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.5):
Create Pull Request v6.0.5

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.4...v6.0.5)

⚙️ Fixes an issue with proxy support for users that run self-hosted
behind a proxy.

#### What's Changed

- fix: update proxy support to follow octokit change to fetch api by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2867](https://redirect.github.com/peter-evans/create-pull-request/pull/2867)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.4...v6.0.5>

###
[`v6.0.4`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.4):
Create Pull Request v6.0.4

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.3...v6.0.4)

⚡ Improves performance in some cases for very large git repositories.

#### What's Changed

- perf: limit the fetch depth of pr branch by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2857](https://redirect.github.com/peter-evans/create-pull-request/pull/2857)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.3...v6.0.4>

###
[`v6.0.3`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.3):
Create Pull Request v6.0.3

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.2...v6.0.3)

⚡ Improves performance of the `push-to-fork` feature.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.23 to 18.19.25 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2826](https://redirect.github.com/peter-evans/create-pull-request/pull/2826)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.25 to 18.19.26 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2831](https://redirect.github.com/peter-evans/create-pull-request/pull/2831)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.26 to 18.19.28 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2836](https://redirect.github.com/peter-evans/create-pull-request/pull/2836)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.28 to 18.19.31 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2842](https://redirect.github.com/peter-evans/create-pull-request/pull/2842)
- fix: drop unnecessary fetch with unshallow on push-to-fork by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2849](https://redirect.github.com/peter-evans/create-pull-request/pull/2849)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.2...v6.0.3>

###
[`v6.0.2`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.2):
Create Pull Request v6.0.2

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.1...v6.0.2)

⚡ Improves performance in some cases where the action rebases changes on
to the specified `base`.

#### What's Changed

- build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2797](https://redirect.github.com/peter-evans/create-pull-request/pull/2797)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.18 to 18.19.21 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2798](https://redirect.github.com/peter-evans/create-pull-request/pull/2798)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.21 to 18.19.23 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2811](https://redirect.github.com/peter-evans/create-pull-request/pull/2811)
- perf: shallow fetch the actual base when rebasing from working base by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2816](https://redirect.github.com/peter-evans/create-pull-request/pull/2816)

#### New Contributors

- [@&#8203;webmonarch](https://redirect.github.com/webmonarch) made
their first contribution in
[#&#8203;2816](https://redirect.github.com/peter-evans/create-pull-request/pull/2816)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.1...v6.0.2>

###
[`v6.0.1`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.1):
Create Pull Request v6.0.1

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v6.0.0...v6.0.1)

⚙️ Fixes [an
issue](https://redirect.github.com/peter-evans/create-pull-request/issues/2790)
where updating a pull request leads to the error `Cannot read properties
of undefined (reading 'number')`. This was likely caused by GitHub
fixing a long standing bug with an API endpoint, resulting in a breaking
change.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/jest](https://redirect.github.com/types/jest) from
29.5.11 to 29.5.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2730](https://redirect.github.com/peter-evans/create-pull-request/pull/2730)
- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2731](https://redirect.github.com/peter-evans/create-pull-request/pull/2731)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.10 to 18.19.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2732](https://redirect.github.com/peter-evans/create-pull-request/pull/2732)
- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2748](https://redirect.github.com/peter-evans/create-pull-request/pull/2748)
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2747](https://redirect.github.com/peter-evans/create-pull-request/pull/2747)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.14 to 18.19.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2759](https://redirect.github.com/peter-evans/create-pull-request/pull/2759)
- build(deps-dev): bump eslint-plugin-jest from 27.6.3 to 27.9.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2769](https://redirect.github.com/peter-evans/create-pull-request/pull/2769)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.15 to 18.19.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2768](https://redirect.github.com/peter-evans/create-pull-request/pull/2768)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.17 to 18.19.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2780](https://redirect.github.com/peter-evans/create-pull-request/pull/2780)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;2781](https://redirect.github.com/peter-evans/create-pull-request/pull/2781)
- fix: list pulls using the correct head format by
[@&#8203;peter-evans](https://redirect.github.com/peter-evans) in
[#&#8203;2792](https://redirect.github.com/peter-evans/create-pull-request/pull/2792)

**Full Changelog**:
<peter-evans/create-pull-request@v6.0.0...v6.0.1>

###
[`v6.0.0`](https://redirect.github.com/peter-evans/create-pull-request/releases/tag/v6.0.0):
Create Pull Request v6.0.0

[Compare
Source](https://redirect.github.com/peter-evans/create-pull-request/compare/v5.0.3...v6.0.0)

##### Behaviour changes

- The default values for `author` and `committer` have changed. See
"What's new" below for details. If you are overriding the default values
you will not be affected by this change.
- On completion, the action now removes the temporary git remote
configuration it adds when using `push-to-fork`. This should not affect
you unless you were using the temporary configuration for some other
purpose after the action completes.

##### What's new

- Updated runtime to Node.js 20
- The action now requires a minimum version of
[v2.308.0](https://redirect.github.com/actions/runner/releases/tag/v2.308.0)
for the Actions runner. Update self-hosted runners to v2.308.0 or later
to ensure compatibility.
- The default value for `author` has been changed to `${{ github.actor
}} <${{ github.actor_id }}+${{ github.actor
}}@&#8203;users.noreply.github.com>`. The change adds the `${{
github.actor_id }}+` prefix to the email address to align with GitHub's
standard format for the author email address.
- The default value for `committer` has been changed to
`github-actions[bot]
<41898282+github-actions[bot]@&#8203;users.noreply.github.com>`. This is
to align with the default GitHub Actions bot user account.
- Adds input `git-token`, the [Personal Access Token
(PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token)
that the action will use for git operations. This input defaults to the
value of `token`. Use this input if you would like the action to use a
different token for git operations than the one used for the GitHub API.
- `push-to-fork` now supports pushing to sibling repositories in the
same network.
- Previously, when using `push-to-fork`, the action did not remove
temporary git remote configuration it adds during execution. This has
been fixed and the configuration is now removed when the action
completes.
- If the pull request body is truncated due to exceeding the maximum
length, the action will now suffix the body with the message "...*\[Pull
request body truncated]*" to indicate that the body has been truncated.
- The action now uses `--unshallow` only when necessary, rather than as
a default argument of `git fetch`. This should improve performance,
particularly for large git repositories with extensive commit history.
- The action can now be executed on one GitHub server and create pull
requests on a *different* GitHub server. Server products include GitHub
hosted (github.com), GitHub Enterprise Server (GHES), and GitHub
Enterprise Cloud (GHEC). For example, the action can be executed on
GitHub hosted and create pull requests on a GHES or GHEC instance.

##### What's Changed

- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2086](https://redirect.github.com/peter-evans/create-pull-request/pull/2086)
- fix crazy-max/ghaction-import-gp parameters by
[@&#8203;fharper](https://redirect.github.com/fharper) in
[#&#8203;2177](https://redirect.github.com/peter-evans/create-pull-request/pull/2177)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;2364](https://redirect.github.com/peter-evans/create-pull-request/pull/2364)
- Use checkout v4 by
[@&#8203;okuramasafumi](https://redirect.github.com/okuramasafumi) in
[#&#8203;2521](https://redirect.github.com/peter-evans/create-pull-request/pull/2521)
- Note about `delete-branch` by
[@&#8203;dezren39](https://redirect.github.com/dezren39) in
[#&#8203;2631](https://redirect.github.com/peter-evans/create-pull-request/pull/2631)
- 98 dependency updates by
[@&#8203;dependabot](https://redirect.github.com/dependabot)

##### New Contributors

- [@&#8203;fharper](https://redirect.github.com/fharper) made their
first contribution in
[#&#8203;2177](https://redirect.github.com/peter-evans/create-pull-request/pull/2177)
- [@&#8203;okuramasafumi](https://redirect.github.com/okuramasafumi)
made their first contribution in
[#&#8203;2521](https://redirect.github.com/peter-evans/create-pull-request/pull/2521)
- [@&#8203;dezren39](https://redirect.github.com/dezren39) made their
first contribution in
[#&#8203;2631](https://redirect.github.com/peter-evans/create-pull-request/pull/2631)

**Full Changelog**:
<peter-evans/create-pull-request@v5.0.2...v6.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 10, 2025
…n) (#13438)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[peter-evans/repository-dispatch](https://redirect.github.com/peter-evans/repository-dispatch)
| action | major | `v3.0.0` -> `v4.0.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>peter-evans/repository-dispatch
(peter-evans/repository-dispatch)</summary>

###
[`v4.0.0`](https://redirect.github.com/peter-evans/repository-dispatch/releases/tag/v4.0.0):
Repository Dispatch v4.0.0

[Compare
Source](https://redirect.github.com/peter-evans/repository-dispatch/compare/v3.0.0...v4.0.0)

⚙️ Requires [Actions Runner
v2.327.1](https://redirect.github.com/actions/runner/releases/tag/v2.327.1)
or later if you are using a self-hosted runner for Node 24 support.

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.8 to 18.19.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;306](https://redirect.github.com/peter-evans/repository-dispatch/pull/306)
- build(deps): bump peter-evans/repository-dispatch from 2 to 3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;307](https://redirect.github.com/peter-evans/repository-dispatch/pull/307)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.10 to 18.19.14 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;308](https://redirect.github.com/peter-evans/repository-dispatch/pull/308)
- build(deps): bump peter-evans/create-pull-request from 5 to 6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;310](https://redirect.github.com/peter-evans/repository-dispatch/pull/310)
- build(deps): bump peter-evans/slash-command-dispatch from 3 to 4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;309](https://redirect.github.com/peter-evans/repository-dispatch/pull/309)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.14 to 18.19.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;311](https://redirect.github.com/peter-evans/repository-dispatch/pull/311)
- build(deps-dev): bump prettier from 3.2.4 to 3.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;312](https://redirect.github.com/peter-evans/repository-dispatch/pull/312)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.15 to 18.19.17 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;313](https://redirect.github.com/peter-evans/repository-dispatch/pull/313)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.17 to 18.19.18 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;314](https://redirect.github.com/peter-evans/repository-dispatch/pull/314)
- build(deps-dev): bump eslint-plugin-github from 4.10.1 to 4.10.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;316](https://redirect.github.com/peter-evans/repository-dispatch/pull/316)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.18 to 18.19.21 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;317](https://redirect.github.com/peter-evans/repository-dispatch/pull/317)
- build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;318](https://redirect.github.com/peter-evans/repository-dispatch/pull/318)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.21 to 18.19.22 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;319](https://redirect.github.com/peter-evans/repository-dispatch/pull/319)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.22 to 18.19.24 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;320](https://redirect.github.com/peter-evans/repository-dispatch/pull/320)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.24 to 18.19.26 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;321](https://redirect.github.com/peter-evans/repository-dispatch/pull/321)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.26 to 18.19.29 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;322](https://redirect.github.com/peter-evans/repository-dispatch/pull/322)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.29 to 18.19.31 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;323](https://redirect.github.com/peter-evans/repository-dispatch/pull/323)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.31 to 18.19.33 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;324](https://redirect.github.com/peter-evans/repository-dispatch/pull/324)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.33 to 18.19.34 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;325](https://redirect.github.com/peter-evans/repository-dispatch/pull/325)
- build(deps-dev): bump prettier from 3.2.5 to 3.3.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;326](https://redirect.github.com/peter-evans/repository-dispatch/pull/326)
- build(deps-dev): bump prettier from 3.3.1 to 3.3.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;327](https://redirect.github.com/peter-evans/repository-dispatch/pull/327)
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;328](https://redirect.github.com/peter-evans/repository-dispatch/pull/328)
- build(deps-dev): bump ws from 7.5.9 to 7.5.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;329](https://redirect.github.com/peter-evans/repository-dispatch/pull/329)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.34 to 18.19.38 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;330](https://redirect.github.com/peter-evans/repository-dispatch/pull/330)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.38 to 18.19.39 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;332](https://redirect.github.com/peter-evans/repository-dispatch/pull/332)
- build(deps-dev): bump prettier from 3.3.2 to 3.3.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;334](https://redirect.github.com/peter-evans/repository-dispatch/pull/334)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.39 to 18.19.41 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;335](https://redirect.github.com/peter-evans/repository-dispatch/pull/335)
- build(deps-dev): bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;336](https://redirect.github.com/peter-evans/repository-dispatch/pull/336)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.41 to 18.19.42 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;337](https://redirect.github.com/peter-evans/repository-dispatch/pull/337)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.42 to 18.19.43 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;338](https://redirect.github.com/peter-evans/repository-dispatch/pull/338)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.43 to 18.19.44 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;339](https://redirect.github.com/peter-evans/repository-dispatch/pull/339)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.44 to 18.19.45 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;340](https://redirect.github.com/peter-evans/repository-dispatch/pull/340)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.45 to 18.19.47 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;341](https://redirect.github.com/peter-evans/repository-dispatch/pull/341)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.47 to 18.19.50 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;343](https://redirect.github.com/peter-evans/repository-dispatch/pull/343)
- build(deps): bump peter-evans/create-pull-request from 6 to 7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;342](https://redirect.github.com/peter-evans/repository-dispatch/pull/342)
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;344](https://redirect.github.com/peter-evans/repository-dispatch/pull/344)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.50 to 18.19.53 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;345](https://redirect.github.com/peter-evans/repository-dispatch/pull/345)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.1
to 0.38.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;346](https://redirect.github.com/peter-evans/repository-dispatch/pull/346)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;347](https://redirect.github.com/peter-evans/repository-dispatch/pull/347)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.10.1 to 1.11.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;349](https://redirect.github.com/peter-evans/repository-dispatch/pull/349)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.53 to 18.19.54 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;348](https://redirect.github.com/peter-evans/repository-dispatch/pull/348)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;350](https://redirect.github.com/peter-evans/repository-dispatch/pull/350)
- build(deps): bump
[@&#8203;actions/core](https://redirect.github.com/actions/core) from
1.11.0 to 1.11.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;351](https://redirect.github.com/peter-evans/repository-dispatch/pull/351)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.54 to 18.19.55 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;352](https://redirect.github.com/peter-evans/repository-dispatch/pull/352)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;353](https://redirect.github.com/peter-evans/repository-dispatch/pull/353)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.55 to 18.19.56 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;354](https://redirect.github.com/peter-evans/repository-dispatch/pull/354)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.56 to 18.19.59 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;355](https://redirect.github.com/peter-evans/repository-dispatch/pull/355)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.59 to 18.19.63 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;357](https://redirect.github.com/peter-evans/repository-dispatch/pull/357)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.63 to 18.19.64 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;358](https://redirect.github.com/peter-evans/repository-dispatch/pull/358)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.2
to 0.38.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;359](https://redirect.github.com/peter-evans/repository-dispatch/pull/359)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.64 to 18.19.67 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;361](https://redirect.github.com/peter-evans/repository-dispatch/pull/361)
- build(deps-dev): bump prettier from 3.3.3 to 3.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;362](https://redirect.github.com/peter-evans/repository-dispatch/pull/362)
- build(deps-dev): bump prettier from 3.4.1 to 3.4.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;363](https://redirect.github.com/peter-evans/repository-dispatch/pull/363)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.67 to 18.19.68 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;364](https://redirect.github.com/peter-evans/repository-dispatch/pull/364)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.68 to 18.19.69 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;365](https://redirect.github.com/peter-evans/repository-dispatch/pull/365)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.69 to 18.19.70 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;367](https://redirect.github.com/peter-evans/repository-dispatch/pull/367)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.70 to 18.19.71 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;369](https://redirect.github.com/peter-evans/repository-dispatch/pull/369)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;370](https://redirect.github.com/peter-evans/repository-dispatch/pull/370)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.71 to 18.19.74 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;371](https://redirect.github.com/peter-evans/repository-dispatch/pull/371)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.2 to 5.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;372](https://redirect.github.com/peter-evans/repository-dispatch/pull/372)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.74 to 18.19.75 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;373](https://redirect.github.com/peter-evans/repository-dispatch/pull/373)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.75 to 18.19.76 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;374](https://redirect.github.com/peter-evans/repository-dispatch/pull/374)
- build(deps-dev): bump prettier from 3.4.2 to 3.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;375](https://redirect.github.com/peter-evans/repository-dispatch/pull/375)
- build(deps-dev): bump prettier from 3.5.1 to 3.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;377](https://redirect.github.com/peter-evans/repository-dispatch/pull/377)
- build(deps): bump
[@&#8203;octokit/plugin-paginate-rest](https://redirect.github.com/octokit/plugin-paginate-rest)
and [@&#8203;actions/github](https://redirect.github.com/actions/github)
by [@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;378](https://redirect.github.com/peter-evans/repository-dispatch/pull/378)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;379](https://redirect.github.com/peter-evans/repository-dispatch/pull/379)
- build(deps-dev): bump prettier from 3.5.2 to 3.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;381](https://redirect.github.com/peter-evans/repository-dispatch/pull/381)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.76 to 18.19.79 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;382](https://redirect.github.com/peter-evans/repository-dispatch/pull/382)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.79 to 18.19.80 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;383](https://redirect.github.com/peter-evans/repository-dispatch/pull/383)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.80 to 18.19.81 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;384](https://redirect.github.com/peter-evans/repository-dispatch/pull/384)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.3 to 5.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;385](https://redirect.github.com/peter-evans/repository-dispatch/pull/385)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.81 to 18.19.84 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;386](https://redirect.github.com/peter-evans/repository-dispatch/pull/386)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.5 to 5.2.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;387](https://redirect.github.com/peter-evans/repository-dispatch/pull/387)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.84 to 18.19.86 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;388](https://redirect.github.com/peter-evans/repository-dispatch/pull/388)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.86 to 18.19.87 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;391](https://redirect.github.com/peter-evans/repository-dispatch/pull/391)
- build(deps-dev): bump eslint-plugin-prettier from 5.2.6 to 5.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;395](https://redirect.github.com/peter-evans/repository-dispatch/pull/395)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.87 to 18.19.100 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;394](https://redirect.github.com/peter-evans/repository-dispatch/pull/394)
- build(deps): bump
[@&#8203;actions/github](https://redirect.github.com/actions/github)
from 6.0.0 to 6.0.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;396](https://redirect.github.com/peter-evans/repository-dispatch/pull/396)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;397](https://redirect.github.com/peter-evans/repository-dispatch/pull/397)
- build(deps): bump undici from 5.28.5 to 5.29.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;398](https://redirect.github.com/peter-evans/repository-dispatch/pull/398)
- Update distribution by
[@&#8203;actions-bot](https://redirect.github.com/actions-bot) in
[#&#8203;399](https://redirect.github.com/peter-evans/repository-dispatch/pull/399)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.100 to 18.19.103 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;401](https://redirect.github.com/peter-evans/repository-dispatch/pull/401)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.103 to 18.19.108 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;403](https://redirect.github.com/peter-evans/repository-dispatch/pull/403)
- build(deps-dev): bump eslint-plugin-prettier from 5.4.0 to 5.4.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;404](https://redirect.github.com/peter-evans/repository-dispatch/pull/404)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.108 to 18.19.111 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;405](https://redirect.github.com/peter-evans/repository-dispatch/pull/405)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.111 to 18.19.112 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;406](https://redirect.github.com/peter-evans/repository-dispatch/pull/406)
- build(deps-dev): bump eslint-plugin-prettier from 5.4.1 to 5.5.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;407](https://redirect.github.com/peter-evans/repository-dispatch/pull/407)
- build(deps-dev): bump prettier from 3.5.3 to 3.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;408](https://redirect.github.com/peter-evans/repository-dispatch/pull/408)
- build(deps-dev): bump eslint-plugin-prettier from 5.5.0 to 5.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;409](https://redirect.github.com/peter-evans/repository-dispatch/pull/409)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.112 to 18.19.115 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;410](https://redirect.github.com/peter-evans/repository-dispatch/pull/410)
- \[docs] make it clear what's required for a same-repo dispatch by
[@&#8203;rogerluan](https://redirect.github.com/rogerluan) in
[#&#8203;411](https://redirect.github.com/peter-evans/repository-dispatch/pull/411)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.115 to 18.19.118 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;412](https://redirect.github.com/peter-evans/repository-dispatch/pull/412)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.118 to 18.19.119 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;413](https://redirect.github.com/peter-evans/repository-dispatch/pull/413)
- build(deps): bump form-data from 3.0.1 to 3.0.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;414](https://redirect.github.com/peter-evans/repository-dispatch/pull/414)
- build(deps-dev): bump eslint-plugin-prettier from 5.5.1 to 5.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;415](https://redirect.github.com/peter-evans/repository-dispatch/pull/415)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.119 to 18.19.120 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;416](https://redirect.github.com/peter-evans/repository-dispatch/pull/416)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.120 to 18.19.121 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;418](https://redirect.github.com/peter-evans/repository-dispatch/pull/418)
- build(deps): bump actions/download-artifact from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;419](https://redirect.github.com/peter-evans/repository-dispatch/pull/419)
- build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;420](https://redirect.github.com/peter-evans/repository-dispatch/pull/420)
- build(deps): bump actions/checkout from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;421](https://redirect.github.com/peter-evans/repository-dispatch/pull/421)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.121 to 18.19.123 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;422](https://redirect.github.com/peter-evans/repository-dispatch/pull/422)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.123 to 18.19.124 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;423](https://redirect.github.com/peter-evans/repository-dispatch/pull/423)
- build(deps): bump actions/setup-node from 4 to 5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;424](https://redirect.github.com/peter-evans/repository-dispatch/pull/424)
- build(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
18.19.124 to 18.19.127 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;426](https://redirect.github.com/peter-evans/repository-dispatch/pull/426)
- build(deps-dev): bump
[@&#8203;vercel/ncc](https://redirect.github.com/vercel/ncc) from 0.38.3
to 0.38.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot)\[bot] in
[#&#8203;425](https://redirect.github.com/peter-evans/repository-dispatch/pull/425)
- v4 by [@&#8203;peter-evans](https://redirect.github.com/peter-evans)
in
[#&#8203;427](https://redirect.github.com/peter-evans/repository-dispatch/pull/427)

#### New Contributors

- [@&#8203;rogerluan](https://redirect.github.com/rogerluan) made their
first contribution in
[#&#8203;411](https://redirect.github.com/peter-evans/repository-dispatch/pull/411)

**Full Changelog**:
<peter-evans/repository-dispatch@v3.0.0...v4.0.0>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 added a commit that referenced this pull request Nov 10, 2025
#13439)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/google/go-github/v57](https://redirect.github.com/google/go-github)
| `v57.0.0` -> `v77.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv57/v77.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv57/v57.0.0/v77.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v57)</summary>

###
[`v77.0.0`](https://redirect.github.com/google/go-github/releases/tag/v77.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v76.0.0...v77.0.0)

This release contains the following breaking API changes:

- refactor!: Remove pointer from required field of CreateStatus API
([#&#8203;3794](https://redirect.github.com/google/go-github/issues/3794))
BREAKING CHANGE: `RepositoriesService.CreateStatus` now takes value for
`status`, not pointer.
- feat!: Add support for project items CRUD and project fields read
operations
([#&#8203;3793](https://redirect.github.com/google/go-github/issues/3793))
  BREAKING CHANGES:
- `ProjectV2Field.Options` changed from `[]any` to
`[]*ProjectV2FieldOption`.
  - `ProjectV2Field.URL` is now `ProjectV2Field.ProjectURL`
- Optional fields in various `ProjectV2` structs are now passed as
pointers
- Aligns `ProjectsService` functions with
[#&#8203;3761](https://redirect.github.com/google/go-github/issues/3761)
  - Almost all methods have been renamed

...and the following additional changes:

- Bump go-github from v75 to v76 in /scrape
([#&#8203;3783](https://redirect.github.com/google/go-github/issues/3783))
- Add custom jsonfieldname linter to ensure Go field name matches JSON
tag name
([#&#8203;3757](https://redirect.github.com/google/go-github/issues/3757))
- chore: Fix typo in comment
([#&#8203;3786](https://redirect.github.com/google/go-github/issues/3786))
- feat: Add support for private registries endpoints
([#&#8203;3785](https://redirect.github.com/google/go-github/issues/3785))
- Only set `Authorization` when `token` is available
([#&#8203;3789](https://redirect.github.com/google/go-github/issues/3789))
- test: Ensure Authorization is not set with empty token
([#&#8203;3790](https://redirect.github.com/google/go-github/issues/3790))
- Fix spelling issues
([#&#8203;3792](https://redirect.github.com/google/go-github/issues/3792))
- Add test cases for JSON resource marshaling - SCIM
([#&#8203;3798](https://redirect.github.com/google/go-github/issues/3798))
- fix: Org/Enterprise UpdateRepositoryRulesetClearBypassActor sends
empty array
([#&#8203;3796](https://redirect.github.com/google/go-github/issues/3796))
- Bump version of go-github to v77.0.0
([#&#8203;3800](https://redirect.github.com/google/go-github/issues/3800))

###
[`v76.0.0`](https://redirect.github.com/google/go-github/releases/tag/v76.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v75.0.0...v76.0.0)

This release contains the following breaking API changes:

- chore!: Remove ActionsBilling endpoints for User and Organization
([#&#8203;3701](https://redirect.github.com/google/go-github/issues/3701))
  BREAKING CHANGE: ActionsBilling endpoints are removed.
- fix!: Return RepositoryAttachment from
`GetRepositoriesForCodeSecurityConfiguration`
([#&#8203;3707](https://redirect.github.com/google/go-github/issues/3707))
BREAKING CHANGE: GetRepositoriesForCodeSecurityConfiguration now returns
RepositoryAttachment instead of Repository.
- refactor!: Replace Edit with Update in permissions method names
([#&#8203;3731](https://redirect.github.com/google/go-github/issues/3731))
BREAKING CHANGE: Permissions-related methods are renamed from `Edit*` to
`Update*`.
- fix!: Change return type of GetDefaultCodeSecurityConfigurations
([#&#8203;3747](https://redirect.github.com/google/go-github/issues/3747))
BREAKING CHANGE: `GetDefaultCodeSecurityConfigurations` now returns
`CodeSecurityConfigurationWithDefaultForNewRepos` instead of
`CodeSecurityConfiguration`.
- refactor!: Adjust function names and field types for billing API
([#&#8203;3770](https://redirect.github.com/google/go-github/issues/3770))
BREAKING CHANGE: Billing-related methods are renamed to
<verb><scope><subject> pattern, and required fields are changed to value
types.

...and the following additional changes:

- Bump go-github from v74 to v75 in /scrape
([#&#8203;3724](https://redirect.github.com/google/go-github/issues/3724))
- feat: Add ClientID to Installation
([#&#8203;3712](https://redirect.github.com/google/go-github/issues/3712))
- feat: Add some GitHub Classroom API endpoints
([#&#8203;3690](https://redirect.github.com/google/go-github/issues/3690))
- chore: Replace http.Method\* constants with string literals
([#&#8203;3696](https://redirect.github.com/google/go-github/issues/3696))
- fix: Repositories.UpdateRulesetClearBypassActor sets BypassActors to
empty slice
([#&#8203;3727](https://redirect.github.com/google/go-github/issues/3727))
- test: Ensure bypass\_actors serializes as an empty array when clearing
ruleset bypass actors
([#&#8203;3734](https://redirect.github.com/google/go-github/issues/3734))
- Add reason field to PullRequestEvent
([#&#8203;3730](https://redirect.github.com/google/go-github/issues/3730))
- chore: Update openapi\_operations.yaml
([#&#8203;3735](https://redirect.github.com/google/go-github/issues/3735))
- Update CONTRIBUTING.md
([#&#8203;3736](https://redirect.github.com/google/go-github/issues/3736))
- feat: Support roles field in SCIM
([#&#8203;3728](https://redirect.github.com/google/go-github/issues/3728))
- chore: Ignore hidden .claude settings folder
([#&#8203;3738](https://redirect.github.com/google/go-github/issues/3738))
- feat: Add ListAcceptedAssignments and GetAssignmentGrades methods to
Classroom API
([#&#8203;3732](https://redirect.github.com/google/go-github/issues/3732))
- feat: Add immutable releases support
([#&#8203;3725](https://redirect.github.com/google/go-github/issues/3725))
- build(deps): Bump actions/cache from 4.2.4 to 4.3.0 in the actions
group
([#&#8203;3742](https://redirect.github.com/google/go-github/issues/3742))
- refactor: Use errors package to compare and assert error types
([#&#8203;3739](https://redirect.github.com/google/go-github/issues/3739))
- ci: Add errorlint configuration to golangci-lint settings
([#&#8203;3743](https://redirect.github.com/google/go-github/issues/3743))
- docs: Update code snippets to use errors package for type assertions
([#&#8203;3746](https://redirect.github.com/google/go-github/issues/3746))
- Update openapi\_operations.yaml
([#&#8203;3749](https://redirect.github.com/google/go-github/issues/3749))
- test: Use t.Context() instead of context.Background()
([#&#8203;3750](https://redirect.github.com/google/go-github/issues/3750))
- chore: Add zyfy29 to REVIEWERS
([#&#8203;3753](https://redirect.github.com/google/go-github/issues/3753))
- Prefer %v over %d,%s and add fmtpercentv custom linter
([#&#8203;3756](https://redirect.github.com/google/go-github/issues/3756))
- test: Simplify the function that skips integration tests
([#&#8203;3752](https://redirect.github.com/google/go-github/issues/3752))
- test: Fix issues in TestSecretScanningService tests
([#&#8203;3760](https://redirect.github.com/google/go-github/issues/3760))
- refactor: Simplify for range loops
([#&#8203;3762](https://redirect.github.com/google/go-github/issues/3762))
- chore(ci): Add example dir to dependabot config
([#&#8203;3764](https://redirect.github.com/google/go-github/issues/3764))
- fix: Correct body in EnterpriseService.InitialConfig
([#&#8203;3763](https://redirect.github.com/google/go-github/issues/3763))
- feat: Add premium request usage report endpoints for organizations and
users
([#&#8203;3751](https://redirect.github.com/google/go-github/issues/3751))
- feat: Add two new Secret Scanning API endpoints
([#&#8203;3687](https://redirect.github.com/google/go-github/issues/3687))
- build(deps): Bump github.com/ProtonMail/go-crypto from
0.0.0-20230828082145-3c4c8a2d2371 to 1.3.0 in /example
([#&#8203;3765](https://redirect.github.com/google/go-github/issues/3765))
- build(deps): Bump golang.org/x/crypto from 0.36.0 to 0.42.0 in
/example
([#&#8203;3766](https://redirect.github.com/google/go-github/issues/3766))
- build(deps): Bump github.com/gofri/go-github-pagination from 1.0.0 to
1.0.1 in /example
([#&#8203;3767](https://redirect.github.com/google/go-github/issues/3767))
- Update openapi\_operations.yaml
([#&#8203;3772](https://redirect.github.com/google/go-github/issues/3772))
- feat: Add fork PR workflows permission API support
([#&#8203;3737](https://redirect.github.com/google/go-github/issues/3737))
- Add support for organization Immutable Releases API
([#&#8203;3774](https://redirect.github.com/google/go-github/issues/3774))
- feat: Add enterprise license endpoints
([#&#8203;3755](https://redirect.github.com/google/go-github/issues/3755))
- build(deps): Bump github.com/bradleyfalzon/ghinstallation/v2 from
2.0.4 to 2.17.0 in /example
([#&#8203;3776](https://redirect.github.com/google/go-github/issues/3776))
- build(deps): Bump golang.org/x/net from 0.44.0 to 0.46.0 in /scrape
([#&#8203;3777](https://redirect.github.com/google/go-github/issues/3777))
- build(deps): Bump golang.org/x/crypto from 0.42.0 to 0.43.0 in
/example
([#&#8203;3778](https://redirect.github.com/google/go-github/issues/3778))
- Add ProjectsService
([#&#8203;3718](https://redirect.github.com/google/go-github/issues/3718))
- Fix breakages caused by merge
([#&#8203;3781](https://redirect.github.com/google/go-github/issues/3781))
- Bump version of go-github to v76.0.0
([#&#8203;3782](https://redirect.github.com/google/go-github/issues/3782))

###
[`v75.0.0`](https://redirect.github.com/google/go-github/releases/tag/v75.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v74.0.0...v75.0.0)

This release contains the following breaking API changes:

- refactor!: Change GitService methods to pass required params by-value
instead of by-ref
([#&#8203;3654](https://redirect.github.com/google/go-github/issues/3654))
BREAKING CHANGE: `GitService` methods now pass required params by-value
instead of by-ref.

...and the following additional changes:

- Bump go-github from v73 to v74 in /scrape
([#&#8203;3639](https://redirect.github.com/google/go-github/issues/3639))
- Add the metadata field to create DependencyGraphSnapshot
([#&#8203;3640](https://redirect.github.com/google/go-github/issues/3640))
- Bump golangci-lint to 2.3.0
([#&#8203;3641](https://redirect.github.com/google/go-github/issues/3641))
- Add additional settings fields to org API
([#&#8203;3642](https://redirect.github.com/google/go-github/issues/3642))
- docs: Extend the description of ref parameters
([#&#8203;3643](https://redirect.github.com/google/go-github/issues/3643))
- fix: Add validation for nil inputs in various services
([#&#8203;3636](https://redirect.github.com/google/go-github/issues/3636))
- Add location info to SecretScanningAlert
([#&#8203;3645](https://redirect.github.com/google/go-github/issues/3645))
- docs: Update links to use the latest version of GitHub documentation
([#&#8203;3648](https://redirect.github.com/google/go-github/issues/3648))
- Add FieldValue field to ProjectV2ItemChange event.
([#&#8203;3650](https://redirect.github.com/google/go-github/issues/3650))
- Add Metadata field to DependencyGraph\* structs
([#&#8203;3653](https://redirect.github.com/google/go-github/issues/3653))
- refactor: Fix gocritic.paramTypeCombine lint issues
([#&#8203;3655](https://redirect.github.com/google/go-github/issues/3655))
- chore: Show correct path when example has lint errors
([#&#8203;3656](https://redirect.github.com/google/go-github/issues/3656))
- Add Social Accounts API
([#&#8203;3647](https://redirect.github.com/google/go-github/issues/3647))
- feat: Implement List Repository Activities endpoint
([#&#8203;3651](https://redirect.github.com/google/go-github/issues/3651))
- docs: Use secure URLs in string literals
([#&#8203;3657](https://redirect.github.com/google/go-github/issues/3657))
- feat: Update openapi
([#&#8203;3662](https://redirect.github.com/google/go-github/issues/3662))
- feat: Add artifact and log retention period API support
([#&#8203;3664](https://redirect.github.com/google/go-github/issues/3664))
- Document upcoming changes to events payload
([#&#8203;3667](https://redirect.github.com/google/go-github/issues/3667))
- build(deps): Bump the actions group with 2 updates
([#&#8203;3670](https://redirect.github.com/google/go-github/issues/3670))
- build(deps): Bump golang.org/x/net from 0.42.0 to 0.43.0 in /scrape
([#&#8203;3669](https://redirect.github.com/google/go-github/issues/3669))
- fix: Replace 'organizations' with 'orgs' in API endpoints
([#&#8203;3673](https://redirect.github.com/google/go-github/issues/3673))
- Update AUTHORS
([#&#8203;3674](https://redirect.github.com/google/go-github/issues/3674))
- feat: Add secret scanning push protection pattern configurations API
([#&#8203;3672](https://redirect.github.com/google/go-github/issues/3672))
- feat: Add self-hosted runner permission API support
([#&#8203;3675](https://redirect.github.com/google/go-github/issues/3675))
- chore: Do not force Go 1.22.0 as toolchain version
([#&#8203;3678](https://redirect.github.com/google/go-github/issues/3678))
- feat: Add GitHub Classroom GetAssignment API endpoint
([#&#8203;3685](https://redirect.github.com/google/go-github/issues/3685))
- chore: Add new lint rule to make sure exported names documented
([#&#8203;3682](https://redirect.github.com/google/go-github/issues/3682))
- chore: Enable gocritic.deprecatedComment check
([#&#8203;3688](https://redirect.github.com/google/go-github/issues/3688))
- chore: Format code with gofumpt
([#&#8203;3689](https://redirect.github.com/google/go-github/issues/3689))
- feat: Add private repo workflows permission API support
([#&#8203;3679](https://redirect.github.com/google/go-github/issues/3679))
- chore: Replace reflect.DeepEqual with cmp.Equal in tests
([#&#8203;3691](https://redirect.github.com/google/go-github/issues/3691))
- docs: Update CONTRIBUTING.md to clarify documentation requirements for
exported types
([#&#8203;3693](https://redirect.github.com/google/go-github/issues/3693))
- build(deps): Bump github.com/getkin/kin-openapi from 0.132.0 to
0.133.0 in /tools
([#&#8203;3698](https://redirect.github.com/google/go-github/issues/3698))
- build(deps): Bump actions/setup-go from 5.5.0 to 6.0.0 in the actions
group
([#&#8203;3709](https://redirect.github.com/google/go-github/issues/3709))
- build(deps): Bump codecov/codecov-action from 5.4.3 to 5.5.1
([#&#8203;3711](https://redirect.github.com/google/go-github/issues/3711))
- build(deps): Bump golang.org/x/net from 0.43.0 to 0.44.0 in /scrape
([#&#8203;3716](https://redirect.github.com/google/go-github/issues/3716))
- Add exempt as bypass mode to ruleset bypass actors
([#&#8203;3719](https://redirect.github.com/google/go-github/issues/3719))
- Bump Go toolchain to 1.24
([#&#8203;3721](https://redirect.github.com/google/go-github/issues/3721))
- Bump golang.org/x/sync from 0.16.0 to 0.17.0 in /tools
([#&#8203;3722](https://redirect.github.com/google/go-github/issues/3722))
- Bump version of go-github to v75.0.0
([#&#8203;3723](https://redirect.github.com/google/go-github/issues/3723))

###
[`v74.0.0`](https://redirect.github.com/google/go-github/releases/tag/v74.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v73.0.0...v74.0.0)

This release contains the following breaking API changes:

- fix!: Add ListSCIMProvisionedGroupsForEnterpriseOptions
([#&#8203;3601](https://redirect.github.com/google/go-github/issues/3601))
BREAKING CHANGE: `ListSCIMProvisionedGroupsForEnterprise` now takes
`ListSCIMProvisionedGroupsForEnterpriseOptions` instead of
`*ListSCIMProvisionedIdentitiesOptions`.
- fix!: Change ListCheckSuiteOptions.AppID from int to int64
([#&#8203;3633](https://redirect.github.com/google/go-github/issues/3633))
BREAKING CHANGE: Change `ListCheckSuiteOptions.AppID` from `int` to
`int64`

...and the following additional changes:

- Bump go-github from v72 to v73 in /scrape
([#&#8203;3600](https://redirect.github.com/google/go-github/issues/3600))
- refactor: Simplify error handling in JSON decoding in tests
([#&#8203;3602](https://redirect.github.com/google/go-github/issues/3602))
- refactor: fix revive.unused-parameter lint issues
([#&#8203;3603](https://redirect.github.com/google/go-github/issues/3603))
- chore: Correct typos in comments and tests error messages
([#&#8203;3604](https://redirect.github.com/google/go-github/issues/3604))
- feat: Add organization migration options
([#&#8203;3606](https://redirect.github.com/google/go-github/issues/3606))
- feat: Add new enhanced billing endpoints
([#&#8203;3605](https://redirect.github.com/google/go-github/issues/3605))
- docs: Update HTTP cache references to RFC 9111 compliant
implementation
([#&#8203;3608](https://redirect.github.com/google/go-github/issues/3608))
- fix: Remove custom Accept in Apps.ListRepos and Apps.ListUserRepos
([#&#8203;3609](https://redirect.github.com/google/go-github/issues/3609))
- fix: Change UsageItem.Quantity from int to float64
([#&#8203;3610](https://redirect.github.com/google/go-github/issues/3610))
- fix: Fix broken URL for SubIssueService.Remove endpoint
([#&#8203;3613](https://redirect.github.com/google/go-github/issues/3613))
- feat: Add DisableRateLimitCheck option to client
([#&#8203;3607](https://redirect.github.com/google/go-github/issues/3607))
- build(deps): bump github.com/alecthomas/kong from 1.11.0 to 1.12.0 in
/tools
([#&#8203;3614](https://redirect.github.com/google/go-github/issues/3614))
- chore: Fix some minor issues in the comments
([#&#8203;3615](https://redirect.github.com/google/go-github/issues/3615))
- fix: Handle null assignee in Copilot Seat Billing API response
([#&#8203;3619](https://redirect.github.com/google/go-github/issues/3619))
- fix: Add ProtectionURL field to Repositories.ListBranches response
([#&#8203;3618](https://redirect.github.com/google/go-github/issues/3618))
- feat: Add digest field to Artifact
([#&#8203;3621](https://redirect.github.com/google/go-github/issues/3621))
- fix: Add missing require\_last\_push\_approval field to branch
protection rule event structs
([#&#8203;3623](https://redirect.github.com/google/go-github/issues/3623))
- build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 in /tools
([#&#8203;3624](https://redirect.github.com/google/go-github/issues/3624))
- build(deps): bump golang.org/x/net from 0.41.0 to 0.42.0 in /scrape
([#&#8203;3625](https://redirect.github.com/google/go-github/issues/3625))
- feat: Add the Digest field to ReleaseAsset
([#&#8203;3628](https://redirect.github.com/google/go-github/issues/3628))
- refactor: Fix revive.unnecessary-format lint issues
([#&#8203;3629](https://redirect.github.com/google/go-github/issues/3629))
- build(deps): bump github.com/alecthomas/kong from 1.12.0 to 1.12.1 in
/tools
([#&#8203;3632](https://redirect.github.com/google/go-github/issues/3632))
- docs: Extend RepositoryContentGetOptions description
([#&#8203;3637](https://redirect.github.com/google/go-github/issues/3637))
- Bump version of go-github to v74.0.0
([#&#8203;3638](https://redirect.github.com/google/go-github/issues/3638))

###
[`v73.0.0`](https://redirect.github.com/google/go-github/releases/tag/v73.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v72.0.0...v73.0.0)

This release contains the following breaking API changes:

- feat!: Add repository query option to ListCustomPropertyValues
([#&#8203;3598](https://redirect.github.com/google/go-github/issues/3598))
BREAKING CHANGE: `ListCustomPropertyValues` now takes
`ListCustomPropertyValuesOptions` instead of `ListOptions`.

...and the following additional changes:

- Bump go-github from v71 to v72 in /scrape
([#&#8203;3572](https://redirect.github.com/google/go-github/issues/3572))
- Update OpenAPI
([#&#8203;3574](https://redirect.github.com/google/go-github/issues/3574))
- Improve DownloadContents and DownloadContentsWithMeta methods
([#&#8203;3573](https://redirect.github.com/google/go-github/issues/3573))
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 in the actions
group
([#&#8203;3575](https://redirect.github.com/google/go-github/issues/3575))
- build(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 in /scrape
([#&#8203;3576](https://redirect.github.com/google/go-github/issues/3576))
- build(deps): bump github.com/alecthomas/kong from 1.10.0 to 1.11.0 in
/tools
([#&#8203;3578](https://redirect.github.com/google/go-github/issues/3578))
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.3
([#&#8203;3579](https://redirect.github.com/google/go-github/issues/3579))
- feat: Add support for sub-issue
([#&#8203;3580](https://redirect.github.com/google/go-github/issues/3580))
- fix: Add missing relationship and pkg external info for SBOMs
([#&#8203;3582](https://redirect.github.com/google/go-github/issues/3582))
- chore: Use any instead of interface{}
([#&#8203;3584](https://redirect.github.com/google/go-github/issues/3584))
- chore: Migrate golangci-lint to v2
([#&#8203;3587](https://redirect.github.com/google/go-github/issues/3587))
- chore: Add alexandear to REVIEWERS
([#&#8203;3588](https://redirect.github.com/google/go-github/issues/3588))
- docs: Update minimum Go version in README to 1.23
([#&#8203;3589](https://redirect.github.com/google/go-github/issues/3589))
- fix: Use stable media type in Starring API
([#&#8203;3590](https://redirect.github.com/google/go-github/issues/3590))
- docs: Use pkgsite links
([#&#8203;3591](https://redirect.github.com/google/go-github/issues/3591))
- build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 in /scrape
([#&#8203;3593](https://redirect.github.com/google/go-github/issues/3593))
- build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 in /tools
([#&#8203;3594](https://redirect.github.com/google/go-github/issues/3594))
- build(deps): bump github.com/cloudflare/circl from 1.3.7 to 1.6.1 in
/example
([#&#8203;3595](https://redirect.github.com/google/go-github/issues/3595))
- Bump version of go-github to v73.0.0
([#&#8203;3599](https://redirect.github.com/google/go-github/issues/3599))

###
[`v72.0.0`](https://redirect.github.com/google/go-github/releases/tag/v72.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v71.0.0...v72.0.0)

This release contains the following breaking API changes:

- chore!: Remove support for Required Workflows
([#&#8203;3538](https://redirect.github.com/google/go-github/issues/3538))
- fix!: Differentiate merge method of pull request and merge queue
([#&#8203;3559](https://redirect.github.com/google/go-github/issues/3559))
BREAKING CHANGE: `MergeMethod*` consts have been split into:
`PullRequestMergeMethod*` and `MergeQueueMergeMethod*`.
- feat!: Add support for pagination options in rules API methods
([#&#8203;3562](https://redirect.github.com/google/go-github/issues/3562))
BREAKING CHANGE: `GetRulesForBranch`, `GetAllRulesets`, and
`GetAllRepositoryRulesets` now accept `opts`.

...and the following additional changes:

- Bump go-github from v70 to v71 in /scrape
([#&#8203;3541](https://redirect.github.com/google/go-github/issues/3541))
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /scrape
([#&#8203;3536](https://redirect.github.com/google/go-github/issues/3536))
- build(deps): bump github.com/alecthomas/kong from 1.9.0 to 1.10.0 in
/tools
([#&#8203;3542](https://redirect.github.com/google/go-github/issues/3542))
- build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 in /tools
([#&#8203;3543](https://redirect.github.com/google/go-github/issues/3543))
- Add support for registry\_package event
([#&#8203;3545](https://redirect.github.com/google/go-github/issues/3545))
- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2
([#&#8203;3551](https://redirect.github.com/google/go-github/issues/3551))
- build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 in /scrape
([#&#8203;3549](https://redirect.github.com/google/go-github/issues/3549))
- build(deps): bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.10.3
in /scrape
([#&#8203;3550](https://redirect.github.com/google/go-github/issues/3550))
- feat: Add EPSS to Dependabot alerts
([#&#8203;3547](https://redirect.github.com/google/go-github/issues/3547))
- Revert "build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2"
([#&#8203;3552](https://redirect.github.com/google/go-github/issues/3552))
- feat: Add new fields and options to secret scanning structs
([#&#8203;3548](https://redirect.github.com/google/go-github/issues/3548))
- build(deps): bump golang.org/x/net from 0.36.0 to 0.38.0 in /example
in the go\_modules group across 1 directory
([#&#8203;3553](https://redirect.github.com/google/go-github/issues/3553))
- Add case-instensitive GetHeader for HookRequest & HookResponse
([#&#8203;3556](https://redirect.github.com/google/go-github/issues/3556))
- Add issue Type to IssueRequest
([#&#8203;3567](https://redirect.github.com/google/go-github/issues/3567))
- build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 in /tools
([#&#8203;3568](https://redirect.github.com/google/go-github/issues/3568))
- build(deps): bump github.com/getkin/kin-openapi from 0.131.0 to
0.132.0 in /tools
([#&#8203;3569](https://redirect.github.com/google/go-github/issues/3569))
- Add ListCursorOptions to list Issues methods
([#&#8203;3570](https://redirect.github.com/google/go-github/issues/3570))
- Bump version of go-github to v72.0.0
([#&#8203;3571](https://redirect.github.com/google/go-github/issues/3571))

###
[`v71.0.0`](https://redirect.github.com/google/go-github/releases/tag/v71.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v70.0.0...v71.0.0)

This release contains the following breaking API changes:

- feat!: Add ListReactionOptions to all ListxxReactions functions to
enable filter by content
([#&#8203;3532](https://redirect.github.com/google/go-github/issues/3532))
BREAKING CHANGE: `ListCommentReactionOptions` => `ListReactionOptions`
and all `List*Reactions` methods now use it.

...and the following additional changes:

- Bump go-github from v69 to v70 in /scrape
([#&#8203;3521](https://redirect.github.com/google/go-github/issues/3521))
- Path escape fix in UserService.GetPackage()
([#&#8203;3522](https://redirect.github.com/google/go-github/issues/3522))
- Update openapi
([#&#8203;3526](https://redirect.github.com/google/go-github/issues/3526))
- feat: Add support for Issue Types API
([#&#8203;3525](https://redirect.github.com/google/go-github/issues/3525))
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 in
/example
([#&#8203;3528](https://redirect.github.com/google/go-github/issues/3528))
- build(deps): bump the actions group with 2 updates
([#&#8203;3530](https://redirect.github.com/google/go-github/issues/3530))
- build(deps): bump github.com/getkin/kin-openapi from 0.130.0 to
0.131.0 in /tools
([#&#8203;3531](https://redirect.github.com/google/go-github/issues/3531))
- Add ListReleaseReactions and DeleteReleaseReaction
([#&#8203;3533](https://redirect.github.com/google/go-github/issues/3533))
- feat: Add actions\_macos field to APIMeta struct
([#&#8203;3535](https://redirect.github.com/google/go-github/issues/3535))
- fix: Isolate HTTP transports in parallel tests to prevent connection
issues
([#&#8203;3529](https://redirect.github.com/google/go-github/issues/3529))
- chore: Remove redundant in Go 1.22 loop variables
([#&#8203;3537](https://redirect.github.com/google/go-github/issues/3537))
- fix: Add back repository field in Package struct
([#&#8203;3539](https://redirect.github.com/google/go-github/issues/3539))
- Bump version of go-github to v71.0.0
([#&#8203;3540](https://redirect.github.com/google/go-github/issues/3540))

###
[`v70.0.0`](https://redirect.github.com/google/go-github/releases/tag/v70.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v69.2.0...v70.0.0)

This release contains the following breaking API changes:

- feat!: Add support for network-configurations endpoints for
organization
([#&#8203;3511](https://redirect.github.com/google/go-github/issues/3511))
BREAKING CHANGE: `EnterpriseNetwork*` structs have been replaced with
`Network*` structs.
- refactor!: Update package types to align with webhook event
([#&#8203;3515](https://redirect.github.com/google/go-github/issues/3515))
BREAKING CHANGE: `PackageVersion.Body` and `PackageVersion.Metadata` are
both now `json.RawMessage`.

...and the following additional changes:

- build(deps): bump github.com/alecthomas/kong from 1.8.0 to 1.8.1 in
/tools
([#&#8203;3485](https://redirect.github.com/google/go-github/issues/3485))
- build(deps): bump github.com/google/go-github/v69 from 69.0.0 to
69.2.0 in /scrape
([#&#8203;3483](https://redirect.github.com/google/go-github/issues/3483))
- build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 in
/tools
([#&#8203;3490](https://redirect.github.com/google/go-github/issues/3490))
- Bump github.com/google/go-cmp from 0.6.0 to 0.7.0
([#&#8203;3494](https://redirect.github.com/google/go-github/issues/3494))
- build(deps): bump actions/cache from 4.2.0 to 4.2.1 in the actions
group
([#&#8203;3492](https://redirect.github.com/google/go-github/issues/3492))
- fix: Resolve '400 Custom domains' error on GitHub Enterprise Server
([#&#8203;3489](https://redirect.github.com/google/go-github/issues/3489))
- Correct the runIDFromURLRE regex to properly match the callbackURL
([#&#8203;3495](https://redirect.github.com/google/go-github/issues/3495))
- feat: Add support for GitHub-hosted runner API endpoints
([#&#8203;3487](https://redirect.github.com/google/go-github/issues/3487))
- feat: Add support for network-configurations endpoints
([#&#8203;3497](https://redirect.github.com/google/go-github/issues/3497))
- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
([#&#8203;3500](https://redirect.github.com/google/go-github/issues/3500))
- build(deps): bump actions/cache from 4.2.1 to 4.2.2 in the actions
group
([#&#8203;3499](https://redirect.github.com/google/go-github/issues/3499))
- Add created\_at field to Reaction
([#&#8203;3501](https://redirect.github.com/google/go-github/issues/3501))
- Add reason parameter to MergeGroupEvent
([#&#8203;3508](https://redirect.github.com/google/go-github/issues/3508))
- fix(ci): ensure 'auto' toolchain applies to generate
([#&#8203;3436](https://redirect.github.com/google/go-github/issues/3436))
- Bump dependency versions from dependabot warnings
([#&#8203;3512](https://redirect.github.com/google/go-github/issues/3512))
- Bump go-jose to v4.0.5
([#&#8203;3513](https://redirect.github.com/google/go-github/issues/3513))
- build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 in /example
([#&#8203;3514](https://redirect.github.com/google/go-github/issues/3514))
- docs: Update readme and examples for updated go-github-ratelimit and
introduce go-github-pagination
([#&#8203;3504](https://redirect.github.com/google/go-github/issues/3504))
- Add validity filter to secret scanning alert list options
([#&#8203;3516](https://redirect.github.com/google/go-github/issues/3516))
- build(deps): bump github.com/alecthomas/kong from 1.8.1 to 1.9.0 in
/tools
([#&#8203;3518](https://redirect.github.com/google/go-github/issues/3518))
- build(deps): bump github.com/getkin/kin-openapi from 0.129.0 to
0.130.0 in /tools
([#&#8203;3517](https://redirect.github.com/google/go-github/issues/3517))
- feat: Add automatic\_copilot\_code\_review\_enabled parameter to
ruleset API
([#&#8203;3506](https://redirect.github.com/google/go-github/issues/3506))
- Bump version of go-github to v70.0.0
([#&#8203;3520](https://redirect.github.com/google/go-github/issues/3520))

###
[`v69.2.0`](https://redirect.github.com/google/go-github/releases/tag/v69.2.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v69.1.0...v69.2.0)

This minor release contains the following changes:

- Add helper to get runID from Custom Deployment Protection Rule Event
([#&#8203;3476](https://redirect.github.com/google/go-github/issues/3476))
- feat: Add JSON marshal tests for dependabot alerts
([#&#8203;3480](https://redirect.github.com/google/go-github/issues/3480))
- feat: Add sorting list options for secret scanning
([#&#8203;3481](https://redirect.github.com/google/go-github/issues/3481))
- Bump version of go-github to v69.2.0
([#&#8203;3482](https://redirect.github.com/google/go-github/issues/3482))

###
[`v69.1.0`](https://redirect.github.com/google/go-github/releases/tag/v69.1.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v69.0.0...v69.1.0)

This minor release contains the following changes:

- Bump go-github from v68 to v69 in /scrape
([#&#8203;3464](https://redirect.github.com/google/go-github/issues/3464))
- Use a max retry after duration for secondary rate limit if specified
([#&#8203;3438](https://redirect.github.com/google/go-github/issues/3438))
- docs: Clarify ListPullRequestsWithCommit usage
([#&#8203;3465](https://redirect.github.com/google/go-github/issues/3465))
- fix: go 1.22 test breakage
([#&#8203;3459](https://redirect.github.com/google/go-github/issues/3459))
- feat: Add link to bored-engineer/github-conditional-http-transport to
conditional requests documentation
([#&#8203;3469](https://redirect.github.com/google/go-github/issues/3469))
- build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 in /tools
([#&#8203;3472](https://redirect.github.com/google/go-github/issues/3472))
- build(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 in /scrape
([#&#8203;3470](https://redirect.github.com/google/go-github/issues/3470))
- build(deps): bump github.com/alecthomas/kong from 1.7.0 to 1.8.0 in
/tools
([#&#8203;3471](https://redirect.github.com/google/go-github/issues/3471))
- Update workflow and tools to use Go1.24 and 1.23
([#&#8203;3474](https://redirect.github.com/google/go-github/issues/3474))
- chore: Only use master test runs for status badge
([#&#8203;3475](https://redirect.github.com/google/go-github/issues/3475))
- feat: Add ListProvisionedScimGroupsForEnterprise inside SCIM service
([#&#8203;3467](https://redirect.github.com/google/go-github/issues/3467))
- fix: Add missing query params to AlertListOptions
([#&#8203;3477](https://redirect.github.com/google/go-github/issues/3477))
- Bump version of go-github to v69.1.0
([#&#8203;3478](https://redirect.github.com/google/go-github/issues/3478))

###
[`v69.0.0`](https://redirect.github.com/google/go-github/releases/tag/v69.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v68.0.0...v69.0.0)

This release contains the following breaking API changes:

- feat!: Add support for enterprise rulesets
([#&#8203;3417](https://redirect.github.com/google/go-github/issues/3417))
BREAKING CHANGE: `Create*Ruleset` and `Update*Ruleset` now pass
`ruleset` parameter by-value instead of by-reference.
- fix!: Typo in field names in the CheckSuite struct
([#&#8203;3444](https://redirect.github.com/google/go-github/issues/3444))
BREAKING CHANGE: `Rerequstable`=>`Rerequestable`,
`RunsRerequstable`=>`RunsRerequestable`
- fix!: Typo in field names in the PullStats struct
([#&#8203;3445](https://redirect.github.com/google/go-github/issues/3445))
BREAKING CHANGE: `MergablePulls`=>`MergeablePulls`,
`UnmergablePulls`=>`UnmergeablePulls`
- refactor!: Do not capitalize error strings
([#&#8203;3446](https://redirect.github.com/google/go-github/issues/3446))
BREAKING CHANGE: Some error strings are slightly modified - please do
not rely on error text in general.
- fix!: Refactor the repository ruleset code
([#&#8203;3430](https://redirect.github.com/google/go-github/issues/3430))
  BREAKING CHANGES: The following types have been renamed:
  - `Ruleset` -> `RepositoryRuleset`
  - `RulesetLink` -> `RepositoryRulesetLink`
  - `RulesetLinks` -> `RepositoryRulesetLinks`
- `RulesetRefConditionParameters` ->
`RepositoryRulesetRefConditionParameters`
- `RulesetRepositoryNamesConditionParameters` ->
`RepositoryRulesetRepositoryNamesConditionParameters`
- `RulesetRepositoryIDsConditionParameters` ->
`RepositoryRulesetRepositoryIDsConditionParameters`
  - `RulesetRepositoryPropertyTargetParameters` -> `Repository`
- `RulesetRepositoryPropertyConditionParameters` ->
`RepositoryRulesetRepositoryPropertyConditionParameters`
- `RulesetOrganizationNamesConditionParameters` ->
`RepositoryRulesetOrganizationNamesConditionParameters`
- `RulesetOrganizationIDsConditionParameters` ->
`RepositoryRulesetOrganizationIDsConditionParameters`
  - `RulesetConditions` -> `RepositoryRulesetConditions`
  - `RepositoryRulesetEditedChanges` -> `RepositoryRulesetChanges`
  - `RepositoryRulesetEditedSource` -> `RepositoryRulesetChangeSource`
  - `RepositoryRulesetEditedSources` -> `RepositoryRulesetChangeSources`
- `RepositoryRulesetEditedConditions` ->
`RepositoryRulesetUpdatedConditions`
- `RepositoryRulesetUpdatedConditionsEdited` ->
`RepositoryRulesetUpdatedCondition`
  - `RepositoryRulesetEditedRules` -> `RepositoryRulesetChangedRules`
  - `RepositoryRulesetUpdatedRules` -> `RepositoryRulesetUpdatedRules`
- `RepositoryRulesetEditedRuleChanges` -> `RepositoryRulesetChangedRule`
- chore!: Add sliceofpointers custom linter
([#&#8203;3447](https://redirect.github.com/google/go-github/issues/3447))
BREAKING CHANGE: `ListOAuthApps` now returns `([]*OAuthApp, error)`
instead of `([]OAuthApp, error)`.
- feat!: Change User.InheritedFrom to a slice
([#&#8203;3460](https://redirect.github.com/google/go-github/issues/3460))
BREAKING CHANGE: `User.InheritedFrom` is changed from a `*Team` to a
`[]*Team`.

...and the following additional changes:

- Bump go-github from v67 to v68 in /scrape
([#&#8203;3398](https://redirect.github.com/google/go-github/issues/3398))
- build(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 in /scrape
([#&#8203;3400](https://redirect.github.com/google/go-github/issues/3400))
- build(deps): bump codecov/codecov-action from 5.1.1 to 5.1.2
([#&#8203;3401](https://redirect.github.com/google/go-github/issues/3401))
- Bump golang.org/x/net to v0.33.0
([#&#8203;3402](https://redirect.github.com/google/go-github/issues/3402))
- Add TokenID and TokenName to PersonalAccessToken struct
([#&#8203;3404](https://redirect.github.com/google/go-github/issues/3404))
- Bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.1 in /scrape
([#&#8203;3408](https://redirect.github.com/google/go-github/issues/3408))
- Bump Go to 1.22.10 or 1.23.4 in go.mod files
([#&#8203;3410](https://redirect.github.com/google/go-github/issues/3410))
- Add opt-in rate limit support on endpoints returning 302s
([#&#8203;3411](https://redirect.github.com/google/go-github/issues/3411))
- Update OpenAPI
([#&#8203;3419](https://redirect.github.com/google/go-github/issues/3419))
- build(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 in /scrape
([#&#8203;3420](https://redirect.github.com/google/go-github/issues/3420))
- Permit toggling rate limit check by consumers
([#&#8203;3386](https://redirect.github.com/google/go-github/issues/3386))
- build(deps): Pin and group actions/\*
([#&#8203;3424](https://redirect.github.com/google/go-github/issues/3424))
- Add deprecation messages to security managers APIs
([#&#8203;3426](https://redirect.github.com/google/go-github/issues/3426))
- fix: Relax go directive in go.mod to 1.22.0
([#&#8203;3423](https://redirect.github.com/google/go-github/issues/3423))
- Enforce toolchain requirement in generate.sh
([#&#8203;3428](https://redirect.github.com/google/go-github/issues/3428))
- feat: Add missing notification\_setting to Team
([#&#8203;3431](https://redirect.github.com/google/go-github/issues/3431))
- chore: Add reviewers file
([#&#8203;3435](https://redirect.github.com/google/go-github/issues/3435))
- gen-accessors: Update dumping of getters
([#&#8203;3437](https://redirect.github.com/google/go-github/issues/3437))
- chore: Fix codecov upload
([#&#8203;3440](https://redirect.github.com/google/go-github/issues/3440))
- chore: Spell "unmarshal" consistently with one el
([#&#8203;3441](https://redirect.github.com/google/go-github/issues/3441))
- fix: Typos in func parameter, vars, error, and comments
([#&#8203;3442](https://redirect.github.com/google/go-github/issues/3442))
- feat: Add manage\_ghes endpoints introduced in 3.15
([#&#8203;3433](https://redirect.github.com/google/go-github/issues/3433))
- Fix minor typo
([#&#8203;3448](https://redirect.github.com/google/go-github/issues/3448))
- chore: Check and fix license headers
([#&#8203;3449](https://redirect.github.com/google/go-github/issues/3449))
- Add new fields for IssueType
([#&#8203;3451](https://redirect.github.com/google/go-github/issues/3451))
- ci: update golangci-lint to v1.63.4
([#&#8203;3452](https://redirect.github.com/google/go-github/issues/3452))
- Extend Rate and Rate Limiting with X-Ratelimit-Used and
`X-Ratelimit-Resource` headers
([#&#8203;3453](https://redirect.github.com/google/go-github/issues/3453))
- build(deps): bump actions/setup-go from 5.2.0 to 5.3.0 in the actions
group
([#&#8203;3454](https://redirect.github.com/google/go-github/issues/3454))
- build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1
([#&#8203;3455](https://redirect.github.com/google/go-github/issues/3455))
- docs: Add clarifications for mergeable field in pull requests
([#&#8203;3396](https://redirect.github.com/google/go-github/issues/3396))
- build(deps): bump github.com/alecthomas/kong from 1.6.0 to 1.7.0 in
/tools
([#&#8203;3458](https://redirect.github.com/google/go-github/issues/3458))
- Bump version of go-github to v69.0.0
([#&#8203;3463](https://redirect.github.com/google/go-github/issues/3463))

###
[`v68.0.0`](https://redirect.github.com/google/go-github/releases/tag/v68.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v67.0.0...v68.0.0)

This release contains the following breaking API changes:

- feat!: Remove Project (classic) support
([#&#8203;3380](https://redirect.github.com/google/go-github/issues/3380))
BREAKING CHANGE: All support for "Project (classic)" is removed and
`Project` responses are replaced by `ProjectV2` (renamed from
`ProjectsV2`).
- fix!: Remove unused Stats field from Commit struct
([#&#8203;3395](https://redirect.github.com/google/go-github/issues/3395))
BREAKING CHANGE: The unused `Stats` field is removed from the `Commit`
struct.

...and the following additional changes:

- Bump go-github from v66 to v67 in /scrape
([#&#8203;3361](https://redirect.github.com/google/go-github/issues/3361))
- Map more missing installation permissions
([#&#8203;3363](https://redirect.github.com/google/go-github/issues/3363))
- build(deps): bump github.com/alecthomas/kong from 1.4.0 to 1.5.0 in
/tools
([#&#8203;3365](https://redirect.github.com/google/go-github/issues/3365))
- fix: Preserve HTTP Response in URL Errors
([#&#8203;3369](https://redirect.github.com/google/go-github/issues/3369))
- Update OpenAPI
([#&#8203;3374](https://redirect.github.com/google/go-github/issues/3374))
- feat: Add assignment for org role associations
([#&#8203;3371](https://redirect.github.com/google/go-github/issues/3371))
- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1
([#&#8203;3375](https://redirect.github.com/google/go-github/issues/3375))
- build(deps): bump github.com/alecthomas/kong from 1.5.0 to 1.6.0 in
/tools
([#&#8203;3376](https://redirect.github.com/google/go-github/issues/3376))
- build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 in /tools
([#&#8203;3377](https://redirect.github.com/google/go-github/issues/3377))
- build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 in /scrape
([#&#8203;3378](https://redirect.github.com/google/go-github/issues/3378))
- chore: Deprecate legacy ID-based team methods
([#&#8203;3373](https://redirect.github.com/google/go-github/issues/3373))
- feat: Support resolution\_comment to update alert API
([#&#8203;3357](https://redirect.github.com/google/go-github/issues/3357))
- feat: Add custom\_property events
([#&#8203;3379](https://redirect.github.com/google/go-github/issues/3379))
- feat: Deprecate and replace Bool,Int,Int64,String with Ptr using
generics
([#&#8203;3355](https://redirect.github.com/google/go-github/issues/3355))
- feat: Add GET for custom org repo role
([#&#8203;3372](https://redirect.github.com/google/go-github/issues/3372))
- chore: Remove commented out test code
([#&#8203;3381](https://redirect.github.com/google/go-github/issues/3381))
- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 in
/example in the go\_modules group
([#&#8203;3383](https://redirect.github.com/google/go-github/issues/3383))
- feat: Add enterprise custom properties
([#&#8203;3382](https://redirect.github.com/google/go-github/issues/3382))
- Change header keys to be canonical
([#&#8203;3389](https://redirect.github.com/google/go-github/issues/3389))
- chore: Sort std imports
([#&#8203;3390](https://redirect.github.com/google/go-github/issues/3390))
- feat: Document review request events in Timeline struct
([#&#8203;3391](https://redirect.github.com/google/go-github/issues/3391))
- fix: DownloadReleaseAsset handles renamed repository
([#&#8203;3392](https://redirect.github.com/google/go-github/issues/3392))
- Bump version of go-github to v68.0.0
([#&#8203;3397](https://redirect.github.com/google/go-github/issues/3397))

###
[`v67.0.0`](https://redirect.github.com/google/go-github/releases/tag/v67.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v66.0.0...v67.0.0)

This release contains the following breaking API changes:

- feat!: Add name query parameter to ActionsService.ListArtifacts
([#&#8203;3330](https://redirect.github.com/google/go-github/issues/3330))
BREAKING CHANGE: `opts` argument to `ActionsService.ListArtifacts`
changed from `ListOptions` to `ListArtifactsOptions`.
- feat!: Rename code scanning params from plural to singular
([#&#8203;3331](https://redirect.github.com/google/go-github/issues/3331))
BREAKING CHANGE: Rename `RuleRequiredCodeScanningTools` to
`RuleRequiredCodeScanningTool`.
- feat!: Fix source property on Repo Custom Properties
([#&#8203;3333](https://redirect.github.com/google/go-github/issues/3333))
BREAKING CHANGE: Change
`RulesetRepositoryPropertyTargetParameters.Source` from `string` to
`*string`.

...and the following additional changes:

- Bump go-github from v65 to v66 in /scrape
([#&#8203;3311](https://redirect.github.com/google/go-github/issues/3311))
- build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /scrape
([#&#8203;3313](https://redirect.github.com/google/go-github/issues/3313))
- build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0
([#&#8203;3312](https://redirect.github.com/google/go-github/issues/3312))
- build(deps): bump github.com/getkin/kin-openapi from 0.127.0 to
0.128.0 in /tools
([#&#8203;3314](https://redirect.github.com/google/go-github/issues/3314))
- refactor: Remove unneeded strings.Join calls
([#&#8203;3317](https://redirect.github.com/google/go-github/issues/3317))
- feat: Add CreatedAt and UpdatedAt to Ruleset
([#&#8203;3316](https://redirect.github.com/google/go-github/issues/3316))
- feat: Add Expired to RepositoryInvitation
([#&#8203;3320](https://redirect.github.com/google/go-github/issues/3320))
- Update openapi\_operations.yaml
([#&#8203;3322](https://redirect.github.com/google/go-github/issues/3322))
- refactor: Enable perfsprint; fix appeared lint issues
([#&#8203;3324](https://redirect.github.com/google/go-github/issues/3324))
- refactor: Replace 'println' with 'fmt.Println'
([#&#8203;3326](https://redirect.github.com/google/go-github/issues/3326))
- docs: Add dots at the end of sentences
([#&#8203;3325](https://redirect.github.com/google/go-github/issues/3325))
- scrape: refactor tests with t.Fatal
([#&#8203;3299](https://redirect.github.com/google/go-github/issues/3299))
- feat: Support Code Security Configurations API
([#&#8203;3319](https://redirect.github.com/google/go-github/issues/3319))
- Add Copilot Usage Summary for Organization
([#&#8203;3321](https://redirect.github.com/google/go-github/issues/3321))
- chore: Remove deprecated build constraints
([#&#8203;3306](https://redirect.github.com/google/go-github/issues/3306))
- refactor: Replace 'print' with 'fmt.Print'
([#&#8203;3327](https://redirect.github.com/google/go-github/issues/3327))
- Add Webhook for Repository ruleset
([#&#8203;3305](https://redirect.github.com/google/go-github/issues/3305))
- feat: Add support for code\_scanning
([#&#8203;3256](https://redirect.github.com/google/go-github/issues/3256))
- docs: put a space between // and comment text
([#&#8203;3329](https://redirect.github.com/google/go-github/issues/3329))
- Add support for fetching artifact attestations at the org, repo and
user levels
([#&#8203;3334](https://redirect.github.com/google/go-github/issues/3334))
- Add BranchProtectionConfigurationEvent and
SecretScanningAlertLocationEvent
([#&#8203;3332](https://redirect.github.com/google/go-github/issues/3332))
- build(deps): bump github.com/theupdateframework/go-tuf/v2 from 2.0.0
to 2.0.1 in /example in the go\_modules group
([#&#8203;3338](https://redirect.github.com/google/go-github/issues/3338))
- Allow RemoveReviewers to remove only teams
([#&#8203;3337](https://redirect.github.com/google/go-github/issues/3337))
- build(deps): bump github.com/alecthomas/kong from 1.2.1 to 1.3.0 in
/tools
([#&#8203;3342](https://redirect.github.com/google/go-github/issues/3342))
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 in
/example in the go\_modules group
([#&#8203;3343](https://redirect.github.com/google/go-github/issues/3343))
- feat(secret scanning): Support pull\_request\_comment\_url
([#&#8203;3344](https://redirect.github.com/google/go-github/issues/3344))
- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 in /scrape
([#&#8203;3348](https://redirect.github.com/google/go-github/issues/3348))
- build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 in /tools
([#&#8203;3347](https://redirect.github.com/google/go-github/issues/3347))
- build(deps): bump github.com/alecthomas/kong from 1.3.0 to 1.4.0 in
/tools
([#&#8203;3346](https://redirect.github.com/google/go-github/issues/3346))
- refactor: Enable revive linter and fix up lint issues
([#&#8203;3345](https://redirect.github.com/google/go-github/issues/3345))
- Add missing permissions to InstallationPermissions struct
([#&#8203;3349](https://redirect.github.com/google/go-github/issues/3349))
- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.2
([#&#8203;3351](https://redirect.github.com/google/go-github/issues/3351))
- Update OpenAPI
([#&#8203;3352](https://redirect.github.com/google/go-github/issues/3352))
- Add missing Deployment field to workflow\_job event type
([#&#8203;3353](https://redirect.github.com/google/go-github/issues/3353))
- feat: Support Copilot metrics endpoints
([#&#8203;3350](https://redirect.github.com/google/go-github/issues/3350))
- feat: Remove the beta endpoint for Copilot usage
([#&#8203;3354](https://redirect.github.com/google/go-github/issues/3354))
- build(deps): bump codecov/codecov-action from 5.0.2 to 5.0.7
([#&#8203;3358](https://redirect.github.com/google/go-github/issues/3358))
- Update AUTHORS
([#&#8203;3359](https://redirect.github.com/google/go-github/issues/3359))
- Bump version of go-github to v67.0.0
([#&#8203;3360](https://redirect.github.com/google/go-github/issues/3360))

###
[`v66.0.0`](https://redirect.github.com/google/go-github/releases/tag/v66.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v65.0.0...v66.0.0)

This release contains the following breaking API changes:

- feat!: Add login query param support to ListCredentialAuthorizations
([#&#8203;3270](https://redirect.github.com/google/go-github/issues/3270))
BREAKING CHANGE: `ListCredentialAuthorizations` now takes `opts
*CredentialAuthorizationsListOptions` instead of `ListOptions`.

...and the following additional changes:

- Bump go-github from v64 to v65 in /scrape
([#&#8203;3267](https://redirect.github.com/google/go-github/issues/3267))
- Bump github.com/alecthomas/kong from 0.9.0 to 1.2.1 in /tools
([#&#8203;3268](https://redirect.github.com/google/go-github/issues/3268))
- Add 'mark thread as done' functionality
([#&#8203;3265](https://redirect.github.com/google/go-github/issues/3265))
- Update comment for Ruleset
([#&#8203;3275](https://redirect.github.com/google/go-github/issues/3275))
- Add missing fields to the checksuite event
([#&#8203;3278](https://redirect.github.com/google/go-github/issues/3278))
- chore: Change golangci-lint output format due to deprecation
([#&#8203;3279](https://redirect.github.com/google/go-github/issues/3279))
- feat: Support baseRole option for custom organization roles
([#&#8203;3284](https://redirect.github.com/google/go-github/issues/3284))
- Update AUTHORS
([#&#8203;3286](https://redirect.github.com/google/go-github/issues/3286))
- feat: Support getting an organization role
([#&#8203;3285](https://redirect.github.com/google/go-github/issues/3285))
- feat: Implement organization role assignments for both users and teams
([#&#8203;3281](https://redirect.github.com/google/go-github/issues/3281))
- chore: Enable gosec G602 rule
([#&#8203;3287](https://redirect.github.com/google/go-github/issues/3287))
- fix: Correct typos in vars, comments, tests
([#&#8203;3289](https://redirect.github.com/google/go-github/issues/3289))
- fix: Avoid allocation in the stringifyValue
([#&#8203;3292](https://redirect.github.com/google/go-github/issues/3292))
- Add CancelInvite method to cancel an org invitation by ID
([#&#8203;3263](https://redirect.github.com/google/go-github/issues/3263))
- Add support DeploymentReview Event,
ReviewCustomDeploymentProtectionRule API, GetPendingDeployments API
([#&#8203;3254](https://redirect.github.com/google/go-github/issues/3254))
- refactor: Simplify temp file creation in tests
([#&#8203;3290](https://redirect.github.com/google/go-github/issues/3290))
- refactor: Refactor org\_custom\_roles.go into multiple files
([#&#8203;3291](https://redirect.github.com/google/go-github/issues/3291))
- feat: Implement missing push rules
([#&#8203;3294](https://redirect.github.com/google/go-github/issues/3294))
- refactor: Do not call teardown manually in tests
([#&#8203;3296](https://redirect.github.com/google/go-github/issues/3296))
- docs: Replace godoc.org with pkg.go.dev
([#&#8203;3301](https://redirect.github.com/google/go-github/issues/3301))
- refactor: Remove redundant local vars in examples
([#&#8203;3303](https://redirect.github.com/google/go-github/issues/3303))
- fix: Add missing NotificationSetting to newTeamNoParent
([#&#8203;3302](https://redirect.github.com/google/go-github/issues/3302))
- docs: Improve formatting in README
([#&#8203;3300](https://redirect.github.com/google/go-github/issues/3300))
- docs: Fix typo in test comment
([#&#8203;3307](https://redirect.github.com/google/go-github/issues/3307))
- Add t.Parallel to unit tests
([#&#8203;3297](https://redirect.github.com/google/go-github/issues/3297))
- fix: Allow removing/unsetting repository custom property
([#&#8203;3309](https://redirect.github.com/google/go-github/issues/3309))
- Bump version of go-github to v66.0.0
([#&#8203;3310](https://redirect.github.com/google/go-github/issues/3310))

###
[`v65.0.0`](https://redirect.github.com/google/go-github/releases/tag/v65.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v64.0.0...v65.0.0)

This release contains the following breaking API changes:

- feat!: Fix meta service domains schema structure
([#&#8203;3249](https://redirect.github.com/google/go-github/issues/3249))
  BREAKING CHANGE: `APIMeta.Domains` changed from `map` to `struct`.
- feat!: Fix broken SCIMService.ProvisionAndInviteSCIMUser method
([#&#8203;3239](https://redirect.github.com/google/go-github/issues/3239))
BREAKING CHANGE: `SCIMService.ProvisionAndInviteSCIMUser` now returns a
response.
- feat!: Add merge queue parameters to repository ruleset
([#&#8203;3253](https://redirect.github.com/google/go-github/issues/3253))
BREAKING CHANGE: `NewMergeQueueRule` now takes one parameter:
`*MergeQueueRuleParameters`.

...and the following additional changes:

- Bump go-github from v63 to v64 in /scrape
([#&#8203;3241](https://redirect.github.com/google/go-github/issues/3241))
- Update workflow and tools to use Go 1.23 and 1.22
([#&#8203;3242](https://redirect.github.com/google/go-github/issues/3242))
- Add Organization PAT field

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Upgrade vendored github.com/google/go-github from v57 to v77, bringing
extensive API additions, renames, and behavior changes across services.
> 
> - **Dependency**:
> - Bump `github.com/google/go-github` from `v57` to `v77` (vendor +
go.mod/go.sum).
> - **Major API surface changes (vendored client)**:
> - New/expanded services and endpoints (Projects v2 items/fields,
Secret Scanning, Private Registries, Rules/Rulesets, Attestations, SCIM,
Codesecurity configs, Network configurations, Sub-issues, Social
accounts, etc.).
> - Renames/behavior updates (e.g., `Edit*` → `Update*`, required params
by-value, header casing, rate limit handling incl. redirects, canonical
helpers `Ptr[T]`).
> - Struct and field adjustments (new/removed/typed fields,
deprecations, JSON/tag fixes), plus additional methods for releases,
repos, teams, issues, and reactions.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
eb787576bf811c8663d406f6945baa9dfacb4f4a. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
aknuds1 pushed a commit that referenced this pull request Nov 10, 2025
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [grafana/grafana](https://redirect.github.com/grafana/grafana) | major
| `11.6.7` -> `12.2.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>grafana/grafana (grafana/grafana)</summary>

###
[`v12.2.1`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1221-2025-10-21)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.2.0...v12.2.1)

##### Features and enhancements

- **Go:** Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net
v0.45.0
[#&#8203;112156](https://redirect.github.com/grafana/grafana/pull/112156),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Go:** Update to 1.25.3
[#&#8203;112361](https://redirect.github.com/grafana/grafana/pull/112361),
[@&#8203;macabu](https://redirect.github.com/macabu)

##### Bug fixes

- **Auth:** Fix render user OAuth passthrough
[#&#8203;112092](https://redirect.github.com/grafana/grafana/pull/112092),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Dashboards:** Fix missing Ctrl+O keyboard shortcut for crosshair
toggle
[#&#8203;111402](https://redirect.github.com/grafana/grafana/pull/111402),
[@&#8203;ivanortegaalba](https://redirect.github.com/ivanortegaalba)
- **Fix:** Fix redirection after login when Grafana is served from
subpath
[#&#8203;111069](https://redirect.github.com/grafana/grafana/pull/111069),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **FlameGraph:** Ensure total is only counted once for recursive
function calls
[#&#8203;111606](https://redirect.github.com/grafana/grafana/pull/111606),
[@&#8203;simonswine](https://redirect.github.com/simonswine)
- **LDAP Authentication:** Fix URL to propagate username context as
parameter
[#&#8203;111849](https://redirect.github.com/grafana/grafana/pull/111849),
[@&#8203;bradleypettit](https://redirect.github.com/bradleypettit)
- **Plugins:** Dependencies do not inherit parent URL for preinstall
[#&#8203;111769](https://redirect.github.com/grafana/grafana/pull/111769),
[@&#8203;wbrowne](https://redirect.github.com/wbrowne)
- **Table:** Backport the Safari 26 fixes to 12.2.1
[#&#8203;111906](https://redirect.github.com/grafana/grafana/pull/111906),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)

<!-- 12.2.1 END -->

<!-- 12.1.3 START -->

###
[`v12.2.0`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1220-2025-09-23)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.1.3...v12.2.0)

##### Features and enhancements

- \*\* Alerting:\*\* Add feedback buttons for the new AI helpers
(Enterprise)
- **Access:** Remove plugin app access in plugin basic role seeder
(Enterprise)
- **Actions:** Infinity authentication
[#&#8203;109493](https://redirect.github.com/grafana/grafana/pull/109493),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **Alerting:** Add GMA export to the new list page
[#&#8203;109784](https://redirect.github.com/grafana/grafana/pull/109784),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Add alerting AI buttons for cloud (Enterprise)
- **Alerting:** Add contact point filter to Active Notifications page
[#&#8203;109775](https://redirect.github.com/grafana/grafana/pull/109775),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Add enrichment per rule extension component (Enterprise)
- **Alerting:** Add extension point link from alert rule to
grafana-metricsdrilldown-app
[#&#8203;108566](https://redirect.github.com/grafana/grafana/pull/108566),
[@&#8203;bohandley](https://redirect.github.com/bohandley)
- **Alerting:** Add feature toggle and extension point
[#&#8203;110141](https://redirect.github.com/grafana/grafana/pull/110141),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add keepFiringFor and
missing\_series\_evals\_to\_resolve to file provisioning
[#&#8203;109699](https://redirect.github.com/grafana/grafana/pull/109699),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Add observability to enrichment UI (Enterprise)
- **Alerting:** Add tooltips in enrichment list for enrichment type
(Enterprise)
- **Alerting:** Alert enrichment list page (Enterprise)
- **Alerting:** Allow filter by rule source in Filter V2
[#&#8203;110336](https://redirect.github.com/grafana/grafana/pull/110336),
[@&#8203;laurenashleigh](https://redirect.github.com/laurenashleigh)
- **Alerting:** Auto refresh contact points in the rule form
[#&#8203;109539](https://redirect.github.com/grafana/grafana/pull/109539),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Check if TimeInterval is used in ActiveTimings when
deleting
[#&#8203;110691](https://redirect.github.com/grafana/grafana/pull/110691),
[@&#8203;fayzal-g](https://redirect.github.com/fayzal-g)
- **Alerting:** Disable group consistency check for GMA rules
[#&#8203;109599](https://redirect.github.com/grafana/grafana/pull/109599),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Display Error Message in Alert History View
[#&#8203;110123](https://redirect.github.com/grafana/grafana/pull/110123),
[@&#8203;laurenashleigh](https://redirect.github.com/laurenashleigh)
- **Alerting:** Enrichment Config Form (Enterprise)
- **Alerting:** Filter out private labels before writing recording rules
[#&#8203;109295](https://redirect.github.com/grafana/grafana/pull/109295),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** List V2 - Add a group link to the rule list item
[#&#8203;108960](https://redirect.github.com/grafana/grafana/pull/108960),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** List V2 - datasource icons for rules
[#&#8203;109033](https://redirect.github.com/grafana/grafana/pull/109033),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Load labels in drop-downs without blocking the
interaction with the form inputs
[#&#8203;110648](https://redirect.github.com/grafana/grafana/pull/110648),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Mark Prometheus to Grafana conversion API as stable
[#&#8203;103499](https://redirect.github.com/grafana/grafana/pull/103499),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Move alerting file to an alerting folder
[#&#8203;110257](https://redirect.github.com/grafana/grafana/pull/110257),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Support JSON responses in the Prometheus conversion API
[#&#8203;109070](https://redirect.github.com/grafana/grafana/pull/109070),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Support extra labels in the Prometheus conversion API
[#&#8203;109136](https://redirect.github.com/grafana/grafana/pull/109136),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Support retry with backoff in alert rule evaluation
[#&#8203;99710](https://redirect.github.com/grafana/grafana/pull/99710),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Triage alert history with Assistant if available
(Enterprise)
- **Auditing:** Add settings to control recording of datasource query
request and response body (Enterprise)
- **Auth:** Add setting to disable username based brute force login
protection
[#&#8203;109152](https://redirect.github.com/grafana/grafana/pull/109152),
[@&#8203;TheoBrigitte](https://redirect.github.com/TheoBrigitte)
- **Auth:** Support JWT configs `tls_client_ca` and
`jwk_set_bearer_token_file`
[#&#8203;109095](https://redirect.github.com/grafana/grafana/pull/109095),
[@&#8203;Baarsgaard](https://redirect.github.com/Baarsgaard)
- **Azure:** Resource picker improvements
([#&#8203;109458](https://redirect.github.com/grafana/grafana/issues/109458))
[#&#8203;109520](https://redirect.github.com/grafana/grafana/pull/109520),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Show resource group in picker
[#&#8203;110442](https://redirect.github.com/grafana/grafana/pull/110442),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Canvas:** Add option to disable tooltips for one-click elements
[#&#8203;109937](https://redirect.github.com/grafana/grafana/pull/109937),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **Canvas:** Dynamic connection direction
[#&#8203;108423](https://redirect.github.com/grafana/grafana/pull/108423),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **Chore:** Remove prometheusCodeModeMetricNamesSearch feature toggle
[#&#8203;109024](https://redirect.github.com/grafana/grafana/pull/109024),
[@&#8203;itsmylife](https://redirect.github.com/itsmylife)
- **Chore:** Removes HideAngularDeprecation configuration
[#&#8203;110665](https://redirect.github.com/grafana/grafana/pull/110665),
[@&#8203;hugohaggmark](https://redirect.github.com/hugohaggmark)
- **CloudConfig:** Add config from defaults.ini to StackInfo
(Enterprise)
- **CloudWatch:** Append query type to the request id
[#&#8203;109068](https://redirect.github.com/grafana/grafana/pull/109068),
[@&#8203;idastambuk](https://redirect.github.com/idastambuk)
- **CloudWatch:** Use default region when query region is unset
[#&#8203;109089](https://redirect.github.com/grafana/grafana/pull/109089),
[@&#8203;iwysiu](https://redirect.github.com/iwysiu)
- **CloudWatch:** Use the correct metric name for errors per function
panel in the AWS Lambda sample dashboard
[#&#8203;110718](https://redirect.github.com/grafana/grafana/pull/110718),
[@&#8203;kevinwcyu](https://redirect.github.com/kevinwcyu)
- **CommandPalette:** Use fuzzySearch util from grafana/data
[#&#8203;108884](https://redirect.github.com/grafana/grafana/pull/108884),
[@&#8203;Clarity-89](https://redirect.github.com/Clarity-89)
- **Dashboard:** Inspect drawer can no longer be opened with url or
linked to
[#&#8203;109617](https://redirect.github.com/grafana/grafana/pull/109617),
[@&#8203;torkelo](https://redirect.github.com/torkelo)
- **Dashboards:** Add support for full screen panel view and embedded
(solo panel) route to repeated panels and new layouts (via new
SoloPanelContex)
[#&#8203;107375](https://redirect.github.com/grafana/grafana/pull/107375),
[@&#8203;torkelo](https://redirect.github.com/torkelo)
- **Dashboards:** Conserve timestamp on time range copy-paste across
timezones
[#&#8203;109769](https://redirect.github.com/grafana/grafana/pull/109769),
[@&#8203;alik-r](https://redirect.github.com/alik-r)
- **Dashboards:** Enable kubernetesDashboards by default
[#&#8203;107618](https://redirect.github.com/grafana/grafana/pull/107618),
[@&#8203;dprokop](https://redirect.github.com/dprokop)
- **Dashboards:** Make it possible to render variables under a drop-down
[#&#8203;109225](https://redirect.github.com/grafana/grafana/pull/109225),
[@&#8203;leventebalogh](https://redirect.github.com/leventebalogh)
- **Database:** Add primary key to Settings table (Enterprise)
- **Database:** Add primary key to settings table (Enterprise)
- **Dependencies:** Bump Go to v1.24.5 (Enterprise)
- **Docs:** Deprecate `grafana/grafana-oss` docker repo in favor of
`grafana/grafana`
[#&#8203;110065](https://redirect.github.com/grafana/grafana/pull/110065),
[@&#8203;kminehart](https://redirect.github.com/kminehart)
- **Flame Graph:** Analyze with Grafana Assistant
[#&#8203;108684](https://redirect.github.com/grafana/grafana/pull/108684),
[@&#8203;ifrost](https://redirect.github.com/ifrost)
- **Folders:** Add team folders feature toggle
[#&#8203;109389](https://redirect.github.com/grafana/grafana/pull/109389),
[@&#8203;tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Folders:** Update folder using app platform APIs
[#&#8203;110449](https://redirect.github.com/grafana/grafana/pull/110449),
[@&#8203;tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Folders:** Use app platform search endpoint and update tests
[#&#8203;108814](https://redirect.github.com/grafana/grafana/pull/108814),
[@&#8203;tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Go:** Update to 1.24.6
[#&#8203;109313](https://redirect.github.com/grafana/grafana/pull/109313),
[@&#8203;Proximyst](https://redirect.github.com/Proximyst)
- **InfluxDB:** Ad hoc filters support for expressions
[#&#8203;109344](https://redirect.github.com/grafana/grafana/pull/109344),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Metrics:** Add http\_response\_size\_bytes metric
[#&#8203;110428](https://redirect.github.com/grafana/grafana/pull/110428),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **Nested folders:** Remove feature flag
[#&#8203;109212](https://redirect.github.com/grafana/grafana/pull/109212),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **NestedFolderPicker:** Add rootFolderUID prop
[#&#8203;109991](https://redirect.github.com/grafana/grafana/pull/109991),
[@&#8203;ywzheng1](https://redirect.github.com/ywzheng1)
- **P2P Filter:** Add adhoc filter option toggle
[#&#8203;110160](https://redirect.github.com/grafana/grafana/pull/110160),
[@&#8203;Develer](https://redirect.github.com/Develer)
- **PieChart:** Add panel options for ascending/descending sort, and no
sorting
[#&#8203;109564](https://redirect.github.com/grafana/grafana/pull/109564),
[@&#8203;cglukas](https://redirect.github.com/cglukas)
- **Plugin Extensions:** DataSource Configuration Components
[#&#8203;108350](https://redirect.github.com/grafana/grafana/pull/108350),
[@&#8203;shelldandy](https://redirect.github.com/shelldandy)
- **Plugins:** Add Connections homepage
[#&#8203;108316](https://redirect.github.com/grafana/grafana/pull/108316),
[@&#8203;oshirohugo](https://redirect.github.com/oshirohugo)
- **Plugins:** Record plugin version in request metrics
[#&#8203;110210](https://redirect.github.com/grafana/grafana/pull/110210),
[@&#8203;njvrzm](https://redirect.github.com/njvrzm)
- **Preferences:** Move codegen to apps
[#&#8203;109178](https://redirect.github.com/grafana/grafana/pull/109178),
[@&#8203;ryantxu](https://redirect.github.com/ryantxu)
- **Prometheus data source:** Migration service
[#&#8203;107364](https://redirect.github.com/grafana/grafana/pull/107364),
[@&#8203;bossinc](https://redirect.github.com/bossinc)
- **Prometheus:** Refactor metrics modal to handle high cardinality
metrics
[#&#8203;108437](https://redirect.github.com/grafana/grafana/pull/108437),
[@&#8203;itsmylife](https://redirect.github.com/itsmylife)
- **Pyroscope:** Process and display sampling annotations
[#&#8203;109707](https://redirect.github.com/grafana/grafana/pull/109707),
[@&#8203;aleks-p](https://redirect.github.com/aleks-p)
- **Reporting:** Permit valid but weird emails (Enterprise)
- **Reporting:** Show correct recipient count (Enterprise)
- **Revert:** DataSource: Support config CRUD from apiservers
([#&#8203;106996](https://redirect.github.com/grafana/grafana/issues/106996))
[#&#8203;110342](https://redirect.github.com/grafana/grafana/pull/110342),
[@&#8203;njvrzm](https://redirect.github.com/njvrzm)
- **Revert:** DataSource: Support config CRUD from apiservers
([#&#8203;8860](https://redirect.github.com/grafana/grafana/issues/8860))
(Enterprise)
- **SCIM:** Add flag for rejecting non provisioned users from logging in
(Enterprise)
- **SCIM:** Allow empty externalId on update operation (Enterprise)
- **SCIM:** Delete user instead of disabling it on SCIM DELETE user
request (Enterprise)
- **SQL Expressions:** Switch feature toggle to public preview
[#&#8203;110473](https://redirect.github.com/grafana/grafana/pull/110473),
[@&#8203;kylebrandt](https://redirect.github.com/kylebrandt)
- **Table:** Frozen columns
[#&#8203;109276](https://redirect.github.com/grafana/grafana/pull/109276),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
- **Table:** Max row height for variable height rows
[#&#8203;109639](https://redirect.github.com/grafana/grafana/pull/109639),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
- **Table:** Tooltip from Field
[#&#8203;109428](https://redirect.github.com/grafana/grafana/pull/109428),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
- **Table:** Update UX for uniform-reducer case in new footer and
overflow
[#&#8203;110493](https://redirect.github.com/grafana/grafana/pull/110493),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
- **TableNG:** Footer enhancements
[#&#8203;102948](https://redirect.github.com/grafana/grafana/pull/102948),
[@&#8203;alexjonspencer1](https://redirect.github.com/alexjonspencer1)
- **Text:** Add Inter italic font variants to Grafana UI
[#&#8203;110313](https://redirect.github.com/grafana/grafana/pull/110313),
[@&#8203;kapowaz](https://redirect.github.com/kapowaz)
- **TraceView:** Refine UI visual hierarchy inside details section
[#&#8203;108929](https://redirect.github.com/grafana/grafana/pull/108929),
[@&#8203;ifrost](https://redirect.github.com/ifrost)
- **Transformations:** Add empty values options to Transpose
[#&#8203;108421](https://redirect.github.com/grafana/grafana/pull/108421),
[@&#8203;gelicia](https://redirect.github.com/gelicia)
- **Trend/TimeSeries:** Add "Show values" option
[#&#8203;108090](https://redirect.github.com/grafana/grafana/pull/108090),
[@&#8203;HasithDeAlwis](https://redirect.github.com/HasithDeAlwis)
- **Trend:** Add support for a logarithmic x axis
[#&#8203;101433](https://redirect.github.com/grafana/grafana/pull/101433),
[@&#8203;gelicia](https://redirect.github.com/gelicia)
- **Variables:** shows warning when user tries to save erroneous
variables
[#&#8203;110154](https://redirect.github.com/grafana/grafana/pull/110154),
[@&#8203;hugohaggmark](https://redirect.github.com/hugohaggmark)
- **VizTooltip:** Replace `ExemplarHoverView` with `VizTooltip`
components
[#&#8203;109369](https://redirect.github.com/grafana/grafana/pull/109369),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)

##### Bug fixes

- **Alerting:** Fix bug where rules with identical mute/active intervals
produced conflicting routes
[#&#8203;110971](https://redirect.github.com/grafana/grafana/pull/110971),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Fix copying of recording rule fields
[#&#8203;110311](https://redirect.github.com/grafana/grafana/pull/110311),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Fix field names on webhook HMAC/TLS config HCL export
[#&#8203;110722](https://redirect.github.com/grafana/grafana/pull/110722),
[@&#8203;JacobsonMT](https://redirect.github.com/JacobsonMT)
- **Alerting:** Fix newly created alert rules not immediately showing up
in folder view
[#&#8203;109584](https://redirect.github.com/grafana/grafana/pull/109584),
[@&#8203;tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Fix permission checks for the Import to GMA
[#&#8203;109950](https://redirect.github.com/grafana/grafana/pull/109950),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Fix permissions for enrichment routes (Enterprise)
- **Alerting:** Fix subpath handling in the alerting package
[#&#8203;109448](https://redirect.github.com/grafana/grafana/pull/109448),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Fix wrong import (Enterprise)
- **Alerting:** Hide list view loader if we don't have anything yet
[#&#8203;110464](https://redirect.github.com/grafana/grafana/pull/110464),
[@&#8203;gillesdemey](https://redirect.github.com/gillesdemey)
- **Alerting:** Set dataSourceName to GRAFANA\_RULES\_SOURCE\_NAME when
switch…
[#&#8203;109900](https://redirect.github.com/grafana/grafana/pull/109900),
[@&#8203;laurenashleigh](https://redirect.github.com/laurenashleigh)
- **Alerting:** Update alerting module to
[`1091588`](https://redirect.github.com/grafana/grafana/commit/10915888e4f099586ad37bea5f4a70f45101d2f5)
[#&#8203;109989](https://redirect.github.com/grafana/grafana/pull/109989),
[@&#8203;yuri-tceretian](https://redirect.github.com/yuri-tceretian)
- **Azure:** Fix logs editor rendering
[#&#8203;109491](https://redirect.github.com/grafana/grafana/pull/109491),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Canvas:** Fix element selection being cleared on panel resize
[#&#8203;110010](https://redirect.github.com/grafana/grafana/pull/110010),
[@&#8203;adela-almasan](https://redirect.github.com/adela-almasan)
- **CloudConfig:** Fix panic in defaults.ini merge (Enterprise)
- **CloudWatch:** Fix handling region for legacy alerts
[#&#8203;109217](https://redirect.github.com/grafana/grafana/pull/109217),
[@&#8203;iwysiu](https://redirect.github.com/iwysiu)
- **CloudWatch:** Fix logs query requestId to prevent setting
undefined-logs as a requestId
[#&#8203;109930](https://redirect.github.com/grafana/grafana/pull/109930),
[@&#8203;kevinwcyu](https://redirect.github.com/kevinwcyu)
- **CloudWatch:** Update grafana/aws-sdk-go with STS endpoint bugfix
[#&#8203;109120](https://redirect.github.com/grafana/grafana/pull/109120),
[@&#8203;idastambuk](https://redirect.github.com/idastambuk)
- **Config:** Fix date\_formats options being moved to a different
section
[#&#8203;109339](https://redirect.github.com/grafana/grafana/pull/109339),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **Dashboard List:** Fix how link query part is created when variables
are included
[#&#8203;109861](https://redirect.github.com/grafana/grafana/pull/109861),
[@&#8203;aocenas](https://redirect.github.com/aocenas)
- **Dashboard versions:** Fix list for large dashboards
[#&#8203;109433](https://redirect.github.com/grafana/grafana/pull/109433),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Dashboard:** Fix AngularJS deprecation in grafana-overview dashboard
[#&#8203;106462](https://redirect.github.com/grafana/grafana/pull/106462),
[@&#8203;schoen2](https://redirect.github.com/schoen2)
- **Dashboard:** Fixes url links to embedded panels in scene based
dashboards
[#&#8203;109837](https://redirect.github.com/grafana/grafana/pull/109837),
[@&#8203;torkelo](https://redirect.github.com/torkelo)
- **Dashboards:** Fix UTF-8 characters not working with excel downloads
by replacing download for excel with excel compatibility mode.
[#&#8203;110099](https://redirect.github.com/grafana/grafana/pull/110099),
[@&#8203;oscarkilhed](https://redirect.github.com/oscarkilhed)
- **Dashboards:** Fix issue where the time range picker would seemingly
be hidden behind the side menu if it was set to always open.
[#&#8203;108607](https://redirect.github.com/grafana/grafana/pull/108607),
[@&#8203;oscarkilhed](https://redirect.github.com/oscarkilhed)
- **Dashboards:** Fix kiosk mode not persisting through refresh
[#&#8203;110284](https://redirect.github.com/grafana/grafana/pull/110284),
[@&#8203;oscarkilhed](https://redirect.github.com/oscarkilhed)
- **Dashboards:** Fixing saving and viewing snapshots for repeated
panels
[#&#8203;109856](https://redirect.github.com/grafana/grafana/pull/109856),
[@&#8203;torkelo](https://redirect.github.com/torkelo)
- **Explore:** Fix units overflow for trace durations
[#&#8203;108515](https://redirect.github.com/grafana/grafana/pull/108515),
[@&#8203;martincostello](https://redirect.github.com/martincostello)
- **Fix:** Install plugins when they have no plugin archive info(catalog
en…
[#&#8203;109200](https://redirect.github.com/grafana/grafana/pull/109200),
[@&#8203;s4kh](https://redirect.github.com/s4kh)
- **InfluxDB:** Fix Unable to use self-signed CA for adding influxdb
data source
[#&#8203;105586](https://redirect.github.com/grafana/grafana/pull/105586),
[@&#8203;geekeryy](https://redirect.github.com/geekeryy)
- **Prometheus:** Don't use incremental querying if one of the queries
has $\_\_range variable
[#&#8203;108823](https://redirect.github.com/grafana/grafana/pull/108823),
[@&#8203;itsmylife](https://redirect.github.com/itsmylife)
- **Prometheus:** Fix eager auto completion
[#&#8203;109128](https://redirect.github.com/grafana/grafana/pull/109128),
[@&#8203;itsmylife](https://redirect.github.com/itsmylife)
- **Prometheus:** QueryEditor fix error when switching from code to
builder for undefined aggregation operations
[#&#8203;110179](https://redirect.github.com/grafana/grafana/pull/110179),
[@&#8203;jcolladokuri](https://redirect.github.com/jcolladokuri)
- **Pyroscope:** Add start and end date to profiletypes call
[#&#8203;110277](https://redirect.github.com/grafana/grafana/pull/110277),
[@&#8203;zoltanbedi](https://redirect.github.com/zoltanbedi)
- **Pyroscope:** Fix incorrect rate calculation from flamegraph totals
[#&#8203;110470](https://redirect.github.com/grafana/grafana/pull/110470),
[@&#8203;marcsanmi](https://redirect.github.com/marcsanmi)
- **Service Accounts:** Fix typo on page indicating none are present
[#&#8203;109560](https://redirect.github.com/grafana/grafana/pull/109560),
[@&#8203;eamonryan](https://redirect.github.com/eamonryan)
- **Tempo:** Fix instant query streaming
[#&#8203;108924](https://redirect.github.com/grafana/grafana/pull/108924),
[@&#8203;adrapereira](https://redirect.github.com/adrapereira)
- **TimeSeries:** Use exported time shift and fix time comparison
tooltip
[#&#8203;109947](https://redirect.github.com/grafana/grafana/pull/109947),
[@&#8203;drew08t](https://redirect.github.com/drew08t)
- **Transformations:** Account for group by / count when assessing if
calculation is needed
[#&#8203;110546](https://redirect.github.com/grafana/grafana/pull/110546),
[@&#8203;gelicia](https://redirect.github.com/gelicia)
- **Transforms:** GroupToMatrix transform should retain keyRowField
config
[#&#8203;109066](https://redirect.github.com/grafana/grafana/pull/109066),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)

##### Breaking changes

- **Alerting:** Enable alertingSaveStateCompressed by default
[#&#8203;109390](https://redirect.github.com/grafana/grafana/pull/109390),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Dashboards:** Repeating with no clone keys
[#&#8203;109839](https://redirect.github.com/grafana/grafana/pull/109839),
[@&#8203;torkelo](https://redirect.github.com/torkelo)
- **Provisioning:** Use inline secrets for gitsync
[#&#8203;109908](https://redirect.github.com/grafana/grafana/pull/109908),
[@&#8203;ryantxu](https://redirect.github.com/ryantxu)
- **Stars:** Remove deprecated internal ID apis
[#&#8203;110499](https://redirect.github.com/grafana/grafana/pull/110499),
[@&#8203;ryantxu](https://redirect.github.com/ryantxu)

##### Plugin development fixes & changes

- **Drawer:** Truncate Drawer title to just one line
[#&#8203;109540](https://redirect.github.com/grafana/grafana/pull/109540),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **Modal:** Center modals at smaller screen heights
[#&#8203;109256](https://redirect.github.com/grafana/grafana/pull/109256),
[@&#8203;ashharrison90](https://redirect.github.com/ashharrison90)
- **MultiCombobox:** Fix async options to being able to be removed
[#&#8203;109473](https://redirect.github.com/grafana/grafana/pull/109473),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **MultiCombobox:** Fix select all when only a single option is
available
[#&#8203;109910](https://redirect.github.com/grafana/grafana/pull/109910),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)

<!-- 12.2.0 END -->

<!-- 12.1.2 START -->

###
[`v12.1.3`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1213-2025-10-21)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.1.2...v12.1.3)

##### Features and enhancements

- **Go:** Update to 1.25.2 + golangci-lint v2.5.0 + golang.org/x/net
v0.45.0
[#&#8203;112159](https://redirect.github.com/grafana/grafana/pull/112159),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Go:** Update to 1.25.3
[#&#8203;112362](https://redirect.github.com/grafana/grafana/pull/112362),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Table:** Avoid thrown error due to internal React issue
[#&#8203;111945](https://redirect.github.com/grafana/grafana/pull/111945),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)

##### Bug fixes

- **Auth:** Fix render user OAuth passthrough
[#&#8203;112097](https://redirect.github.com/grafana/grafana/pull/112097),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **FlameGraph:** Ensure total is only counted once for recursive
function calls
[#&#8203;111605](https://redirect.github.com/grafana/grafana/pull/111605),
[@&#8203;simonswine](https://redirect.github.com/simonswine)
- **LDAP Authentication:** Fix URL to propagate username context as
parameter
[#&#8203;111848](https://redirect.github.com/grafana/grafana/pull/111848),
[@&#8203;bradleypettit](https://redirect.github.com/bradleypettit)
- **Plugins:** Dependencies do not inherit parent URL for preinstall
[#&#8203;111767](https://redirect.github.com/grafana/grafana/pull/111767),
[@&#8203;wbrowne](https://redirect.github.com/wbrowne)

<!-- 12.1.3 END -->

<!-- 12.0.6 START -->

###
[`v12.1.2`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1212-2025-09-23)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.1.1...v12.1.2)

##### Features and enhancements

- **Alerting:** Update alerting module
[#&#8203;109999](https://redirect.github.com/grafana/grafana/pull/109999),
[@&#8203;yuri-tceretian](https://redirect.github.com/yuri-tceretian)
- **Auditing:** Add settings to control recording of datasource query
request and response body (Enterprise)
- **Auditing:** Document new options for recording datasource query
request/response body
[#&#8203;109981](https://redirect.github.com/grafana/grafana/pull/109981),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Chore:** Don't show a "Not found" for public-dashboard fetches if
the service is disabled via config
[#&#8203;110144](https://redirect.github.com/grafana/grafana/pull/110144),
[@&#8203;mmandrus](https://redirect.github.com/mmandrus)
- **CloudWatch:** Use default region when query region is unset
[#&#8203;111079](https://redirect.github.com/grafana/grafana/pull/111079),
[@&#8203;iwysiu](https://redirect.github.com/iwysiu)

##### Bug fixes

- **Alerting:** Fix bug where rules with identical mute/active intervals
produced conflicting routes
[#&#8203;110973](https://redirect.github.com/grafana/grafana/pull/110973),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Fix copying of recording rule fields
[#&#8203;110312](https://redirect.github.com/grafana/grafana/pull/110312),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Fix:** Fix redirection after login when Grafana is served from
subpath
[#&#8203;111097](https://redirect.github.com/grafana/grafana/pull/111097),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)

##### Plugin development fixes & changes

- **Fix:** Prevent Rollup from treeshaking NPM packages
[#&#8203;108570](https://redirect.github.com/grafana/grafana/pull/108570),
[@&#8203;jackw](https://redirect.github.com/jackw)

<!-- 12.1.2 END -->

<!-- 12.0.5 START -->

###
[`v12.1.1`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1211-2025-08-13)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.1.0...v12.1.1)

##### Features and enhancements

- **Alerting:** Add rule group name validation to the Prometheus
conversion API
[#&#8203;108767](https://redirect.github.com/grafana/grafana/pull/108767),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **CloudWatch:** Update grafana/aws-sdk-go with STS endpo…
[#&#8203;109357](https://redirect.github.com/grafana/grafana/pull/109357),
[@&#8203;iwysiu](https://redirect.github.com/iwysiu)
- **Go:** Update to 1.24.6
[#&#8203;109318](https://redirect.github.com/grafana/grafana/pull/109318),
[@&#8203;Proximyst](https://redirect.github.com/Proximyst)

##### Bug fixes

- **Alerting:** Fix active time intervals when time interval is renamed
[#&#8203;108547](https://redirect.github.com/grafana/grafana/pull/108547),
[@&#8203;yuri-tceretian](https://redirect.github.com/yuri-tceretian)
- **Alerting:** Fix subpath handling in the alerting package
[#&#8203;109505](https://redirect.github.com/grafana/grafana/pull/109505),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Config:** Fix date\_formats options being moved to a different
section
[#&#8203;109366](https://redirect.github.com/grafana/grafana/pull/109366),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **Pyroscope:** Fix flamegraph totals showing incorrect values after
rate aggregation changes
[#&#8203;110470](https://redirect.github.com/grafana/grafana/pull/110470),
[@&#8203;marcsanmiquel](https://redirect.github.com/marcsanmiquel)

<!-- 12.1.1 END -->

<!-- 12.0.4 START -->

###
[`v12.1.0`](https://redirect.github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1210-2025-07-23)

[Compare
Source](https://redirect.github.com/grafana/grafana/compare/v12.0.6...v12.1.0)

##### Features and enhancements

- **Access:** Disable role none option if advanced access control is not
enabled
[#&#8203;107378](https://redirect.github.com/grafana/grafana/pull/107378),
[@&#8203;Jguer](https://redirect.github.com/Jguer)
- **Alerting:** Add OAuth2 Support for Webhook Receiver
[#&#8203;106302](https://redirect.github.com/grafana/grafana/pull/106302),
[@&#8203;JacobsonMT](https://redirect.github.com/JacobsonMT)
- **Alerting:** Add ability to import rules to GMA from Prometheus YAML
[#&#8203;105807](https://redirect.github.com/grafana/grafana/pull/105807),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add details to the payload when tracking import to GMA
[#&#8203;106404](https://redirect.github.com/grafana/grafana/pull/106404),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add export folder action to the new list view
[#&#8203;106256](https://redirect.github.com/grafana/grafana/pull/106256),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add filters for health and contact point in Prometheus
Rules api
[#&#8203;106580](https://redirect.github.com/grafana/grafana/pull/106580),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Add loading spinner for loading groups state
[#&#8203;106289](https://redirect.github.com/grafana/grafana/pull/106289),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add need more info for import ui datasource field
[#&#8203;106364](https://redirect.github.com/grafana/grafana/pull/106364),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Add provenance to Prometheus API
[#&#8203;106596](https://redirect.github.com/grafana/grafana/pull/106596),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Add provenance to remote-ruler extension response
(Enterprise)
- **Alerting:** Add simplified routing metadata to the details tab
[#&#8203;106403](https://redirect.github.com/grafana/grafana/pull/106403),
[@&#8203;gillesdemey](https://redirect.github.com/gillesdemey)
- **Alerting:** Add state history backend to write ALERTS metric
[#&#8203;104361](https://redirect.github.com/grafana/grafana/pull/104361),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Add support for Redis Sentinel for Alerting HA
[#&#8203;106322](https://redirect.github.com/grafana/grafana/pull/106322),
[@&#8203;vstpme](https://redirect.github.com/vstpme)
- **Alerting:** Allow disabling recording rules write for a data source
in the UI
[#&#8203;106664](https://redirect.github.com/grafana/grafana/pull/106664),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Correctly persist FiredAt in SyncRuleStatePersister
[#&#8203;106658](https://redirect.github.com/grafana/grafana/pull/106658),
[@&#8203;fayzal-g](https://redirect.github.com/fayzal-g)
- **Alerting:** Ensure errors cleared when Alerting after error
[#&#8203;105246](https://redirect.github.com/grafana/grafana/pull/105246),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Evaluate all imported from Prometheus rules sequentially
[#&#8203;106295](https://redirect.github.com/grafana/grafana/pull/106295),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Extensible Settings module
[#&#8203;107831](https://redirect.github.com/grafana/grafana/pull/107831),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Filter out rules managed by integrations and add an info
alert
[#&#8203;106602](https://redirect.github.com/grafana/grafana/pull/106602),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Filter out synthetic datasource-managed rules when
importing to GMA
[#&#8203;106358](https://redirect.github.com/grafana/grafana/pull/106358),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** List V2 - Add labels popup
[#&#8203;107193](https://redirect.github.com/grafana/grafana/pull/107193),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** List V2 - Grouped view filters
[#&#8203;106400](https://redirect.github.com/grafana/grafana/pull/106400),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** List V2 - Use backend filters for GMA rules
[#&#8203;106897](https://redirect.github.com/grafana/grafana/pull/106897),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Make paginated rules endpoint strongly consistent
(Enterprise)
- **Alerting:** Optimize out unnecessary permission check for rule
groups (Enterprise)
- **Alerting:** Optimize prometheus api permission checks
[#&#8203;106299](https://redirect.github.com/grafana/grafana/pull/106299),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Optimize prometheus api permission checks (Enterprise)
- **Alerting:** Persist alert instance FiredAt field
[#&#8203;105927](https://redirect.github.com/grafana/grafana/pull/105927),
[@&#8203;fayzal-g](https://redirect.github.com/fayzal-g)
- **Alerting:** Remove ruler from alert list view2
[#&#8203;106778](https://redirect.github.com/grafana/grafana/pull/106778),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Resend alerts for states that are missing in the eval
results
[#&#8203;105965](https://redirect.github.com/grafana/grafana/pull/105965),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Send notifications immediately on Error|NoData -> Normal
transitions
[#&#8203;106421](https://redirect.github.com/grafana/grafana/pull/106421),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Support PDC in Grafana-managed recording rules
[#&#8203;106677](https://redirect.github.com/grafana/grafana/pull/106677),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Use default\_datasource\_uid as the default target for
recording rules in UI
[#&#8203;106415](https://redirect.github.com/grafana/grafana/pull/106415),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Annotations:** Use dashboard uids instead of dashboard ids
[#&#8203;106676](https://redirect.github.com/grafana/grafana/pull/106676),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **App Platform Provisioning:** Add experimental nanogit mode for Git
Sync
[#&#8203;106763](https://redirect.github.com/grafana/grafana/pull/106763),
[@&#8203;MissingRoberto](https://redirect.github.com/MissingRoberto)
- **Auth:** Add Azure/Entra workload identity support
[#&#8203;104807](https://redirect.github.com/grafana/grafana/pull/104807),
[@&#8203;mehighlow](https://redirect.github.com/mehighlow)
- **Auth:** Enable improved session handling by default for OAuth and
SAML
[#&#8203;107442](https://redirect.github.com/grafana/grafana/pull/107442),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Auth:** Enable ssoSettingsLDAP by default
[#&#8203;106310](https://redirect.github.com/grafana/grafana/pull/106310),
[@&#8203;mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Auth:** Remove api key endpoints
[#&#8203;106019](https://redirect.github.com/grafana/grafana/pull/106019),
[@&#8203;dmihai](https://redirect.github.com/dmihai)
- **Auth:** Remove code for authenticating API keys
[#&#8203;105998](https://redirect.github.com/grafana/grafana/pull/105998),
[@&#8203;dmihai](https://redirect.github.com/dmihai)
- **Azure:** Support scope selection in Resource Graph queries
[#&#8203;105835](https://redirect.github.com/grafana/grafana/pull/105835),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Betterer:** Only allow singleton Storage use
[#&#8203;105310](https://redirect.github.com/grafana/grafana/pull/105310),
[@&#8203;tskarhed](https://redirect.github.com/tskarhed)
- **Caching:** Remove memcached reconnect\_interval setting (Enterprise)
- **Chore:** Update k8s.io to v0.33.1
[#&#8203;105307](https://redirect.github.com/grafana/grafana/pull/105307),
[@&#8203;ryantxu](https://redirect.github.com/ryantxu)
- **Cloud Monitoring:** Add support for service account impersonation
[#&#8203;107022](https://redirect.github.com/grafana/grafana/pull/107022),
[@&#8203;zoltanbedi](https://redirect.github.com/zoltanbedi)
- **CloudMigrations:** Add Mute Timings as dependency for Notification
Policies
[#&#8203;106751](https://redirect.github.com/grafana/grafana/pull/106751),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **CloudWatch:** Backport aws-sdk-go-v2 update from external plugin
[#&#8203;107136](https://redirect.github.com/grafana/grafana/pull/107136),
[@&#8203;njvrzm](https://redirect.github.com/njvrzm)
- **CloudWatch:** Improve instance attribute variable query editor
[#&#8203;105206](https://redirect.github.com/grafana/grafana/pull/105206),
[@&#8203;iwysiu](https://redirect.github.com/iwysiu)
- **Cloudwatch:** Add missing AWS regions
[#&#8203;106304](https://redirect.github.com/grafana/grafana/pull/106304),
[@&#8203;chriscerie](https://redirect.github.com/chriscerie)
- **Dashboard Provisioning:** Reduce db load
[#&#8203;106114](https://redirect.github.com/grafana/grafana/pull/106114),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Dashboard:** Add Alert icon in library panels
[#&#8203;107723](https://redirect.github.com/grafana/grafana/pull/107723),
[@&#8203;axelavargas](https://redirect.github.com/axelavargas)
- **Dashboard:** Add server-configurable quick ranges for the time
picker
[#&#8203;102254](https://redirect.github.com/grafana/grafana/pull/102254),
[@&#8203;chodges15](https://redirect.github.com/chodges15)
- **Dashboard:** Formatting Currency - add new custom 'financial'
currency format without abbreviations
[#&#8203;106604](https://redirect.github.com/grafana/grafana/pull/106604),
[@&#8203;axelavargas](https://redirect.github.com/axelavargas)
- **Dashboard:** Library Panels - Add ability to search by folder name
[#&#8203;106997](https://redirect.github.com/grafana/grafana/pull/106997),
[@&#8203;axelavargas](https://redirect.github.com/axelavargas)
- **Dashboard:** Schema V2 - Auto-transform V2 dashboards in V1Resource
export mode
[#&#8203;105997](https://redirect.github.com/grafana/grafana/pull/105997),
[@&#8203;axelavargas](https://redirect.github.com/axelavargas)
- **Datasources:** Migrate to new sigv4 middleware (Enterprise)
- **Datasources:** Update grafana-aws-sdk for new sigv4 middleware and
aws-sdk-go v1 removal
[#&#8203;107522](https://redirect.github.com/grafana/grafana/pull/107522),
[@&#8203;njvrzm](https://redirect.github.com/njvrzm)
- **DatePicker:** Add cursor not-allowed style and hover background
color
[#&#8203;106451](https://redirect.github.com/grafana/grafana/pull/106451),
[@&#8203;ywzheng1](https://redirect.github.com/ywzheng1)
- **Dependencies:** Bump Go to v1.24.4
[#&#8203;106533](https://redirect.github.com/grafana/grafana/pull/106533),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Dependencies:** Bump github.com/go-viper/mapstructure/v2 from 2.2.1
to 2.3.0
[#&#8203;107379](https://redirect.github.com/grafana/grafana/pull/107379),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **Dependencies:** Bump github.com/openfga/openfga to v1.8.13 to
address CVE-2025-48371
[#&#8203;106064](https://redirect.github.com/grafana/grafana/pull/106064),
[@&#8203;macabu](https://redirect.github.com/macabu)
- **ElasticSearch:** Remove frontend response parsing
[#&#8203;104148](https://redirect.github.com/grafana/grafana/pull/104148),
[@&#8203;nojaf](https://redirect.github.com/nojaf)
- **Geomap:** Add HiDPI support to CARTO basemap
([#&#8203;81195](https://redirect.github.com/grafana/grafana/issues/81195))
[#&#8203;106211](https://redirect.github.com/grafana/grafana/pull/106211),
[@&#8203;cledwynl](https://redirect.github.com/cledwynl)
- **Git Sync UI:** Delete Provisioned Dashboard Flow
[#&#8203;106593](https://redirect.github.com/grafana/grafana/pull/106593),
[@&#8203;ywzheng1](https://redirect.github.com/ywzheng1)
- **Grafana/data:** Extract fuzzy search core
[#&#8203;107110](https://redirect.github.com/grafana/grafana/pull/107110),
[@&#8203;Clarity-89](https://redirect.github.com/Clarity-89)
- **I18n:** Update eslint rule to catch some untranslated object
properties
[#&#8203;105072](https://redirect.github.com/grafana/grafana/pull/105072),
[@&#8203;tomratcliffe](https://redirect.github.com/tomratcliffe)
- **InfluxDB:** Add an optional time range filter for tag queries in the
query panel autocompleteInflux tag filter
[#&#8203;107195](https://redirect.github.com/grafana/grafana/pull/107195),
[@&#8203;NikolayTsvetkov](https://redirect.github.com/NikolayTsvetkov)
- **LBAC for data sources:** Adds team filtering for lbac rules
(Enterprise)
- **Library Panels:** Mark library panel RBAC as GA & enable by default
[#&#8203;106833](https://redirect.github.com/grafana/grafana/pull/106833),
[@&#8203;kaydelaney](https://redirect.github.com/kaydelaney)
- **Library Panels:** Modify connection api endpoint to be compatible
with unified storage
[#&#8203;107088](https://redirect.github.com/grafana/grafana/pull/107088),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Library elements:** Remove ability to set as "library variable"
[#&#8203;106594](https://redirect.github.com/grafana/grafana/pull/106594),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Library panels:** Remove `libraryPanelRBAC` feature flag, and enable
rbac by default
[#&#8203;107222](https://redirect.github.com/grafana/grafana/pull/107222),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Loki:** Remove experimental lokiQuerySplittingConfig
[#&#8203;107298](https://redirect.github.com/grafana/grafana/pull/107298),
[@&#8203;ivanahuckova](https://redirect.github.com/ivanahuckova)
- **Loki:** Remove experimental predefined operations
[#&#8203;107289](https://redirect.github.com/grafana/grafana/pull/107289),
[@&#8203;ivanahuckova](https://redirect.github.com/ivanahuckova)
- **OAuth:** Add access token as third source for user info extraction
[#&#8203;107636](https://redirect.github.com/grafana/grafana/pull/107636),
[@&#8203;Jguer](https://redirect.github.com/Jguer)
- **Plugin Extensions:** Expose PluginMeta generic in usePluginContext
[#&#8203;107577](https://redirect.github.com/grafana/grafana/pull/107577),
[@&#8203;MattIPv4](https://redirect.github.com/MattIPv4)
- **Postgres:** Switch the datasource plugin from lib/pq to pgx
[#&#8203;103961](https://redirect.github.com/grafana/grafana/pull/103961),
[@&#8203;zoltanbedi](https://redirect.github.com/zoltanbedi)
- **Preferences:** Use dashboard uid for the home dashboard
[#&#8203;106666](https://redirect.github.com/grafana/grafana/pull/106666),
[@&#8203;stephaniehingtgen](https://redirect.github.com/stephaniehingtgen)
- **Profiles:** Stop passing response headers for Grafana-Pyroscope and
parca datasources
[#&#8203;106577](https://redirect.github.com/grafana/grafana/pull/106577),
[@&#8203;simonswine](https://redirect.github.com/simonswine)
- **Prometheus:** Deprecation message for Azure auth
[#&#8203;106490](https://redirect.github.com/grafana/grafana/pull/106490),
[@&#8203;bossinc](https://redirect.github.com/bossinc)
- **Prometheus:** Facilitate tree shaking with exports and bundler mode
[#&#8203;105575](https://redirect.github.com/grafana/grafana/pull/105575),
[@&#8203;NWRichmond](https://redirect.github.com/NWRichmond)
- **Prometheus:** Migrate remaining selectors to data-testid
[#&#8203;106564](https://redirect.github.com/grafana/grafana/pull/106564),
[@&#8203;idastambuk](https://redirect.github.com/idastambuk)
- **ProvisionedFolder:** Delete folder drawer
[#&#8203;107089](https://redirect.github.com/grafana/grafana/pull/107089),
[@&#8203;ywzheng1](https://redirect.github.com/ywzheng1)
- **Provisioning:** Add pure git repository type
[#&#8203;106815](https://redirect.github.com/grafana/grafana/pull/106815),
[@&#8203;MissingRoberto](https://redirect.github.com/MissingRoberto)
- **Querying:** Pass dashboard and panel title as headers
[#&#8203;107032](https://redirect.github.com/grafana/grafana/pull/107032),
[@&#8203;ivanahuckova](https://redirect.github.com/ivanahuckova)
- **Remote Alertmanager:** Send SMTP config
[#&#8203;106337](https://redirect.github.com/grafana/grafana/pull/106337),
[@&#8203;santihernandezc](https://redirect.github.com/santihernandezc)
- **Restore dashboards:** Add filters and search
[#&#8203;106994](https://redirect.github.com/grafana/grafana/pull/106994),
[@&#8203;Clarity-89](https://redirect.github.com/Clarity-89)
- **SCIM:** Ignore unsupported fields in user PATCH requests
(Enterprise)
- **SCIM:** Implement operation for adding an externalId value to a team
(Enterprise)
- **SCIM:** Implement the add members operation in group PATCH requests
(Enterprise)
- **SCIM:** Implement the remove members operation in group PATCH
requests (Enterprise)
- **SCIM:** Update externalId field in group PATCH request (Enterprise)
- **SQL Expressions:** Always convert on type first
[#&#8203;106083](https://redirect.github.com/grafana/grafana/pull/106083),
[@&#8203;kylebrandt](https://redirect.github.com/kylebrandt)
- **Select:** Set min width for the current selected item when
width=auto
[#&#8203;106131](https://redirect.github.com/grafana/grafana/pull/106131),
[@&#8203;tskarhed](https://redirect.github.com/tskarhed)
- **StateTimeline:** Display false and empty string values
[#&#8203;107059](https://redirect.github.com/grafana/grafana/pull/107059),
[@&#8203;jesdavpet](https://redirect.github.com/jesdavpet)
- **StateTimeline:** Support `NaN` and `null` value mappings
[#&#8203;105638](https://redirect.github.com/grafana/grafana/pull/105638),
[@&#8203;fastfrwrd](https://redirect.github.com/fastfrwrd)
- **Storage:** Take `migration_locking` setting into account
[#&#8203;105938](https://redirect.github.com/grafana/grafana/pull/105938),
[@&#8203;JohnnyQQQQ](https://redirect.github.com/JohnnyQQQQ)
- **TableNG:** Refactor to better take advantage of react-data-grid
[#&#8203;103755](https://redirect.github.com/grafana/grafana/pull/103755),
[@&#8203;leeoniya](https://redirect.github.com/leeoniya)
- **Tables:** Pills for Table Cells
[#&#8203;107485](https://redirect.github.com/grafana/grafana/pull/107485),
[@&#8203;timlevett](https://redirect.github.com/timlevett)
- **Teams:** Add support for updating externalId field
[#&#8203;106406](https://redirect.github.com/grafana/grafana/pull/106406),
[@&#8203;dmihai](https://redirect.github.com/dmihai)
- **Tempo:** Enable native histograms for Tempo service graph
[#&#8203;105989](https://redirect.github.com/grafana/grafana/pull/105989),
[@&#8203;bohandley](https://redirect.github.com/bohandley)
- **TimeRangePicker:** Highlight range on hover
[#&#8203;106616](https://redirect.github.com/grafana/grafana/pull/106616),
[@&#8203;joshhunt](https://redirect.github.com/joshhunt)
- **TraceView:** Resource attributes links extension point
[#&#8203;104680](https://redirect.github.com/grafana/grafana/pull/104680),
[@&#8203;edvard-falkskar](https://redirect.github.com/edvard-falkskar)
- **Transformations:** Add "Auto" mode to Organize Fields
[#&#8203;103055](https://redirect.github.com/grafana/grafana/pull/103055),
[@&#8203;gelicia](https://redirect.github.com/gelicia)
- **Transformations:** GA the Regression transformation
[#&#8203;106074](https://redirect.github.com/grafana/grafana/pull/106074),
[@&#8203;gelicia](https://redirect.github.com/gelicia)
- **Unified storage:** Respect GF\_DATABASE\_URL override
[#&#8203;105331](https://redirect.github.com/grafana/grafana/pull/105331),
[@&#8203;pstibrany](https://redirect.github.com/pstibrany)
- **VQB:** Add selected columns to GROUP BY dropdown
([#&#8203;106349](https://redirect.github.com/grafana/grafana/issues/106349))
[#&#8203;106391](https://redirect.github.com/grafana/grafana/pull/106391),
[@&#8203;Shubham19032004](https://redirect.github.com/Shubham19032004)
- **VQB:** Allow custom table names in TableSelector
[#&#8203;106420](https://redirect.github.com/grafana/grafana/pull/106420),
[@&#8203;Victorthedev](https://redirect.github.com/Victorthedev)
- **XYChart:** Add support for x=time
[#&#8203;106459](https://redirect.github.com/grafana/grafana/pull/106459),
[@&#8203;leeoniya](https://redirect.github.com/leeoniya)

##### Bug fixes

- **Alerting:** Fix $value type when single data source is queried
[#&#8203;106080](https://redirect.github.com/grafana/grafana/pull/106080),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Fix ImportToGMARules flaky test
[#&#8203;106495](https://redirect.github.com/grafana/grafana/pull/106495),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Fix RefIds not being shown when creating or editing
Grafana-managed recording rule
[#&#8203;106840](https://redirect.github.com/grafana/grafana/pull/106840),
[@&#8203;soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Fix contact points tab visibility when user can only
create
[#&#8203;106735](https://redirect.github.com/grafana/grafana/pull/106735),
[@&#8203;JacobsonMT](https://redirect.github.com/JacobsonMT)
- **Alerting:** Fix eval time unit in list view
[#&#8203;106488](https://redirect.github.com/grafana/grafana/pull/106488),
[@&#8203;ebuildy](https://redirect.github.com/ebuildy)
- **Alerting:** Fix group interval override when adding new rules
[#&#8203;107324](https://redirect.github.com/grafana/grafana/pull/107324),
[@&#8203;konrad147](https://redirect.github.com/konrad147)
- **Alerting:** Fix group-level labels and query\_offset in the import
API
[#&#8203;106379](https://redirect.github.com/grafana/grafana/pull/106379),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Fix notification policy conflicts originating from
provenance mismatch
[#&#8203;107343](https://redirect.github.com/grafana/grafana/pull/107343),
[@&#8203;moustafab](https://redirect.github.com/moustafab)
- **Alerting:** Fix resolved notifications for same-label Error to
Normal transitions
[#&#8203;106210](https://redirect.github.com/grafana/grafana/pull/106210),
[@&#8203;alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Hide labels section if we only have private labels
[#&#8203;105996](https://redirect.github.com/grafana/grafana/pull/105996),
[@&#8203;gillesdemey](https://redirect.github.com/gillesdemey)
- **Annotations:** Remove prometheus from legacy runner
[#&#8203;106737](https://redirect.github.com/grafana/grafana/pull/106737),
[@&#8203;scottlepp](https://redirect.github.com/scottlepp)
- **Azure:** Fix Application Insights metadata requests
[#&#8203;105614](https://redirect.github.com/grafana/grafana/pull/105614),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix duplicated trace links
[#&#8203;105698](https://redirect.github.com/grafana/grafana/pull/105698),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix legend formatting
[#&#8203;106504](https://redirect.github.com/grafana/grafana/pull/106504),
[@&#8203;aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix resource name determination in template variable
queries [#&#8203

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 11, 2025
…3.0 (main) (#13414)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/twmb/franz-go/plugin/kprom](https://redirect.github.com/twmb/franz-go)
| `v1.1.0` -> `v1.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftwmb%2ffranz-go%2fplugin%2fkprom/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftwmb%2ffranz-go%2fplugin%2fkprom/v1.1.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>twmb/franz-go (github.com/twmb/franz-go/plugin/kprom)</summary>

###
[`v1.3.0`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v130)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.2.1...v1.3.0)

\===

This release contains three new features, a few behavior changes, and
one minor
bugfix.

For features, you can now adjust fetched offsets before they are used
(thanks
[@&#8203;michaelwilner](https://redirect.github.com/michaelwilner)!),
you can now "ping" your cluster to see if the client can
connect at all, and you can now use `SetOffsets` when consuming
partitions
manually. As a somewhat of a feature-ish, producing no longer requires a
context, instead if a context is nil, `context.Background` is used (this
was
added to allow more laziness when writing small unimportant files).

The transactional behavior change is important: the documentation
changes are
worth reading, and it is worth using a 2.5+ cluster along with the
`RequireStableFetchOffsets` option if possible. The metadata leader
epoch
rewinding behavior change allows the client to continue in the event of
odd
cluster issues.

In kadm, we now return individual per-partition errors if partitions are
not
included in OffsetCommit responses. The generated code now has a few
more enums
(thanks [@&#8203;weeco](https://redirect.github.com/weeco)!)

Lastly, as a small bugfix, `client.Close()` did not properly stop seed
brokers.
A previous commit split seed brokers and non-seed brokers internally
into two
fields but did not add broker shutdown on the now-split seed broker
field.

- [`e0b520c`](https://redirect.github.com/twmb/franz-go/commit/e0b520c)
**behavior change** kadm: set per-partition errors on missing offsets in
CommitOffsets
- [`32425df`](https://redirect.github.com/twmb/franz-go/commit/32425df)
**feature** client: add Ping method
- [`a059901`](https://redirect.github.com/twmb/franz-go/commit/a059901)
**behavior change** txns: sleep 200ms on commit, preventing rebalance /
new commit
- [`12eaa1e`](https://redirect.github.com/twmb/franz-go/commit/12eaa1e)
**behavior change** metadata: allow leader epoch rewinds after 5 tries
- [`029e655`](https://redirect.github.com/twmb/franz-go/commit/029e655)
**feature-ish** Produce{,Sync}: default to context.Background if no ctx
is provided
- [`eb2cec3`](https://redirect.github.com/twmb/franz-go/commit/eb2cec3)
**bugfix** client: stop seed brokers on client.Close
- [`2eae20d`](https://redirect.github.com/twmb/franz-go/commit/2eae20d)
**feature** consumer: allow SetOffsets for direct partition consuming
- [pr #&#8203;120](https://redirect.github.com/twmb/franz-go/pull/120)
**feature** Add groupopt to swizzle offset assignments before
consumption (thanks
[@&#8203;michaelwilner](https://redirect.github.com/michaelwilner)!)

###
[`v1.2.1`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v121)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.2.0...v1.2.1)

\===

This patch release fixes a panic that can occur in the following
sequence of
events:

1. a LeaveGroup occurs (which always happens in Close)
2. the cluster moves a partition from one broker to another
3. a metadata refresh occurs and sees the partition has moved

Whenever a client closes, `Close` calls `LeaveGroup` (even if not in a
group),
and there is a small window of time before the metadata loop quits.

- [`864526a`](https://redirect.github.com/twmb/franz-go/commit/864526a)
**bugfix** consuming: avoid setting cursors to nil on LeaveGroup

###
[`v1.2.0`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v120)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.1.0...v1.2.0)

\===

This release contains new formatting features and sets the stage for a
new
admin administration package to be added in v1.3.0. For now, the `kadm`
package
is in a separate unversioned module. The API is relatively stable, but
I'd like
to play with it some more to figure out what needs changing or not. Any
external experimenting and feedback is welcome.

There are two new types introduced in the kgo package: `RecordFormatter`
and
`RecordReader`. Both of these extract and improve logic used in the
[`kcl`](github.com/twmb/kcl) repo. These are effectively powerful ways
to
format records into bytes, and read bytes into records. They are not
*exactly*
opposites of each other due to reasons mentioned in the docs. I expect
formatting to be more useful than reading, and formatting is actually
surprisingly fast if the formatter is reused. The one off
`Record.AppendFormat`
builds a new formatter on each use and should only be used if needed
infrequently, because building the formatter is the slow part.

I am considering removing the default of snappy compression for the v1.3
release. I generally find it useful: many people forget to add
compression
which increases network costs and makes broker disks fill faster, and
snappy
compression is cheap cpu-wise and fast. However, some people are
confused when
their bandwidth metrics look lower than they expect, and snappy *does*
mean
throughput is not *as* high as it could be. Removal of snappy by default
may or
may not happen, but if anybody agrees or disagrees with it, please
mention so
in an issue or on discord.

There are a few minor behavior changes in this release that should make
default
clients safer (lowering max buffered memory) and faster on request
failures.
These behavior changes should not affect anything. As well, the `bench`
utility
no longer uses snappy by default.

Non-formatter/reader/kadm commits worth mentioning:

- [`a8dbd2f`](https://redirect.github.com/twmb/franz-go/commit/a8dbd2f)
broker: add context to responses that look like HTTP
- [`ec0d81f`](https://redirect.github.com/twmb/franz-go/commit/ec0d81f)
broker: avoid non-debug logs on ErrClientClosed
- [`af4fce4`](https://redirect.github.com/twmb/franz-go/commit/af4fce4)
**beahvior change** bench: use no compression by default, remove
-no-compression flag
- [`d368d11`](https://redirect.github.com/twmb/franz-go/commit/d368d11)
bench: allow custom certs with -ca-cert, -client-cert, -client-key
- [`fbf9239`](https://redirect.github.com/twmb/franz-go/commit/fbf9239)
broker: add two new connection types, cxnGroup and cxnSlow
- [`2d6c1a8`](https://redirect.github.com/twmb/franz-go/commit/2d6c1a8)
**behavior change** client: lower RequestTimeoutOverhead and
RetryTimeout defaults
- [`9bcfc98`](https://redirect.github.com/twmb/franz-go/commit/9bcfc98)
kgo: only run req/resp handling goroutines when needed
- [`b9b592e`](https://redirect.github.com/twmb/franz-go/commit/b9b592e)
**behavior change** kgo: change default MaxBufferedRecords from
unlimited to 10,000
- [`19f4e9b`](https://redirect.github.com/twmb/franz-go/commit/19f4e9b)
and
[`58bf74a`](https://redirect.github.com/twmb/franz-go/commit/58bf74a)
client: collapse shard errors
- [`126778a`](https://redirect.github.com/twmb/franz-go/commit/126778a)
client: avoid sharding to partitions with no leader
- [`254764a`](https://redirect.github.com/twmb/franz-go/commit/254764a)
**behavior change** kversion: skip WriteTxnMarkers for version guessing

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Bumps `kprom` to v1.3.0 and vendors enhancements adding buffered byte
metrics, static labels, collector interface support, safer registry
handling, and updated Prometheus collectors.
> 
> - **Dependencies**:
> - Bump `github.com/twmb/franz-go/plugin/kprom` from `v1.1.0` to
`v1.3.0` in `go.mod`/`go.sum` and `vendor/modules.txt`.
> - **Metrics (`vendor/github.com/twmb/franz-go/plugin/kprom`)**:
>   - Add gauges `buffered_produce_bytes` and `buffered_fetch_bytes`.
> - Add `WithStaticLabel` for const labels across all metrics; merge
with optional `client_id` label.
> - Support `Registry(nil)` to act as an external Prometheus collector;
guard Go collectors registration when `reg` is `nil`.
> - Implement `Collect` and `Describe` to expose as a Prometheus
`Collector`.
> - Centralize unregistering via `allMetricCollectors` in
`OnClientClosed`.
> - Switch to
`collectors.NewProcessCollector`/`collectors.NewGoCollector`.
> - Clarify help text for `read_bytes_total`/`write_bytes_total`; minor
comment/typo fixes.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
1954b86ec0f488e034af091f0ebf039eace2be6f. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 11, 2025
…13464)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[puppeteer](https://redirect.github.com/puppeteer/puppeteer/tree/main#readme)
([source](https://redirect.github.com/puppeteer/puppeteer)) | [`24.11.2`
->
`24.29.1`](https://renovatebot.com/diffs/npm/puppeteer/24.11.2/24.29.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/puppeteer/24.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/puppeteer/24.11.2/24.29.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>puppeteer/puppeteer (puppeteer)</summary>

###
[`v24.29.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24291-2025-11-06)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.29.0...puppeteer-v24.29.1)

##### ♻️ Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.29.0 to 24.29.1

##### 🛠️ Fixes

- ignore wasn't found errors in NetworkManager
([#&#8203;14399](https://redirect.github.com/puppeteer/puppeteer/issues/14399))
([3a6342d](https://redirect.github.com/puppeteer/puppeteer/commit/3a6342ddbc173b68f67abc52e6f417f56b5fc5ea))
- roll to Chrome 142.0.7444.61
([#&#8203;14401](https://redirect.github.com/puppeteer/puppeteer/issues/14401))
([3d2c957](https://redirect.github.com/puppeteer/puppeteer/commit/3d2c9575ff55178cb2d85a8479765027532bc622))

###
[`v24.29.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24291-2025-11-06)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.28.0...puppeteer-v24.29.0)

##### ♻️ Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.29.0 to 24.29.1

##### 🛠️ Fixes

- ignore wasn't found errors in NetworkManager
([#&#8203;14399](https://redirect.github.com/puppeteer/puppeteer/issues/14399))
([3a6342d](https://redirect.github.com/puppeteer/puppeteer/commit/3a6342ddbc173b68f67abc52e6f417f56b5fc5ea))
- roll to Chrome 142.0.7444.61
([#&#8203;14401](https://redirect.github.com/puppeteer/puppeteer/issues/14401))
([3d2c957](https://redirect.github.com/puppeteer/puppeteer/commit/3d2c9575ff55178cb2d85a8479765027532bc622))

###
[`v24.28.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24290-2025-11-05)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.27.0...puppeteer-v24.28.0)

##### ♻️ Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.28.0 to 24.29.0

##### 🎉 Features

- add page.openDevTools() method
([#&#8203;14396](https://redirect.github.com/puppeteer/puppeteer/issues/14396))
([0209c07](https://redirect.github.com/puppeteer/puppeteer/commit/0209c0756319177aa0cc5a5f7a5391a817621dca))

##### 🛠️ Fixes

- do not wait for all targets when connecting
([#&#8203;14395](https://redirect.github.com/puppeteer/puppeteer/issues/14395))
([0029495](https://redirect.github.com/puppeteer/puppeteer/commit/0029495d0dbb1a81faab647cd83b8878049c9f01))
- tasks and session management in ExtensionTransport
([#&#8203;14400](https://redirect.github.com/puppeteer/puppeteer/issues/14400))
([47c92d6](https://redirect.github.com/puppeteer/puppeteer/commit/47c92d6aff49c10b065b49109bac094e7bcc7469))

###
[`v24.27.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24270-2025-10-29)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.1...puppeteer-v24.27.0)

##### 🎉 Features

- add window options to newPage()
([#&#8203;14363](https://redirect.github.com/puppeteer/puppeteer/issues/14363))
([1d4f48d](https://redirect.github.com/puppeteer/puppeteer/commit/1d4f48d80760231bc765f26e4648b4d0c6de66f4))
- roll to Chrome 142.0.7444.59
([#&#8203;14381](https://redirect.github.com/puppeteer/puppeteer/issues/14381))
([54d504d](https://redirect.github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa))
- support ignoreCache in page.reload()
([#&#8203;14365](https://redirect.github.com/puppeteer/puppeteer/issues/14365))
([3794e8f](https://redirect.github.com/puppeteer/puppeteer/commit/3794e8f0136f6e25c27bab5b6e89723fd9b6a239))

##### ♻️ Chores

- extract things required for ESM migration
([#&#8203;14369](https://redirect.github.com/puppeteer/puppeteer/issues/14369))
([c38313c](https://redirect.github.com/puppeteer/puppeteer/commit/c38313c4ebde082573409d1dfb358534673f42f4))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.26.1 to 24.27.0

##### 🛠️ Fixes

- roll to Firefox 144.0.2
([#&#8203;14382](https://redirect.github.com/puppeteer/puppeteer/issues/14382))
([122f56e](https://redirect.github.com/puppeteer/puppeteer/commit/122f56ec6d5a71e48e3e4f00cae2e097bb8d2ce8))

##### 📄 Documentation

- fix api-extractor warnings
([#&#8203;14370](https://redirect.github.com/puppeteer/puppeteer/issues/14370))
([538c480](https://redirect.github.com/puppeteer/puppeteer/commit/538c480a2b485b1ae9b4d25645b0b99e53967855))

###
[`v24.26.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24270-2025-10-29)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.26.0...puppeteer-v24.26.1)

##### 🎉 Features

- add window options to newPage()
([#&#8203;14363](https://redirect.github.com/puppeteer/puppeteer/issues/14363))
([1d4f48d](https://redirect.github.com/puppeteer/puppeteer/commit/1d4f48d80760231bc765f26e4648b4d0c6de66f4))
- roll to Chrome 142.0.7444.59
([#&#8203;14381](https://redirect.github.com/puppeteer/puppeteer/issues/14381))
([54d504d](https://redirect.github.com/puppeteer/puppeteer/commit/54d504db0515f150b97862aa1415008dcfe9fcfa))
- support ignoreCache in page.reload()
([#&#8203;14365](https://redirect.github.com/puppeteer/puppeteer/issues/14365))
([3794e8f](https://redirect.github.com/puppeteer/puppeteer/commit/3794e8f0136f6e25c27bab5b6e89723fd9b6a239))

##### ♻️ Chores

- extract things required for ESM migration
([#&#8203;14369](https://redirect.github.com/puppeteer/puppeteer/issues/14369))
([c38313c](https://redirect.github.com/puppeteer/puppeteer/commit/c38313c4ebde082573409d1dfb358534673f42f4))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.26.1 to 24.27.0

##### 🛠️ Fixes

- roll to Firefox 144.0.2
([#&#8203;14382](https://redirect.github.com/puppeteer/puppeteer/issues/14382))
([122f56e](https://redirect.github.com/puppeteer/puppeteer/commit/122f56ec6d5a71e48e3e4f00cae2e097bb8d2ce8))

##### 📄 Documentation

- fix api-extractor warnings
([#&#8203;14370](https://redirect.github.com/puppeteer/puppeteer/issues/14370))
([538c480](https://redirect.github.com/puppeteer/puppeteer/commit/538c480a2b485b1ae9b4d25645b0b99e53967855))

###
[`v24.26.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24261-2025-10-22)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.25.0...puppeteer-v24.26.0)

##### ♻️ Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.26.0 to 24.26.1

##### 🛠️ Fixes

- **a11y:** expose the url property for links
([#&#8203;14357](https://redirect.github.com/puppeteer/puppeteer/issues/14357))
([93d098b](https://redirect.github.com/puppeteer/puppeteer/commit/93d098b060771dbd1e6875f4664273604022f3bd))
- roll to Chrome 141.0.7390.122
([#&#8203;14360](https://redirect.github.com/puppeteer/puppeteer/issues/14360))
([f2fef81](https://redirect.github.com/puppeteer/puppeteer/commit/f2fef816f234bd30a13bb86dfc654f29f5cb2f6b))

###
[`v24.25.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24260-2025-10-21)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.1...puppeteer-v24.25.0)

##### 🎉 Features

- consider landmarks interesting for a11y
([#&#8203;14330](https://redirect.github.com/puppeteer/puppeteer/issues/14330))
([894eb7c](https://redirect.github.com/puppeteer/puppeteer/commit/894eb7cfe47d1cc8df6b1c3a3dc712ee862ff8d6))
- **webdriver:** get detailed initiator data from CDP if available
([#&#8203;14348](https://redirect.github.com/puppeteer/puppeteer/issues/14348))
([d997064](https://redirect.github.com/puppeteer/puppeteer/commit/d9970645d866bd76a2fc7bb9f58197d006b2b7b4))
- **webdriver:** support `fetchPostData`
([#&#8203;14340](https://redirect.github.com/puppeteer/puppeteer/issues/14340))
([ebe76d3](https://redirect.github.com/puppeteer/puppeteer/commit/ebe76d3f0c0dc2392f453331224afa41cfc78a70))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.25.0 to 24.26.0

##### 🛠️ Fixes

- request.headers() should not allow mutating data
([#&#8203;14341](https://redirect.github.com/puppeteer/puppeteer/issues/14341))
([9de5bd7](https://redirect.github.com/puppeteer/puppeteer/commit/9de5bd79d48e66ebc0f62bf5f29c218c58865877))
- use the correct type for `pageerror` event
([#&#8203;14349](https://redirect.github.com/puppeteer/puppeteer/issues/14349))
([e654b58](https://redirect.github.com/puppeteer/puppeteer/commit/e654b58a3c6209b41bcdc13ad6a820d5673a5b79))

##### 📄 Documentation

- mark `HTTPRequest.postData` as deprecated
([#&#8203;14336](https://redirect.github.com/puppeteer/puppeteer/issues/14336))
([3812c50](https://redirect.github.com/puppeteer/puppeteer/commit/3812c50bd8d1682360486ac04e8df59e17aa2431))

###
[`v24.24.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24250-2025-10-15)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.24.0...puppeteer-v24.24.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.24.1 to 24.25.0

##### Features

- roll to Firefox 144.0
([#&#8203;14322](https://redirect.github.com/puppeteer/puppeteer/issues/14322))
([9d1ad07](https://redirect.github.com/puppeteer/puppeteer/commit/9d1ad0754fe075fc6f01ef0df9f0a5ca6a0c2431))

##### Bug Fixes

- roll to Chrome 141.0.7390.78
([#&#8203;14321](https://redirect.github.com/puppeteer/puppeteer/issues/14321))
([064145c](https://redirect.github.com/puppeteer/puppeteer/commit/064145c9735917fa0b54b404550ae0ced3a22af5))

###
[`v24.24.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24240-2025-10-10)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.23.1...puppeteer-v24.24.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.23.1 to 24.24.0

##### Features

- add handleDevToolsAsPage to access DevTools windows as pages
([#&#8203;14296](https://redirect.github.com/puppeteer/puppeteer/issues/14296))
([d6bcf61](https://redirect.github.com/puppeteer/puppeteer/commit/d6bcf614cca2ccb40aca6c3824fe8d35b7cbcbdb))

###
[`v24.23.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24240-2025-10-10)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.23.0...puppeteer-v24.23.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.23.1 to 24.24.0

##### Features

- add handleDevToolsAsPage to access DevTools windows as pages
([#&#8203;14296](https://redirect.github.com/puppeteer/puppeteer/issues/14296))
([d6bcf61](https://redirect.github.com/puppeteer/puppeteer/commit/d6bcf614cca2ccb40aca6c3824fe8d35b7cbcbdb))

###
[`v24.23.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24230-2025-10-01)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.3...puppeteer-v24.23.0)

##### Features

- roll to Chrome 141.0.7390.54
([#&#8203;14273](https://redirect.github.com/puppeteer/puppeteer/issues/14273))
([b9ca458](https://redirect.github.com/puppeteer/puppeteer/commit/b9ca458df52762270ac5953865fb5c61c88e6f58))
- **webdriver:** support `createUserContext(downloadBehavior)`
([#&#8203;14249](https://redirect.github.com/puppeteer/puppeteer/issues/14249))
([cd9dc0c](https://redirect.github.com/puppeteer/puppeteer/commit/cd9dc0ce6837e239a03b982605ae3a4bd8615ffd))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.22.3 to 24.23.0

##### Bug Fixes

- roll to Firefox 143.0.3
([#&#8203;14274](https://redirect.github.com/puppeteer/puppeteer/issues/14274))
([4890265](https://redirect.github.com/puppeteer/puppeteer/commit/48902651782c712a90cba51e913f1adf78933766))
- **webdriver:** don't intercept non blocked requests
([#&#8203;14262](https://redirect.github.com/puppeteer/puppeteer/issues/14262))
([f39f48d](https://redirect.github.com/puppeteer/puppeteer/commit/f39f48db3d10a9ff435ad4ba59db06c56cbd104d))
- **webdriver:** properly pipe network interception flag
([#&#8203;14269](https://redirect.github.com/puppeteer/puppeteer/issues/14269))
([fd4a371](https://redirect.github.com/puppeteer/puppeteer/commit/fd4a371c431896dae0eb862c10d8b23a173217d9))
- **webdriver:** respect isBlocked in request interception
([#&#8203;14264](https://redirect.github.com/puppeteer/puppeteer/issues/14264))
([b5c1bb5](https://redirect.github.com/puppeteer/puppeteer/commit/b5c1bb59252e94f8a894c7e7577394368ac5a03a))

###
[`v24.22.3`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24230-2025-10-01)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.2...puppeteer-v24.22.3)

##### Features

- roll to Chrome 141.0.7390.54
([#&#8203;14273](https://redirect.github.com/puppeteer/puppeteer/issues/14273))
([b9ca458](https://redirect.github.com/puppeteer/puppeteer/commit/b9ca458df52762270ac5953865fb5c61c88e6f58))
- **webdriver:** support `createUserContext(downloadBehavior)`
([#&#8203;14249](https://redirect.github.com/puppeteer/puppeteer/issues/14249))
([cd9dc0c](https://redirect.github.com/puppeteer/puppeteer/commit/cd9dc0ce6837e239a03b982605ae3a4bd8615ffd))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.22.3 to 24.23.0

##### Bug Fixes

- roll to Firefox 143.0.3
([#&#8203;14274](https://redirect.github.com/puppeteer/puppeteer/issues/14274))
([4890265](https://redirect.github.com/puppeteer/puppeteer/commit/48902651782c712a90cba51e913f1adf78933766))
- **webdriver:** don't intercept non blocked requests
([#&#8203;14262](https://redirect.github.com/puppeteer/puppeteer/issues/14262))
([f39f48d](https://redirect.github.com/puppeteer/puppeteer/commit/f39f48db3d10a9ff435ad4ba59db06c56cbd104d))
- **webdriver:** properly pipe network interception flag
([#&#8203;14269](https://redirect.github.com/puppeteer/puppeteer/issues/14269))
([fd4a371](https://redirect.github.com/puppeteer/puppeteer/commit/fd4a371c431896dae0eb862c10d8b23a173217d9))
- **webdriver:** respect isBlocked in request interception
([#&#8203;14264](https://redirect.github.com/puppeteer/puppeteer/issues/14264))
([b5c1bb5](https://redirect.github.com/puppeteer/puppeteer/commit/b5c1bb59252e94f8a894c7e7577394368ac5a03a))

###
[`v24.22.2`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24223-2025-09-24)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.1...puppeteer-v24.22.2)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.22.2 to 24.22.3

##### Bug Fixes

- regression in function stringification
([#&#8203;14246](https://redirect.github.com/puppeteer/puppeteer/issues/14246))
([773a375](https://redirect.github.com/puppeteer/puppeteer/commit/773a37535f59f86fd6d1ef15b898c0f0f4f53d9d))
- roll to Chrome 140.0.7339.207
([#&#8203;14240](https://redirect.github.com/puppeteer/puppeteer/issues/14240))
([db1a654](https://redirect.github.com/puppeteer/puppeteer/commit/db1a654791cdf3f3f0063da24074555a7d15864c))

###
[`v24.22.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24222-2025-09-23)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.22.0...puppeteer-v24.22.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.22.1 to 24.22.2

##### Bug Fixes

- **pipes:** concat buffers instead of string concatenation
([#&#8203;14236](https://redirect.github.com/puppeteer/puppeteer/issues/14236))
([21e54b6](https://redirect.github.com/puppeteer/puppeteer/commit/21e54b61531511af1c6187d685f97a1378a00018))

###
[`v24.22.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24221-2025-09-23)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.21.0...puppeteer-v24.22.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.22.0 to 24.22.1

##### Bug Fixes

- replace function eval with parsing in page.evaluate()
([#&#8203;14226](https://redirect.github.com/puppeteer/puppeteer/issues/14226))
([d0e95b1](https://redirect.github.com/puppeteer/puppeteer/commit/d0e95b19796d6492d09244eb2fe7918a23b2d65d))
- roll to Chrome 140.0.7339.185
([#&#8203;14222](https://redirect.github.com/puppeteer/puppeteer/issues/14222))
([2b15421](https://redirect.github.com/puppeteer/puppeteer/commit/2b15421157acf179643e1f4e66a4964ecbe505f9))
- roll to Firefox 143.0.1
([#&#8203;14227](https://redirect.github.com/puppeteer/puppeteer/issues/14227))
([ce89b9b](https://redirect.github.com/puppeteer/puppeteer/commit/ce89b9b1ab9fcb2e00496ece36a08b99e05b3881))

###
[`v24.21.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24220-2025-09-17)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.20.0...puppeteer-v24.21.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.21.0 to 24.22.0

##### Features

- roll to Firefox 143.0
([#&#8203;14219](https://redirect.github.com/puppeteer/puppeteer/issues/14219))
([ddab735](https://redirect.github.com/puppeteer/puppeteer/commit/ddab735b965bd244a988b394fd206bb5fe5520bd))

##### Bug Fixes

- **a11y:** handle leaf nodes without heuristics that rely on name
([#&#8203;14221](https://redirect.github.com/puppeteer/puppeteer/issues/14221))
([076cc2e](https://redirect.github.com/puppeteer/puppeteer/commit/076cc2e5c1ba68e6915265b339cae812ae8acc10))

###
[`v24.20.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24200-2025-09-10)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.19.0...puppeteer-v24.20.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
-
[@&#8203;puppeteer/browsers](https://redirect.github.com/puppeteer/browsers)
bumped from 2.10.8 to 2.10.9

##### Features

- add Browser.deleteMatchingCookies() method
([#&#8203;14175](https://redirect.github.com/puppeteer/puppeteer/issues/14175))
([925460d](https://redirect.github.com/puppeteer/puppeteer/commit/925460d4c888522088952b0b001b1ec6b9ed9968))
- support offline parameter in emulateNetworkConditions
([#&#8203;14184](https://redirect.github.com/puppeteer/puppeteer/issues/14184))
([79c47f4](https://redirect.github.com/puppeteer/puppeteer/commit/79c47f4885a691d578209a84d98b73e2c2fb73a0))

##### Bug Fixes

- **accessibility:** reports snapshot with uninteresting root and
focusable Document is not a leaf node
([#&#8203;14169](https://redirect.github.com/puppeteer/puppeteer/issues/14169))
([3bad7ad](https://redirect.github.com/puppeteer/puppeteer/commit/3bad7ad2240647d57ae327fc12b0e7deff8d95e8))
- roll to Chrome 140.0.7339.82
([#&#8203;14182](https://redirect.github.com/puppeteer/puppeteer/issues/14182))
([7e4440d](https://redirect.github.com/puppeteer/puppeteer/commit/7e4440d706dfa62b2a011dedb8d87c4189f397b3))

###
[`v24.19.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24190-2025-09-04)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.18.0...puppeteer-v24.19.0)

##### Features

- roll to Chrome 140.0.7339.80
([#&#8203;14162](https://redirect.github.com/puppeteer/puppeteer/issues/14162))
([0cb425b](https://redirect.github.com/puppeteer/puppeteer/commit/0cb425b442258433798f58bd162812903d520127))

##### Bug Fixes

- accessibility SerializedAXNode.elementHandle returns the parent's
handle for text nodes
([#&#8203;14159](https://redirect.github.com/puppeteer/puppeteer/issues/14159))
([0cb49fd](https://redirect.github.com/puppeteer/puppeteer/commit/0cb49fdbada8612230dc71a8625bfc073d6b9caf))
- throw on history entry not found
([#&#8203;14160](https://redirect.github.com/puppeteer/puppeteer/issues/14160))
([f660ef8](https://redirect.github.com/puppeteer/puppeteer/commit/f660ef8e520c9d2356df6aee7d7b01b7f9882016))
- **webdriver:** support interception after continueWithAuth
([#&#8203;14167](https://redirect.github.com/puppeteer/puppeteer/issues/14167))
([21f1eb5](https://redirect.github.com/puppeteer/puppeteer/commit/21f1eb58d7274a72b2e0c0de1f36d3889ba001c1))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.18.0 to 24.19.0

###
[`v24.18.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24190-2025-09-04)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.17.1...puppeteer-v24.18.0)

##### Features

- roll to Chrome 140.0.7339.80
([#&#8203;14162](https://redirect.github.com/puppeteer/puppeteer/issues/14162))
([0cb425b](https://redirect.github.com/puppeteer/puppeteer/commit/0cb425b442258433798f58bd162812903d520127))

##### Bug Fixes

- accessibility SerializedAXNode.elementHandle returns the parent's
handle for text nodes
([#&#8203;14159](https://redirect.github.com/puppeteer/puppeteer/issues/14159))
([0cb49fd](https://redirect.github.com/puppeteer/puppeteer/commit/0cb49fdbada8612230dc71a8625bfc073d6b9caf))
- throw on history entry not found
([#&#8203;14160](https://redirect.github.com/puppeteer/puppeteer/issues/14160))
([f660ef8](https://redirect.github.com/puppeteer/puppeteer/commit/f660ef8e520c9d2356df6aee7d7b01b7f9882016))
- **webdriver:** support interception after continueWithAuth
([#&#8203;14167](https://redirect.github.com/puppeteer/puppeteer/issues/14167))
([21f1eb5](https://redirect.github.com/puppeteer/puppeteer/commit/21f1eb58d7274a72b2e0c0de1f36d3889ba001c1))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.18.0 to 24.19.0

###
[`v24.17.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24180-2025-09-01)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.17.0...puppeteer-v24.17.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.17.1 to 24.18.0

##### Features

- support converting ElementHandle to Locator
([#&#8203;14150](https://redirect.github.com/puppeteer/puppeteer/issues/14150))
([da95fb0](https://redirect.github.com/puppeteer/puppeteer/commit/da95fb039fed12d43bbce05c1718efd35aae5c83))

##### Bug Fixes

- update CSP message check
([#&#8203;14156](https://redirect.github.com/puppeteer/puppeteer/issues/14156))
([41e39c7](https://redirect.github.com/puppeteer/puppeteer/commit/41e39c77987b5186f11b59296ebd5e9347efcd09))

###
[`v24.17.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24170-2025-08-20)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.16.2...puppeteer-v24.17.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
-
[@&#8203;puppeteer/browsers](https://redirect.github.com/puppeteer/browsers)
bumped from 2.10.6 to 2.10.7

##### Features

- roll to Firefox 142.0
([#&#8203;14127](https://redirect.github.com/puppeteer/puppeteer/issues/14127))
([f00517e](https://redirect.github.com/puppeteer/puppeteer/commit/f00517ef4aad3ccfd9afb2e00114baa13ea71cc4))
- **webdriver:** implement `Page.setJavaScriptEnabled`
([#&#8203;14118](https://redirect.github.com/puppeteer/puppeteer/issues/14118))
([fb55e8f](https://redirect.github.com/puppeteer/puppeteer/commit/fb55e8fe26aa6be6ed7edb235f5914d0bab641c3))

##### Bug Fixes

- roll to Chrome 139.0.7258.138
([#&#8203;14125](https://redirect.github.com/puppeteer/puppeteer/issues/14125))
([b1d2a54](https://redirect.github.com/puppeteer/puppeteer/commit/b1d2a541815bd0010039ab1f8f269865ce5897be))

###
[`v24.16.2`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24162-2025-08-13)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.16.1...puppeteer-v24.16.2)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.16.1 to 24.16.2

##### Bug Fixes

- report a helpful error if waiting fails
([#&#8203;14104](https://redirect.github.com/puppeteer/puppeteer/issues/14104))
([21de026](https://redirect.github.com/puppeteer/puppeteer/commit/21de0262c774e0a21b5931bd10ce2ca5dc3df574))
- roll to Chrome 139.0.7258.68
([#&#8203;14106](https://redirect.github.com/puppeteer/puppeteer/issues/14106))
([6d12c61](https://redirect.github.com/puppeteer/puppeteer/commit/6d12c61a69ec8bb421664889babd251f36062082))

###
[`v24.16.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24162-2025-08-13)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.16.0...puppeteer-v24.16.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.16.1 to 24.16.2

##### Bug Fixes

- report a helpful error if waiting fails
([#&#8203;14104](https://redirect.github.com/puppeteer/puppeteer/issues/14104))
([21de026](https://redirect.github.com/puppeteer/puppeteer/commit/21de0262c774e0a21b5931bd10ce2ca5dc3df574))
- roll to Chrome 139.0.7258.68
([#&#8203;14106](https://redirect.github.com/puppeteer/puppeteer/issues/14106))
([6d12c61](https://redirect.github.com/puppeteer/puppeteer/commit/6d12c61a69ec8bb421664889babd251f36062082))

###
[`v24.16.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24161-2025-08-10)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.15.0...puppeteer-v24.16.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.16.0 to 24.16.1

##### Bug Fixes

- roll to Firefox 141.0.3
([#&#8203;14097](https://redirect.github.com/puppeteer/puppeteer/issues/14097))
([a25cf76](https://redirect.github.com/puppeteer/puppeteer/commit/a25cf76add045dc4bc2ee9df8d25faa9322a5391))

###
[`v24.15.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24160-2025-08-06)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.14.0...puppeteer-v24.15.0)

##### Features

- roll to Chrome 139.0.7258.66
([#&#8203;14085](https://redirect.github.com/puppeteer/puppeteer/issues/14085))
([65c18f4](https://redirect.github.com/puppeteer/puppeteer/commit/65c18f4f2876806cb6e086d568a0011f890fd945))

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.15.0 to 24.16.0

##### Bug Fixes

- roll to Chrome 138.0.7204.183
([#&#8203;14065](https://redirect.github.com/puppeteer/puppeteer/issues/14065))
([910b37f](https://redirect.github.com/puppeteer/puppeteer/commit/910b37fbaeff62a672ef45f6e778abca0a6392b4))
- roll to Firefox 141.0.2
([#&#8203;14089](https://redirect.github.com/puppeteer/puppeteer/issues/14089))
([5d3372e](https://redirect.github.com/puppeteer/puppeteer/commit/5d3372e2a11d8676790b7693ebd39ac2c8781954))

###
[`v24.14.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24150-2025-07-23)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.13.0...puppeteer-v24.14.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.14.0 to 24.15.0

##### Features

- emulateTimezone via BiDi
([#&#8203;14042](https://redirect.github.com/puppeteer/puppeteer/issues/14042))
([e8768c9](https://redirect.github.com/puppeteer/puppeteer/commit/e8768c9b2b21c077ba0cf503c69e27f72868c20a))
- roll to Firefox 141.0
([#&#8203;14048](https://redirect.github.com/puppeteer/puppeteer/issues/14048))
([f8853de](https://redirect.github.com/puppeteer/puppeteer/commit/f8853de69677c22a1cf3d4b3de55af3a1be85105))

##### Bug Fixes

- roll to Chrome 138.0.7204.168
([#&#8203;14047](https://redirect.github.com/puppeteer/puppeteer/issues/14047))
([4a89e96](https://redirect.github.com/puppeteer/puppeteer/commit/4a89e966554727950cdc1cc88146e2a6a733bc88))

###
[`v24.13.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24130-2025-07-14)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.12.1...puppeteer-v24.13.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.12.1 to 24.13.0

##### Features

- respect `proxyServer` in incognito browser context in BiDi
([#&#8203;14013](https://redirect.github.com/puppeteer/puppeteer/issues/14013))
([1559ee4](https://redirect.github.com/puppeteer/puppeteer/commit/1559ee4cafb96afb637609de5f3fc63e3e1e60ad))
- **webdriver:** support network response content in BiDi
([#&#8203;14016](https://redirect.github.com/puppeteer/puppeteer/issues/14016))
([b4d4d19](https://redirect.github.com/puppeteer/puppeteer/commit/b4d4d1915f729a2760a8c74b50877d92ce5e1c94))

##### Bug Fixes

- ignore errors caused by worker targets that do not support network
conditions
([#&#8203;14015](https://redirect.github.com/puppeteer/puppeteer/issues/14015))
([d012588](https://redirect.github.com/puppeteer/puppeteer/commit/d012588b7a3fe649b0919ec14d0878390433cf6b))

###
[`v24.12.1`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24130-2025-07-14)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.12.0...puppeteer-v24.12.1)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.12.1 to 24.13.0

##### Features

- respect `proxyServer` in incognito browser context in BiDi
([#&#8203;14013](https://redirect.github.com/puppeteer/puppeteer/issues/14013))
([1559ee4](https://redirect.github.com/puppeteer/puppeteer/commit/1559ee4cafb96afb637609de5f3fc63e3e1e60ad))
- **webdriver:** support network response content in BiDi
([#&#8203;14016](https://redirect.github.com/puppeteer/puppeteer/issues/14016))
([b4d4d19](https://redirect.github.com/puppeteer/puppeteer/commit/b4d4d1915f729a2760a8c74b50877d92ce5e1c94))

##### Bug Fixes

- ignore errors caused by worker targets that do not support network
conditions
([#&#8203;14015](https://redirect.github.com/puppeteer/puppeteer/issues/14015))
([d012588](https://redirect.github.com/puppeteer/puppeteer/commit/d012588b7a3fe649b0919ec14d0878390433cf6b))

###
[`v24.12.0`](https://redirect.github.com/puppeteer/puppeteer/blob/HEAD/CHANGELOG.md#24121-2025-07-09)

[Compare
Source](https://redirect.github.com/puppeteer/puppeteer/compare/puppeteer-v24.11.2...puppeteer-v24.12.0)

##### Miscellaneous Chores

- **puppeteer:** Synchronize puppeteer versions

##### Dependencies

- The following workspace dependencies were updated
  - dependencies
    - puppeteer-core bumped from 24.12.0 to 24.12.1

##### Bug Fixes

- make sure pipe transport dispatches messages in tasks
([#&#8203;14009](https://redirect.github.com/puppeteer/puppeteer/issues/14009))
([b52ad4c](https://redirect.github.com/puppeteer/puppeteer/commit/b52ad4ccb52235ce253f84fb8105edc74971f5ef))
- roll to Chrome 138.0.7204.94
([#&#8203;14003](https://redirect.github.com/puppeteer/puppeteer/issues/14003))
([7140ffa](https://redirect.github.com/puppeteer/puppeteer/commit/7140ffae116874cf9f407970cee13243aa10aac3))
- roll to Firefox 140.0.4
([#&#8203;14006](https://redirect.github.com/puppeteer/puppeteer/issues/14006))
([5887283](https://redirect.github.com/puppeteer/puppeteer/commit/5887283f384cea366f188e662614266cbf05f3e1))
- waitForNetwork idle timer resetting on new request changes
([#&#8203;14005](https://redirect.github.com/puppeteer/puppeteer/issues/14005))
([5745098](https://redirect.github.com/puppeteer/puppeteer/commit/57450983c4fa98ea701b6376ee812fb8d533bb03))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoicmVsZWFzZS0yLjE3IiwibGFiZWxzIjpbInVwZGF0ZS1taW5vciJdfQ==-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 12, 2025
#13473)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/google/go-github/v77](https://redirect.github.com/google/go-github)
| `v77.0.0` -> `v78.0.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv77/v78.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv77/v77.0.0/v78.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v77)</summary>

###
[`v78.0.0`](https://redirect.github.com/google/go-github/releases/tag/v78.0.0)

[Compare
Source](https://redirect.github.com/google/go-github/compare/v77.0.0...v78.0.0)

This release contains the following breaking API changes:

- feat!: Address post-merge enterprise billing cost center review
([#&#8203;3805](https://redirect.github.com/google/go-github/issues/3805))
BREAKING CHANGES: Various `EnterpriseService` structs have been renamed
for consistency.

...and the following additional changes:

- Bump go-github from v76 to v77 in /scrape
([#&#8203;3801](https://redirect.github.com/google/go-github/issues/3801))
- chore: Update openapi\_operations.yaml
([#&#8203;3802](https://redirect.github.com/google/go-github/issues/3802))
- feat: Add support for enterprise billing cost centers API
([#&#8203;3803](https://redirect.github.com/google/go-github/issues/3803))
- feat: Add `sha_pinning_required` to `ActionsPermissions` structs
([#&#8203;3807](https://redirect.github.com/google/go-github/issues/3807))
- Bump version of go-github to v78.0.0
([#&#8203;3815](https://redirect.github.com/google/go-github/issues/3815))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWFqb3IiXX0=-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Upgrade `github.com/google/go-github` to v78 with corresponding import
change and vendored updates, adding enterprise cost centers API and
Actions SHA pinning fields.
> 
> - **Dependencies**:
> - Bump `github.com/google/go-github` from `v77.0.0` to `v78.0.0` in
`go.mod`/`go.sum` and update import in
`pkg/mimirtool/version/version.go`.
> - **Vendor (go-github v78)**:
> - Add enterprise billing cost centers API
(`enterprise_billing_cost_centers.go`) and related getters.
> - Add `sha_pinning_required` to `ActionsPermissions` structs and
accessors.
> - Update internal version constant to `v78.0.0` and refresh several
Enterprise/GHES doc links and endpoints.
> - Minor model/accessor additions aligned with v78 (e.g., new
fields/methods).
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
3b7e712. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 16, 2025
…3507)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.255.0` -> `v0.256.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.256.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.255.0/v0.256.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.256.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.256.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.255.0...v0.256.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;3366](https://redirect.github.com/googleapis/google-api-go-client/issues/3366))
([997c613](https://redirect.github.com/googleapis/google-api-go-client/commit/997c613e70ddbf1483e4212641cb09db86f7716b))
- **all:** Auto-regenerate discovery clients
([#&#8203;3368](https://redirect.github.com/googleapis/google-api-go-client/issues/3368))
([57e958d](https://redirect.github.com/googleapis/google-api-go-client/commit/57e958d22096bca64db83dc7888f248f0d8a6bc4))
- **all:** Auto-regenerate discovery clients
([#&#8203;3369](https://redirect.github.com/googleapis/google-api-go-client/issues/3369))
([5d436f7](https://redirect.github.com/googleapis/google-api-go-client/commit/5d436f7172766d9dab04cfcf3dd0e5054228a084))
- **all:** Auto-regenerate discovery clients
([#&#8203;3370](https://redirect.github.com/googleapis/google-api-go-client/issues/3370))
([140a610](https://redirect.github.com/googleapis/google-api-go-client/commit/140a610ace04e635f919acf8f7a5441d1d4546b9))
- **all:** Auto-regenerate discovery clients
([#&#8203;3371](https://redirect.github.com/googleapis/google-api-go-client/issues/3371))
([39a2bc0](https://redirect.github.com/googleapis/google-api-go-client/commit/39a2bc07bfc4693cf0a99de0fe70807783471e99))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtbWlub3IiXX0=-->

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> Updates Google API client and OAuth2 deps; vendors new IAM Credentials
allowedLocations endpoints and improves device auth error parsing.
> 
> - **Dependencies**:
> - Bump `google.golang.org/api` to `v0.256.0` (and internal version to
`0.256.0`).
>   - Update `golang.org/x/oauth2` to `v0.33.0`.
> - Update `github.com/googleapis/enterprise-certificate-proxy` to
`v0.3.7` and `google.golang.org/genproto/googleapis/rpc` revision.
> - **Vendor (Google API: `iamcredentials/v1`)**:
>   - Add new endpoints and types for `allowedLocations`:
> - `locations.workforcePools.getAllowedLocations` →
`WorkforcePoolAllowedLocations`.
> - `projects.locations.workloadIdentityPools.getAllowedLocations` →
`WorkloadIdentityPoolAllowedLocations`.
> - `projects.serviceAccounts.getAllowedLocations` →
`ServiceAccountAllowedLocations`.
> - Wire up corresponding services in generated client (`Locations`,
`Projects.Locations`, and calls).
> - **Vendor (`golang.org/x/oauth2`)**:
> - Enhance device auth error handling to parse form-encoded and JSON
errors in `deviceauth.go`.
> - Minor doc/comment adjustments (e.g., `AuthStyleInHeader`, PKCE text,
capitalization).
> - **Housekeeping**:
>   - Update `go.sum` and `vendor/modules.txt` accordingly.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
7fe1a2e. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 18, 2025
…13543)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [github.com/twmb/franz-go](https://redirect.github.com/twmb/franz-go)
| `v1.20.3` -> `v1.20.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftwmb%2ffranz-go/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftwmb%2ffranz-go/v1.20.3/v1.20.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>twmb/franz-go (github.com/twmb/franz-go)</summary>

###
[`v1.20.4`](https://redirect.github.com/twmb/franz-go/blob/HEAD/CHANGELOG.md#v1204)

[Compare
Source](https://redirect.github.com/twmb/franz-go/compare/v1.20.3...v1.20.4)

\===

This patch release contains fixes for two data races: one new one
introduced in
1.20.3 with sharded requests (a super obvious oversight in retrospect..)
and a
fix for a hard to encounter race that has existed for years when using
preferred read replicas (via setting the `kgo.Rack` option while
consuming).

There are also improvements by
[@&#8203;carsonip](https://redirect.github.com/carsonip) to log
context errors less and to return earlier when pinging if the context is
expired, and an improvement by
[@&#8203;rockwotj](https://redirect.github.com/rockwotj) to
support arbitrary Kafka messages (i.e., custom requests).

-
[`cdd0316a`](https://redirect.github.com/twmb/franz-go/commit/cdd0316a)
kgo: source.fetch stop fetching again when context is done
-
[`d0350d13`](https://redirect.github.com/twmb/franz-go/commit/d0350d13)
**bugfix** kgo: fix sharded-request "minor" data race introduced in
1.20.3
-
[`566201c3`](https://redirect.github.com/twmb/franz-go/commit/566201c3)
**bugfix** kgo: fix data race with replica fetching / moving; kfake: add
test
-
[`4e4ff88f`](https://redirect.github.com/twmb/franz-go/commit/4e4ff88f)
kgo: Do not try next broker in Client.Ping if context is done
-
[`60b8d5b5`](https://redirect.github.com/twmb/franz-go/commit/60b8d5b5)
kgo: support arbitrary Kafka RPCs

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
narqo pushed a commit that referenced this pull request Nov 18, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v5.0.0` -> `v5.0.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>actions/checkout (actions/checkout)</summary>

###
[`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1)

##### What's Changed

- Port v6 cleanup to v5 by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;2301](https://redirect.github.com/actions/checkout/pull/2301)

**Full Changelog**:
<actions/checkout@v5...v5.0.1>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzguNSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
aknuds1 pushed a commit that referenced this pull request Nov 19, 2025
…n) (#13562)

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
|
[github.com/prometheus/common](https://redirect.github.com/prometheus/common)
| `v0.67.2` -> `v0.67.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fprometheus%2fcommon/v0.67.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fprometheus%2fcommon/v0.67.2/v0.67.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the warning logs for
more information.

---

### Release Notes

<details>
<summary>prometheus/common (github.com/prometheus/common)</summary>

###
[`v0.67.3`](https://redirect.github.com/prometheus/common/releases/tag/v0.67.3):
/ 2025-11-18

[Compare
Source](https://redirect.github.com/prometheus/common/compare/v0.67.2...v0.67.3)

#### What's Changed

- Support JWT Profile for Authorization Grant (RFC 7523 3.1) by
[@&#8203;JorTurFer](https://redirect.github.com/JorTurFer) in
[#&#8203;862](https://redirect.github.com/prometheus/common/pull/862)
- Config: remove outdated comment about HTTP/2 issues by
[@&#8203;bboreham](https://redirect.github.com/bboreham) in
[#&#8203;863](https://redirect.github.com/prometheus/common/pull/863)

#### New Contributors

- [@&#8203;JorTurFer](https://redirect.github.com/JorTurFer) made their
first contribution in
[#&#8203;862](https://redirect.github.com/prometheus/common/pull/862)

**Full Changelog**:
<prometheus/common@v0.67.2...v0.67.3>

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3
* * * ) (UTC), 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzkuMSIsInVwZGF0ZWRJblZlciI6IjQxLjEzOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ1cGRhdGUtcGF0Y2giXX0=-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
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.

2 participants