Skip to content

Comments

chore: dependency updates#105

Merged
maksim-paskal merged 8 commits intomaksim-paskal:mainfrom
vince-riv:pr-1-depedency-update
Feb 13, 2026
Merged

chore: dependency updates#105
maksim-paskal merged 8 commits intomaksim-paskal:mainfrom
vince-riv:pr-1-depedency-update

Conversation

@vrivellino
Copy link
Contributor

@vrivellino vrivellino commented Feb 4, 2026

This is the first round of dependency updates - all related to build & test.

Renovate implemented most of them. I also updated the release workflow and windows Dockerfile to add a build for windows 2025.

Based on your git history, I'm assuming you'll squash & merge. If not, let me know, and I'll remove the pull request numbers from the commit messages so they're confused with this repo's pull requests.

  • chore: github actions yaml formatting; k3s & adds Windows 2025
  • chore(deps): update helm/chart-releaser-action action to v1.7.0
  • chore(deps): update actions/setup-go action to v6
  • chore(deps): Pin alpine Docker tag to 865b95f
  • chore(deps): update actions/checkout action to v6
  • chore(deps): update azure/setup-helm action to v4
  • chore(deps): update codecov/codecov-action action to v5
  • chore(deps): update docker/setup-buildx-action action to v3

@gitguardian
Copy link

