Skip to content

[deps]: Update gh minor#845

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gh-minor
Open

[deps]: Update gh minor#845
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gh-minor

Conversation

@renovate

@renovate renovate Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action patch v6.0.2v6.0.3
actions/create-github-app-token action minor v2.1.1v2.2.2
actions/setup-dotnet action minor v5.0.0v5.4.0
actions/setup-node action minor v6.2.0v6.4.0
codecov/codecov-action action minor v5.3.1v5.5.5
docker/setup-buildx-action action minor v3.8.0v3.12.0
dorny/test-reporter action minor v2.1.1v2.7.0

Release Notes

actions/checkout (actions/checkout)

v6.0.3

Compare Source

actions/create-github-app-token (actions/create-github-app-token)

v2.2.2

Compare Source

Bug Fixes

v2.2.1

Compare Source

Bug Fixes
  • deps: bump the production-dependencies group with 2 updates (#​311) (b212e6a)

v2.2.0

Compare Source

Bug Fixes
Features

v2.1.4

Compare Source

Bug Fixes

v2.1.3

Compare Source

Bug Fixes
  • deps: bump undici from 7.8.0 to 7.10.0 in the production-dependencies group (#​254) (f3d5ec2)

v2.1.2

Compare Source

Bug Fixes
actions/setup-dotnet (actions/setup-dotnet)

v5.4.0

Compare Source

What's Changed
Enhancements
Documentation
Bug Fixes
Dependency Updates
New Contributors

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

v5.3.0

Compare Source

What's Changed

Enhancements
Dependency Updates
Bug Fixes

New Contributors

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

v5.2.0

Compare Source

What's changed

Enhancements
Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Documentation
Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/setup-dotnet@v5...v5.0.1

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

v6.4.0

Compare Source

What's Changed

Dependency updates:

New Contributors

Full Changelog: actions/setup-node@v6...v6.4.0

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

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

codecov/codecov-action (codecov/codecov-action)

v5.5.5

Compare Source

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

Compare Source

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

Compare Source

What's Changed

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

v5.5.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.12.0

Compare Source

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

v3.11.1

Compare Source

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

v3.11.0

Compare Source

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

v3.10.0

Compare Source

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

v3.9.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

dorny/test-reporter (dorny/test-reporter)

v2.7.0

Compare Source

What's Changed

  • Feature: Add slug-prefix output for link anchors #​731
  • Feature: Report jest-junit testsuite errors as failures #​155
  • Security: Update dependencies to fix reported security vulnerabilities
Other Changes

New Contributors

Full Changelog: dorny/test-reporter@v2.6.0...v2.7.0

v2.6.0

Compare Source

We updated all dependency packages to latest versions to fix reported security vulnerabilities.

What's Changed

  • Fix: For workflow_run events, resolve the commit of the check run from related pull request head commits first (matching workflow_run.head_branch, then first PR), and fall back to workflow_run.head_sha for non-PR runs #​673
  • Change: The test-reporter action will listed all artifacts associated with the build run #​693
  • Maintenance: Upgrade to ESLint v9 #​629

New Contributors

Full Changelog: dorny/test-reporter@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Features
Project maintanance

Full Changelog: dorny/test-reporter@v2.4.0...v2.5.0

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: dorny/test-reporter@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: dorny/test-reporter@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

Features
  • Add collapsed option to control report visibility by @​pespinel in #​664
    • Allows setting reports to collapsed, expanded, or auto mode
    • Includes validation for the collapsed input parameter
Bug Fixes
  • Fix badge encoding for values including the _ underscore character in #​672
    • Correctly encode URI components for img.shields.io service
  • Define the report-title attribute in action definition in #​637
Dependencies
CI/CD
  • Upgrade actions/checkout to v5 in #​658
  • Upgrade actions/setup-node to v5 in #​658
Internal
  • Refactor variable names and code cleanup (#​630)

New Contributors

Full Changelog: dorny/test-reporter@v2.1.1...v2.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every 2nd week starting on the 2 week of the year before 4am on Monday"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner March 2, 2026 02:52
@bitwarden-bot bitwarden-bot changed the title [deps]: Update gh minor [PAS-629] [deps]: Update gh minor Mar 2, 2026
@bitwarden-bot

Copy link
Copy Markdown

Internal tracking:

@codecov

codecov Bot commented Mar 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.19%. Comparing base (e38ce48) to head (1a010c0).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #845   +/-   ##
=======================================
  Coverage   37.19%   37.19%           
=======================================
  Files         587      587           
  Lines       31492    31492           
  Branches      904      904           
=======================================
  Hits        11715    11715           
  Misses      19625    19625           
  Partials      152      152           

☔ View full report in Codecov by Harness.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot changed the title [PAS-629] [deps]: Update gh minor [deps]: Update gh minor Mar 2, 2026
@renovate renovate Bot force-pushed the renovate/gh-minor branch 3 times, most recently from 277f5dc to 66b9f91 Compare March 10, 2026 11:17
@renovate renovate Bot force-pushed the renovate/gh-minor branch 2 times, most recently from 2344fff to 4ba32a8 Compare March 25, 2026 19:26
@renovate renovate Bot force-pushed the renovate/gh-minor branch 2 times, most recently from 77549b1 to 51a491d Compare April 2, 2026 15:03
@renovate renovate Bot force-pushed the renovate/gh-minor branch from 51a491d to 90dbe48 Compare April 15, 2026 14:54
@renovate renovate Bot force-pushed the renovate/gh-minor branch from 90dbe48 to bb6f0f4 Compare April 27, 2026 03:27
@renovate renovate Bot force-pushed the renovate/gh-minor branch from bb6f0f4 to a1ec06a Compare May 22, 2026 17:10
@renovate renovate Bot force-pushed the renovate/gh-minor branch 2 times, most recently from 154497b to 62785c7 Compare June 9, 2026 21:51
@renovate renovate Bot force-pushed the renovate/gh-minor branch from 62785c7 to 64385be Compare June 16, 2026 03:17
@renovate renovate Bot force-pushed the renovate/gh-minor branch from 64385be to 1a010c0 Compare July 3, 2026 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant