Skip to content

chore(deps): update github actions (major)#14

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions
Open

chore(deps): update github actions (major)#14
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-github-actions

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 1, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
EnricoMi/publish-unit-test-result-action action major v1v2
actions/checkout action major v3v6
actions/setup-python action major v4v6

Release Notes

EnricoMi/publish-unit-test-result-action (EnricoMi/publish-unit-test-result-action)

v2.23.0

Compare Source

Adds the following improvements:

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.22.0...v2.23.0

v2.22.0

Compare Source

Adds the following improvements:

  • Upgrade all Python dependencies to latest version #​710

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.21.0...v2.22.0

v2.21.0

Compare Source

Adds the following improvements:

  • Add Docker action to allow setting Docker registry and image #​688
  • Fix class name matching for NUnit3 #​689
  • Upgrade all Python dependencies to latest version #​695
  • Fix @2 tag in README.md to @v2 #​687

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.20.0...v2.21.0

v2.20.0

Compare Source

Adds the following improvements:

  • Add action typing #​653
  • Isolate PIP cache used by composite actions #​668
  • Fix for empty <system-out> and <system-err> #​667
  • Deprecate github_token_actor option, auto-detect actor #​661
  • Use and recommend !cancelled() instead of always() #​659
  • Add deprecationMessage to action.yml for deprecated inputs #​654
  • Resolve regex library warnings #​660

Full Changelog: EnricoMi/publish-unit-test-result-action@v2.19.0...v2.20.0

v2.19.0

Compare Source