gitguardian bot commented Feb 4, 2026

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@vrivellino vrivellino changed the title Dependency updates chore: dependency updates Feb 4, 2026
vrivellino and others added 8 commits February 3, 2026 21:11
- chore(gha): update k3s versions for e2e tests
- chore(gha): formating
- chore(gha): format release workflow file; add win ltsc2025 tag
- chore: Windows 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[helm/chart-releaser-action](https://redirect.github.com/helm/chart-releaser-action)
| action | minor | `v1.1.0` → `v1.7.0` |

---

### Release Notes

<details>
<summary>helm/chart-releaser-action
(helm/chart-releaser-action)</summary>

###
[`v1.7.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.7.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.6.0...v1.7.0)

For `cr` changes see
<https://github.com/helm/chart-releaser/releases/tag/v1.7.0>

#### What's Changed

- Add --skip-upload input with latest helm/chart-releaser-action by
[@&#8203;acuD1](https://redirect.github.com/acuD1) in
[#&#8203;143](https://redirect.github.com/helm/chart-releaser-action/pull/143)
- Update checkout action to v4 tag in README.md by
[@&#8203;maarten-blokker](https://redirect.github.com/maarten-blokker)
in
[#&#8203;187](https://redirect.github.com/helm/chart-releaser-action/pull/187)
- Fix indention by
[@&#8203;3schwartz](https://redirect.github.com/3schwartz) in
[#&#8203;203](https://redirect.github.com/helm/chart-releaser-action/pull/203)
- update cr to v1.7.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;220](https://redirect.github.com/helm/chart-releaser-action/pull/220)

#### New Contributors

- [@&#8203;acuD1](https://redirect.github.com/acuD1) made their first
contribution in
[#&#8203;143](https://redirect.github.com/helm/chart-releaser-action/pull/143)
- [@&#8203;maarten-blokker](https://redirect.github.com/maarten-blokker)
made their first contribution in
[#&#8203;187](https://redirect.github.com/helm/chart-releaser-action/pull/187)
- [@&#8203;3schwartz](https://redirect.github.com/3schwartz) made their
first contribution in
[#&#8203;203](https://redirect.github.com/helm/chart-releaser-action/pull/203)

**Full Changelog**:
<helm/chart-releaser-action@v1...v1.7.0>

###
[`v1.6.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.6.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.5.0...v1.6.0)

#### What's Changed

- Allow to mark the published github release as latest by
[@&#8203;szaimen](https://redirect.github.com/szaimen) in
[#&#8203;135](https://redirect.github.com/helm/chart-releaser-action/pull/135)
- Support actions triggered by a tag by
[@&#8203;luisico](https://redirect.github.com/luisico) in
[#&#8203;96](https://redirect.github.com/helm/chart-releaser-action/pull/96)
- Add flag `skip-existing` to skip upload if release exists by
[@&#8203;xunleii](https://redirect.github.com/xunleii) in
[#&#8203;134](https://redirect.github.com/helm/chart-releaser-action/pull/134)
- bump to use chart-releaser v1.6.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;146](https://redirect.github.com/helm/chart-releaser-action/pull/146)
- Remove `charts_repo_url` from readme by
[@&#8203;viceice](https://redirect.github.com/viceice) in
[#&#8203;144](https://redirect.github.com/helm/chart-releaser-action/pull/144)
- Remove deprecated `charts_repo_url` option in documentation by
[@&#8203;krapie](https://redirect.github.com/krapie) in
[#&#8203;137](https://redirect.github.com/helm/chart-releaser-action/pull/137)
- Add `changed_charts` and `chart_version` outputs by
[@&#8203;n-oden](https://redirect.github.com/n-oden) in
[#&#8203;130](https://redirect.github.com/helm/chart-releaser-action/pull/130)
- Added: --packages-with-index parameter by
[@&#8203;valeriano-manassero](https://redirect.github.com/valeriano-manassero)
in
[#&#8203;148](https://redirect.github.com/helm/chart-releaser-action/pull/148)
- docs: add skip\_existing to README by
[@&#8203;lazyfrosch](https://redirect.github.com/lazyfrosch) in
[#&#8203;158](https://redirect.github.com/helm/chart-releaser-action/pull/158)
- README: Fix default chart-releaser version by
[@&#8203;michalbiesek](https://redirect.github.com/michalbiesek) in
[#&#8203;155](https://redirect.github.com/helm/chart-releaser-action/pull/155)
- Extend `show_help` with `packages-with-index` by
[@&#8203;michalbiesek](https://redirect.github.com/michalbiesek) in
[#&#8203;160](https://redirect.github.com/helm/chart-releaser-action/pull/160)
- Add `--pages-branch` parameter by
[@&#8203;michalbiesek](https://redirect.github.com/michalbiesek) in
[#&#8203;156](https://redirect.github.com/helm/chart-releaser-action/pull/156)
- fix packages\_with\_index flag by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;172](https://redirect.github.com/helm/chart-releaser-action/pull/172)
- bump cr to 1.6.1 and add dependabot config by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;173](https://redirect.github.com/helm/chart-releaser-action/pull/173)

#### New Contributors

- [@&#8203;szaimen](https://redirect.github.com/szaimen) made their
first contribution in
[#&#8203;135](https://redirect.github.com/helm/chart-releaser-action/pull/135)
- [@&#8203;luisico](https://redirect.github.com/luisico) made their
first contribution in
[#&#8203;96](https://redirect.github.com/helm/chart-releaser-action/pull/96)
- [@&#8203;xunleii](https://redirect.github.com/xunleii) made their
first contribution in
[#&#8203;134](https://redirect.github.com/helm/chart-releaser-action/pull/134)
- [@&#8203;viceice](https://redirect.github.com/viceice) made their
first contribution in
[#&#8203;144](https://redirect.github.com/helm/chart-releaser-action/pull/144)
- [@&#8203;krapie](https://redirect.github.com/krapie) made their first
contribution in
[#&#8203;137](https://redirect.github.com/helm/chart-releaser-action/pull/137)
- [@&#8203;n-oden](https://redirect.github.com/n-oden) made their first
contribution in
[#&#8203;130](https://redirect.github.com/helm/chart-releaser-action/pull/130)
-
[@&#8203;valeriano-manassero](https://redirect.github.com/valeriano-manassero)
made their first contribution in
[#&#8203;148](https://redirect.github.com/helm/chart-releaser-action/pull/148)
- [@&#8203;lazyfrosch](https://redirect.github.com/lazyfrosch) made
their first contribution in
[#&#8203;158](https://redirect.github.com/helm/chart-releaser-action/pull/158)
- [@&#8203;michalbiesek](https://redirect.github.com/michalbiesek) made
their first contribution in
[#&#8203;155](https://redirect.github.com/helm/chart-releaser-action/pull/155)
- [@&#8203;dependabot](https://redirect.github.com/dependabot) made
their first contribution in
[#&#8203;174](https://redirect.github.com/helm/chart-releaser-action/pull/174)

**Full Changelog**:
<helm/chart-releaser-action@v1.5.0...v1.6.0>

###
[`v1.5.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.5.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.4.1...v1.5.0)

#### What's Changed

- Skip packaging option - resolves
[#&#8203;108](https://redirect.github.com/helm/chart-releaser-action/issues/108)
by [@&#8203;gmorse81](https://redirect.github.com/gmorse81) in
[#&#8203;109](https://redirect.github.com/helm/chart-releaser-action/pull/109)
- Remove deprecated charts-repo-url option by
[@&#8203;jftanner](https://redirect.github.com/jftanner) in
[#&#8203;123](https://redirect.github.com/helm/chart-releaser-action/pull/123)
- default action to cr v1.5.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;127](https://redirect.github.com/helm/chart-releaser-action/pull/127)

#### New Contributors

- [@&#8203;gmorse81](https://redirect.github.com/gmorse81) made their
first contribution in
[#&#8203;109](https://redirect.github.com/helm/chart-releaser-action/pull/109)
- [@&#8203;jftanner](https://redirect.github.com/jftanner) made their
first contribution in
[#&#8203;123](https://redirect.github.com/helm/chart-releaser-action/pull/123)

**Full Changelog**:
<helm/chart-releaser-action@v1...v1.5.0>

###
[`v1.4.1`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.4.1)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.4.0...v1.4.1)

#### What's Changed

- document required permissions by
[@&#8203;davidkarlsen](https://redirect.github.com/davidkarlsen) in
[#&#8203;114](https://redirect.github.com/helm/chart-releaser-action/pull/114)
- bump cr to v1.4.1 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;121](https://redirect.github.com/helm/chart-releaser-action/pull/121)

**Full Changelog**:
<helm/chart-releaser-action@v1.4.0...v1.4.1>

###
[`v1.4.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.4.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.3.0...v1.4.0)

#### What's Changed

- update chart release action to use CR release v1.4.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;106](https://redirect.github.com/helm/chart-releaser-action/pull/106)

**Full Changelog**:
<helm/chart-releaser-action@v1.3.0...v1.4.0>

###
[`v1.3.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.3.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.2.1...v1.3.0)

#### What's Changed

- Fixes an issue with chart\_depth when charts\_dir is . by
[@&#8203;chrisbsmith](https://redirect.github.com/chrisbsmith) in
[#&#8203;83](https://redirect.github.com/helm/chart-releaser-action/pull/83)
- Remove reference to github api, add documentation for chart-releaser
cli by [@&#8203;boxcee](https://redirect.github.com/boxcee) in
[#&#8203;77](https://redirect.github.com/helm/chart-releaser-action/pull/77)
- docs: Add prerequisite to README by
[@&#8203;alldoami](https://redirect.github.com/alldoami) in
[#&#8203;101](https://redirect.github.com/helm/chart-releaser-action/pull/101)
- fix: cache directory path always in PATH env by
[@&#8203;Xplouder](https://redirect.github.com/Xplouder) in
[#&#8203;99](https://redirect.github.com/helm/chart-releaser-action/pull/99)
- update chart-releaser to v1.3.0 by
[@&#8203;cpanato](https://redirect.github.com/cpanato) in
[#&#8203;98](https://redirect.github.com/helm/chart-releaser-action/pull/98)

#### New Contributors

- [@&#8203;chrisbsmith](https://redirect.github.com/chrisbsmith) made
their first contribution in
[#&#8203;83](https://redirect.github.com/helm/chart-releaser-action/pull/83)
- [@&#8203;boxcee](https://redirect.github.com/boxcee) made their first
contribution in
[#&#8203;77](https://redirect.github.com/helm/chart-releaser-action/pull/77)
- [@&#8203;alldoami](https://redirect.github.com/alldoami) made their
first contribution in
[#&#8203;101](https://redirect.github.com/helm/chart-releaser-action/pull/101)
- [@&#8203;Xplouder](https://redirect.github.com/Xplouder) made their
first contribution in
[#&#8203;99](https://redirect.github.com/helm/chart-releaser-action/pull/99)

**Full Changelog**:
<helm/chart-releaser-action@v1.2.1...v1.3.0>

###
[`v1.2.1`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.2.1)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.2.0...v1.2.1)


[`c25b74a`](https://redirect.github.com/helm/chart-releaser-action/commit/c25b74a986eb925b398320414b576227f375f946)
actions: update chart-releaser to use version v1.2.1
([#&#8203;81](https://redirect.github.com/helm/chart-releaser-action/issues/81))

###
[`v1.2.0`](https://redirect.github.com/helm/chart-releaser-action/releases/tag/v1.2.0)

[Compare
Source](https://redirect.github.com/helm/chart-releaser-action/compare/v1.1.0...v1.2.0)


[`c3d308d`](https://redirect.github.com/helm/chart-releaser-action/commit/c3d308d)
Fix action version in README
([#&#8203;59](https://redirect.github.com/helm/chart-releaser-action/issues/59))

[`120944e`](https://redirect.github.com/helm/chart-releaser-action/commit/120944e)
chart-releaser: update to use release 1.2.0
([#&#8203;75](https://redirect.github.com/helm/chart-releaser-action/issues/75))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | major | `v2` → `v6` |
| [actions/setup-go](https://redirect.github.com/actions/setup-go) |
action | major | `v4` → `v6` |

---

### Release Notes

<details>
<summary>actions/setup-go (actions/setup-go)</summary>

### [`v6`](https://redirect.github.com/actions/setup-go/compare/v5...v6)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v5...v6)

### [`v5`](https://redirect.github.com/actions/setup-go/compare/v4...v5)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v4...v5)

### [`v4`](https://redirect.github.com/actions/setup-go/compare/v3...v4)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v3...v4)

### [`v3`](https://redirect.github.com/actions/setup-go/compare/v2...v3)

[Compare
Source](https://redirect.github.com/actions/setup-go/compare/v2...v3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | pinDigest |  → `865b95f` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v2` → `v6` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v4` → `v6` |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | major | `v5` → `v6` |

---

### Release Notes

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

###
[`v6`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v600)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5...v6)

- Persist creds to a separate file by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;2286](https://redirect.github.com/actions/checkout/pull/2286)
- Update README to include Node.js 24 support details and requirements
by [@&#8203;salmanmkc](https://redirect.github.com/salmanmkc) in
[#&#8203;2248](https://redirect.github.com/actions/checkout/pull/2248)

###
[`v5`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v501)

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

- Port v6 cleanup to v5 by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;2301](https://redirect.github.com/actions/checkout/pull/2301)

###
[`v4`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v431)

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

- Port v6 cleanup to v4 by
[@&#8203;ericsciple](https://redirect.github.com/ericsciple) in
[#&#8203;2305](https://redirect.github.com/actions/checkout/pull/2305)

###
[`v3`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360)

[Compare
Source](https://redirect.github.com/actions/checkout/compare/v2...v3)

- [Fix: Mark test scripts with Bash'isms to be run via
Bash](https://redirect.github.com/actions/checkout/pull/1377)
- [Add option to fetch tags even if fetch-depth >
0](https://redirect.github.com/actions/checkout/pull/579)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [azure/setup-helm](https://redirect.github.com/azure/setup-helm) |
action | major | `v1` → `v4` |
| [azure/setup-helm](https://redirect.github.com/azure/setup-helm) |
action | major | `v3` → `v4` |

---

### Release Notes

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

### [`v4`](https://redirect.github.com/azure/setup-helm/compare/v3...v4)

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

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

[Compare
Source](https://redirect.github.com/azure/setup-helm/compare/v2...v3)

Latest v3 release

### [`v2`](https://redirect.github.com/azure/setup-helm/compare/v1...v2)

[Compare
Source](https://redirect.github.com/azure/setup-helm/compare/v1...v2)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[codecov/codecov-action](https://redirect.github.com/codecov/codecov-action)
| action | major | `v3` → `v5` |

---

### Release Notes

<details>
<summary>codecov/codecov-action (codecov/codecov-action)</summary>

###
[`v5`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v552)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v4...v5)

##### What's Changed

**Full Changelog**:
<https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2>

###
[`v4`](https://redirect.github.com/codecov/codecov-action/blob/HEAD/CHANGELOG.md#v460)

[Compare
Source](https://redirect.github.com/codecov/codecov-action/compare/v3...v4)

##### What's Changed

- build(deps): bump github/codeql-action from 3.25.8 to 3.25.10 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1481](https://redirect.github.com/codecov/codecov-action/pull/1481)
- build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1480](https://redirect.github.com/codecov/codecov-action/pull/1480)
- build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1479](https://redirect.github.com/codecov/codecov-action/pull/1479)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.13.0 to 7.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1485](https://redirect.github.com/codecov/codecov-action/pull/1485)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.13.0 to 7.13.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1484](https://redirect.github.com/codecov/codecov-action/pull/1484)
- build(deps-dev): bump typescript from 5.4.5 to 5.5.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1490](https://redirect.github.com/codecov/codecov-action/pull/1490)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.13.1 to 7.14.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1493](https://redirect.github.com/codecov/codecov-action/pull/1493)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.13.1 to 7.14.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1492](https://redirect.github.com/codecov/codecov-action/pull/1492)
- build(deps): bump github/codeql-action from 3.25.10 to 3.25.11 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1496](https://redirect.github.com/codecov/codecov-action/pull/1496)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.14.1 to 7.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1501](https://redirect.github.com/codecov/codecov-action/pull/1501)
- build(deps-dev): bump typescript from 5.5.2 to 5.5.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1500](https://redirect.github.com/codecov/codecov-action/pull/1500)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.14.1 to 7.15.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1499](https://redirect.github.com/codecov/codecov-action/pull/1499)
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1502](https://redirect.github.com/codecov/codecov-action/pull/1502)
- build(deps-dev): bump ts-jest from 29.1.5 to 29.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1504](https://redirect.github.com/codecov/codecov-action/pull/1504)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.15.0 to 7.16.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1503](https://redirect.github.com/codecov/codecov-action/pull/1503)
- build(deps-dev): bump ts-jest from 29.2.0 to 29.2.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1507](https://redirect.github.com/codecov/codecov-action/pull/1507)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.15.0 to 7.16.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1505](https://redirect.github.com/codecov/codecov-action/pull/1505)
- build(deps): bump github/codeql-action from 3.25.11 to 3.25.12 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1509](https://redirect.github.com/codecov/codecov-action/pull/1509)
- chore(ci): restrict scorecards to codecov/codecov-action by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[#&#8203;1512](https://redirect.github.com/codecov/codecov-action/pull/1512)
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin)
from 7.16.0 to 7.16.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1514](https://redirect.github.com/codecov/codecov-action/pull/1514)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.16.0 to 7.16.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1513](https://redirect.github.com/codecov/codecov-action/pull/1513)
- test: `versionInfo` by
[@&#8203;marcobiedermann](https://redirect.github.com/marcobiedermann)
in
[#&#8203;1407](https://redirect.github.com/codecov/codecov-action/pull/1407)
- build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1515](https://redirect.github.com/codecov/codecov-action/pull/1515)
- build(deps): bump github/codeql-action from 3.25.12 to 3.25.13 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1516](https://redirect.github.com/codecov/codecov-action/pull/1516)
- build(deps-dev): bump typescript from 5.5.3 to 5.5.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1521](https://redirect.github.com/codecov/codecov-action/pull/1521)
- build(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 7.16.1 to 7.17.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1520](https://redirect.github.com/codecov/codecov-action/pull/1520)
- 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;1528](https://redirect.github.com/codecov/codecov-action/pull/1528)
- build(deps): bump github/codeql-action from 3.25.13 to 3.25.15 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1526](https://redirect.github.com/codecov/codecov-action/pull/1526)
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1525](https://redirect.github.com/codecov/codecov-action/pull/1525)
- build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1532](https://redirect.github.com/codecov/codecov-action/pull/1532)
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1534](https://redirect.github.com/codecov/codecov-action/pull/1534)
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1542](https://redirect.github.com/codecov/codecov-action/pull/1542)
- build(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1541](https://redirect.github.com/codecov/codecov-action/pull/1541)
- ref: Tidy up types and remove string coercion by
[@&#8203;nicholas-codecov](https://redirect.github.com/nicholas-codecov)
in
[#&#8203;1536](https://redirect.github.com/codecov/codecov-action/pull/1536)
- build(deps-dev): bump
[@&#8203;octokit/webhooks-types](https://redirect.github.com/octokit/webhooks-types)
from 3.77.1 to 7.5.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1545](https://redirect.github.com/codecov/codecov-action/pull/1545)
- build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1551](https://redirect.github.com/codecov/codecov-action/pull/1551)
- feat: pass tokenless value as branch override by
[@&#8203;joseph-sentry](https://redirect.github.com/joseph-sentry) in
[#&#8203;1511](https://redirect.github.com/codecov/codecov-action/pull/1511)
- build(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1563](https://redirect.github.com/codecov/codecov-action/pull/1563)
- Create makefile.yml by
[@&#8203;Hawthorne001](https://redirect.github.com/Hawthorne001) in
[#&#8203;1555](https://redirect.github.com/codecov/codecov-action/pull/1555)
- build(deps): bump github/codeql-action from 3.26.2 to 3.26.6 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1562](https://redirect.github.com/codecov/codecov-action/pull/1562)
- build(deps-dev): bump ts-jest from 29.2.4 to 29.2.5 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1557](https://redirect.github.com/codecov/codecov-action/pull/1557)
- Spell `evenName` in the logs correctly by
[@&#8203;webknjaz](https://redirect.github.com/webknjaz) in
[#&#8203;1560](https://redirect.github.com/codecov/codecov-action/pull/1560)
- build(deps-dev): bump typescript from 5.5.4 to 5.6.2 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1566](https://redirect.github.com/codecov/codecov-action/pull/1566)
- 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;1567](https://redirect.github.com/codecov/codecov-action/pull/1567)
- build(deps): bump github/codeql-action from 3.26.6 to 3.26.7 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1569](https://redirect.github.com/codecov/codecov-action/pull/1569)
- build(deps-dev): bump eslint from 8.57.0 to 8.57.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1571](https://redirect.github.com/codecov/codecov-action/pull/1571)
- build(deps): bump github/codeql-action from 3.26.7 to 3.26.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1575](https://redirect.github.com/codecov/codecov-action/pull/1575)
- 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;1577](https://redirect.github.com/codecov/codecov-action/pull/1577)
- chore: fix typo of OSS by
[@&#8203;shoothzj](https://redirect.github.com/shoothzj) in
[#&#8203;1578](https://redirect.github.com/codecov/codecov-action/pull/1578)
- build(deps): bump github/codeql-action from 3.26.8 to 3.26.9 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1584](https://redirect.github.com/codecov/codecov-action/pull/1584)
- build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[#&#8203;1583](https://redirect.github.com/codecov/codecov-action/pull/1583)
- fix: bump eslint parser deps by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[#&#8203;1586](https://redirect.github.com/codecov/codecov-action/pull/1586)
- chore(release):4.6.0 by
[@&#8203;thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov)
in
[#&#8203;1587](https://redirect.github.com/codecov/codecov-action/pull/1587)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[docker/setup-buildx-action](https://redirect.github.com/docker/setup-buildx-action)
| action | major | `v2` → `v3` |

---

### Release Notes

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

###
[`v3`](https://redirect.github.com/docker/setup-buildx-action/compare/v2...v3)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

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

Co-authored-by: renovate-vince-riv[bot] <227500739+renovate-vince-riv[bot]@users.noreply.github.com>
@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.25%. Comparing base (0a7e177) to head (850807f).
⚠️ Report is 15 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #105      +/-   ##
==========================================
+ Coverage   97.94%   98.25%   +0.31%     
==========================================
  Files           9        9              
  Lines         341      287      -54     
==========================================
- Hits          334      282      -52     
+ Misses          5        3       -2     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maksim-paskal maksim-paskal merged commit 9d24b76 into maksim-paskal:main Feb 13, 2026
10 checks passed
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.

3 participants