Adds the following improvements:

  • Add option to verify SSL/TLS connection (#​638)
  • Mention composite replacement in README.md (#​647)
  • Quote $PYTHON_BIN in deprecated composite action (#​646)

v2.18.0

Compare Source

Adds the following improvements:

  • Support Python 3.13 (#​632)
  • Upgrade dependencies (#​566)
  • Use unicode emojis (instead of markdown) (#​631)

v2.17.1

Compare Source

Fixes the following issue:

  • Fix failing check run creation when no path or error message exists (#​621)

v2.17.0

Compare Source

Adds the following improvements:

  • Avoid escaped quotes in Windows PowerShell action, fixes syntax error in some self-hosted Windows runners (#​603)
  • Upgrade dependencies to latest versions to fix four vulnerabilities (#​606)

v2.16.1

Compare Source

Fixes quoting issue in Windows bash action (#​587)

v2.16.0

Compare Source

This improves dependencies:

  • Pin dependencies based on Python version (#​585)
  • Upgrade dependencies to latest version (#​585)

v2.15.1

Compare Source

This fixes a typo in the windows action (#​580).

v2.15.0

Compare Source

This release deprecates composite action uses: EnricoMi/publish-unit-test-result-action/composite@v2 (#​576)

Instead, use either of

  • Linux (Bash shell): uses: EnricoMi/publish-unit-test-result-action/linux@v2
  • macOS (Bash shell): uses: EnricoMi/publish-unit-test-result-action/macos@v2
  • Windows (PowerShell): uses: EnricoMi/publish-unit-test-result-action/windows@v2
  • Windows (Bash shell): uses: EnricoMi/publish-unit-test-result-action/windows/bash@v2

Or continue to use the Docker action uses: EnricoMi/publish-unit-test-result-action@v2.

Adds the following features:

  • OS-specific composite actions, supports Windows PowerShell (#​576)
  • Fix grouping lines in GitHub actions output (#​577)

v2.14.0

Compare Source

Adds the following features:

  • Publish JSON even when check_run is false (#​568)
  • Quote vars in composite action to support values with spaces (#​571)
  • Uprade actions/cache to 4 in composite action (#​574)

v2.13.0

Compare Source

Adds the following features:

  • Upgrade lxml to 5.1.0 (#​433)
  • Rework how composite action checks and installs virtualenv / venv package, and activates virtual environment (#​558)

v2.12.0

Compare Source

Adds the following features:

  • Add option to disable status checks (#​532)
  • Fix action_fail_on_inconclusive, which was not working (#​543)
  • Improve emoji for passed tests (changed from   to ✅) (#​542)
  • Remove link from emojis in summary markdown (#​540)
  • Handle incomplete / none JSON elements (#​530)
  • Action warns about usage of absolute paths (#​519)
  • Upgrade dependencies (#​523)

v2.11.0

Compare Source

Adds the following features:

  • Reduce output from action_fail (#​511)
  • Support running as ARM images (#​512, #​513, #​514)
  • Use virtualenv in composite action to isolate package installation (#​501)
  • Update urllib3 and charset-normalizer dependencies (#​507)

v2.10.0

Compare Source

Adds the following features:

  • Allow for adding or removing test file path prefix (#​495)
  • Support for Windows with Python 3.11, and macOS 13 by upgrading lxml from 4.9.1 to 4.9.3 (#​387)

v2.9.0

Compare Source

Adds the following features:

  • Upgrade PyGithub dependency
  • Move to PyGithub implementation of retry and throttling logic (#​469)

v2.8.0

Compare Source

Adds the following features:

  • Add github_token_actor option to support Github App installation or App user token (#​460)
  • Upgrade dependencies, drop Python 3.6 (#​457)

This release removes support for Python 3.6. Please use action version 2.7 with Python 3.6.

uses: EnricoMi/publish-unit-test-result-action@v2.7

v2.7.0

Compare Source

Adds the following features:

  • Add test time to case annotation (test failures and errors) (#​439)
  • Allow to publish job summary for pull_request event on fork (#​441)
  • Links in comments point to README.md version that matches the used action (#​432)

v2.7

Compare Source

v2.6.2

Compare Source

Fixes the following issues:

  • Publish comment on the pull request of the event, or on the pull request of the commit otherwise (#​438)

In contrast to v2.6.1, the action falls back to the commit's pull requests when the event does not provide a PR.

v2.6.1

Compare Source

Fixes the following issues:

  • Publish comments only to the pull request that triggered the action (not all commit's pull requests) (#​428)

This means that the action only publishes pull request comments on pull_request events (and workflow_run events triggered from pull_request events). The action running on either pull request used to overwrite the other pull request's results. This is not useful since different pull requests that share a commit may have different results.

v2.6.0

Compare Source

Adds the following features:

  • Reduce likelihood of secondary rate limit errors (#​425)

v2.5.0

Compare Source

Adds the following features:

  • Add support for Dart and Mocha JSON test results (#​404)
  • Speed up composite action by caching PIP packages (#​418, #​422)
  • Speed up package installation by always installing wheel package
  • Pin versions of all transient dependencies so that composite action always uses the same versions (#​421)
  • Speed up parsing large TRX files by adding lookup index (#​417)
  • Restrict XSLT permissions used for non-JUnit XML files (#​415)
  • Add explicit number typing to XSLT (#​416)

v2.4.2

Compare Source

Fixes the following issues:

  • Fix list of added/removed tests when test list is spread over multiple annotations (#​407)
  • Log detected file types only if there actually are files
  • Remove deprecation comment from composite action.yaml

v2.4.1

Compare Source

Adds the following features:

  • Auto-detect file format, re-introduce the FILES option (#​395)
  • Add option to parse XML with huge tree option (#​400)

v2.3.0

Compare Source

Adds the following features:

  • Add suite logs as annotations (#​392)
  • Add action_fail option to fail publish action on test failures (#​378)
  • Fix action example that fetches all artifacts from triggering workflow (84dbe97)
  • Upgrade all dependencies except lxml to latest (#​394)

v2.2.0

Compare Source

Adds the following features:

  • Add option to write test cases to JSON file (#​366)

v2.1.0

Compare Source

Adds the following features:

  • Include test case stdout and stderr in annotation details (#​358)
  • Use GHA env file to set output, fall back to stdout command (#​360)

v2.0.0

Compare Source

Adds the following features:

  • Add support for TRX files (#​287)
  • Add support for NUnit and XUnit XML files (#​288 and #​289)
  • Move to lxml parsing library (#​286)
  • Upgrade junitparser to 2.7.0, lxml to 4.9.1, urllib3 to 1.26.11
  • Support large CDATA in JUnit XML files with ignore_runs
  • Improved logging of parse errors and tracebacks (#​322, #​324)
  • Fix state leakage with ignore_runs (#​323)
  • Support NUnit results with inner test suites (#​331)

This release contains the following breaking changes:

  • Default value for option check_name changed from "Unit Test Results" to "Test Results".
    If check_name is set in your config, this change is not of your concern.
    Add check_name: "Unit Test Results" to your config, if you want to keep the old name.
    Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2.
  • Default value for option comment_title changed from "Unit Test Results" to "Test Results".
    If either check_name or comment_title is set in your config, this change is not of your concern.
  • Modes create new and update last removed for option comment_mode.
    Remove option comment_mode if used with either of these modes.
  • Option hiding_comments removed. Please remove this option from your config.
  • Option comment_on_pr removed. Please remove this option from your config.

This release deprecates the following features:

  • Option files is deprecated, use junit_files instead (#​285)

See README.md for further details on moving to version 2.

v2

Compare Source

v1.40

Compare Source

Adds the following features:

  • Rename action name in Marketplace to "Publish Test Results" (#​336)

v1.39

Compare Source

Adds the following features:

  • Add check-run HTML URL to JSON output (#​310)
  • Add thousands separator to progress log

v1.38

Compare Source

Adds the following features:

  • Allow to only comment on changes, failures, errors, ... (#​248)
  • Add new comment_modes and deprecate create new and update last
  • Log file sizes, free memory, and progress reading files (#​305)

v1.37

Compare Source

Adds the following features:

  • Re-arrange layout of PR comments without runs (#​280)
  • Add formatted numbers to JSON (#​298)

v1.36

Compare Source

Adds the following features:

  • Fixes JSON output for composite action (#​277)

v1.35

Compare Source

Adds the following features:

  • Publish results as job summary (#​266)

v1.34

Compare Source

Adds the following features:

  • Upgrades junitparser from 2.4.3 to 2.5.0 (#​261)
  • Fixes Python detection for Windows self-hosted runners (#​262)

v1.33

Compare Source

Adds the following features:

  • Restrict unicode strings sent to Github API (#​251)
  • Make action work for Python < 3.7 again (#​254)

v1.32

Compare Source

Adds the following features:

  • Make action comment on all open PRs that contain the commit (#​244)
  • Upgrade junitparser from 2.4.2 to 2.4.3 (#​237)
  • Upgrade urllib3 from 1.26.8 to 1.26.9 (#​238)

v1.31

Compare Source

Adds the following features:

  • Provide action result as JSON output / file (#​230)
  • Allow to ignore <testcase> elements in XML, which allows to load very large XML files (#​232)
  • Support XML where <testsuite> has no <testcase> elements (#​233)
  • Make boolean options case-insensitive where non-lowercase values used to get ignored (#​196)
  • Improve checking numeric options, esp. TEST_CHANGES_LIMIT (#​234)

v1.30

Compare Source

Adds the following features:

v1.29

Compare Source

Adds the following features:

  • Retry "exceeded rate limit" errors after provided reset timestamp (#​223)
  • Upgrade vulnerable packages expat and libuuid (#​224)
  • Pin version of dependency requests

v1.28

Compare Source

Adds the following features:

  • Upgrade docker base image to Python 3.8 alpine (#​220)
  • Upgrade junitparser from 2.2.0 to 2.4.2 (#​210)
  • Upgrade urllib3 from 1.26.7 to 1.26.8 (#​209)

v1.27

Compare Source

Adds the following features:

  • Fix creating checks with more than 50 annotations (#​215)
  • Fix an endless loop when a test name is larger than 64 kB (#​215)
  • Add logging the URL of the created check (#​215)

v1.26

Compare Source

Adds the following features:

  • Retry 403 only if they have Retry-After or refer to rate limit (#​202)

v1.25

Compare Source

Adds the following features:

  • Allow to configure time unit (#​193)
  • Do not truncate duration and delta over 60h (%), introduce days (d) (#​192)
  • Treat empty input strings as None (#​198)
  • Move to junitparser==2.2.0 (#​189)

v1.24

Compare Source

Adds the following features:

  • Comment on PR head commit only, filters for open PRs for head commit only (#​180)
  • Use unescaped strings (name and classname) from TestCase (#​185)
    • This will once report tests in pull request comments as being renamed if they contained &quote;, &apos;, &amp;, &lt; or &gt;

v1.23

Compare Source

Adds the following features:

  • Do not publish a PR comment when we would compare the commit to itself (#​177, #​148)
  • Do not stop for event from a fork PR when event file is given

v1.22

Compare Source

Adds the following features:

  • Picks the best check run from all check runs of a commit (#​174, #​175)
  • Action fetches 100 items from GitHub API per call rather than the default 30

v1.21

Compare Source

Adds the following features:

  • Fix link to README.md in logs for invalid fork PR and depdendabot runs
  • Bump urllib3 from 1.26.6 to 1.26.7 (#​173)

v1.20

Compare Source

Adds the following features:

  • Consider disabled tests as skipped (#​156)
  • Adds link to README.md and tooltip to icons in result post (#​159)
  • The github_token input is not required anymore as it has a default value (#​157)
  • Add options for event name and file to better support worflow_run events.
    This enables test change stats in result post for fork PRs and dependabot. (#​168)
  • Avoid API calls for debug message when debug logging is disabled (#​172)
  • Retry all HTTP 403 errors (#​160)

v1.19

Compare Source

Adds the following features:

  • Throttles Github API calls to avoid abuse rate limit errors (#​152)
  • Moves to PyGithub 1.55 (#​154) and urllib3 1.26.6 (#​149)

v1.18

Compare Source

Adds the following features:

  • Fix handling multiple test list annotation chunks (#​135)

v1.17

Compare Source

Adds the following features:

  • Handles unicode characters in event.json file on Windows properly (#​129).
  • Fixes misplaced deprecation warning about comment_on_pr when this is not even used.

v1.16

Compare Source

Adds the following features:

  • The action from now on creates a single comment, which is updated on subsequent runs. This deprecates the comment_on_pr option, which will be removed soon. It is replaced by the new comment_mode option, which allows to control the comment behaviour (#​128).
  • Removes the Python virtual environment and PIP upgrade from the composite action setup, which reduces startup time. This allows to speed up the composite action on Windows environments (#​127).

v1.15

Compare Source

Adds the following features:

  • Improves files option: supports absolute paths (#​119), multiple patterns, exclusion and default value (#​121)

v1.14

Compare Source

This release reverts the following feature released in v1.13 as it introduced a regression (#​124):

  • Improves files option: supports absolute paths (#​119), multiple patterns, exclusion and default value (#​121)

v1.13

Compare Source

Adds the following features:

  • Improves files option: supports absolute paths (#​119), multiple patterns, exclusion and default value (#​121)
  • Does not fail when before commit does not exist (#​118)
  • Moves junitparser from 1.6.1 to 1.6.3

v1.12

Compare Source

Adds the following features:

  • This action is now also available as a composite action that runs on Windows and macOS (#​19)
  • Improves retry behaviour on transient GitHub API call failures (#​111)
  • Allows to disable comparison to earlier commits (#​117)
  • Supports testcase tags inside testcase tags (#​116)

v1.11

Compare Source

Adds the following features:

  • the action is pre-built and not build on each invocation any more
  • this cuts the action start-up time from 20-30 seconds down to 2-3 seconds
  • action version becomes truly immutable, so each invocation runs exactly the same code
  • no change for users required

v1.10

Compare Source

Adds the following features:

  • Work with unit test xml files that have no class name (#​93)
  • Use GITHUB_GRAPHQL_URL environment variable to work in GitHub Enterprise (#​94)
  • Makes check state behaviour configurable (#​100)
  • Add instructions to README.md on how to work with dependabot branches (#​97)
  • Fix artifact extraction in fork repository / dependabot branch example in README.md when no artifacts downloaded

v1.9

Compare Source

Adds the following features:

  • Adds retry to GitHub API calls
  • Makes pull request comments robust on rerun and against base head changes
  • Applies log level to all packages

v1.8

Compare Source

Adds the following features:

  • Github token option github_token is now optional and defaults to the GitHub action token #​82
  • Lists of removed or newly skipped tests are moved into collapsible sections #​84
  • Lists of removed or newly skipped tests default limit increased to 10

v1.7

Compare Source

Adds the following features:

  • Highlights removed or newly skipped tests in pull request comment (#​14)
  • Adds the complete list of tests and skipped tests as check run annotations (#​71)
  • Abbreviate annotation strings if they exceed the API limits (#​52)
  • Sets conclusion to failure on test failures (#​17)
  • Sets conclusion to neutral if no test result files found (#​16)
  • Reports XML parse errors properly (#​67)

v1.6

Compare Source

Adds the following features:

  • Supports GitHub Enterprise Server (#​56)
  • Action now available as pre-built image from GitHub Container Registry

v1.5

Compare Source

Adds the following features:

  • Supports any event (#​59), used to only work for push, pull_request and pull_request_target
  • Adds link to check runs to PR comment (#​54)

v1.4

Compare Source

Adds the following features:

  • Action hides all but the latest comment (#​43)
  • Fix bug where failures do not have a content body (#​49)
  • More configuration options: COMMENT_TITLE (#​33), COMMENT_ON_PR (#​47)
  • Minor PR comment layout improvements (#​29 and #​30)

v1.3

Compare Source

Adds the following features:

  • works with result files that lack any or all XML attributes (#​25)
  • adds report_individual_runs and deduplicate_classes_by_file_name options to config (#​22)

v1.2

Compare Source

Publishes test results as annotations on the commit, and supports fork repositories.

v1.1

Compare Source

The action now hides results that refer to commits that are no longer part of the PR. This happens on git rebase / git push --force.

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

Compare Source

What's Changed
⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v5

Compare Source

v4.3.1

Compare Source

What's Changed

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

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 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 May 1, 2026 18:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Test Results

4 tests   4 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit f4f4b23.

Copy link
Copy Markdown
Contributor

@pkyosx pkyosx left a comment

Choose a reason for hiding this comment

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

Auto-approved: dependency upgrade (github actions) with all CI checks passing.

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