{"id":23868,"name":"py-cov-action/python-coverage-comment-action","ecosystem":"actions","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action","issues_count":163,"created_at":"2025-06-07T03:33:08.313Z","updated_at":"2025-06-07T03:33:08.313Z","purl":"pkg:githubactions/py-cov-action/python-coverage-comment-action","metadata":{"id":5800601,"name":"py-cov-action/python-coverage-comment-action","ecosystem":"actions","description":"Publish diff coverage report as PR comment, and create a coverage badge to display on the readme.\n","homepage":"https://github.com/marketplace/actions/python-coverage-comment","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/py-cov-action/python-coverage-comment-action","keywords_array":["actions","coverage","github-actions","python"],"namespace":"py-cov-action","versions_count":40,"first_release_published_at":"2022-01-14T11:01:06.000Z","latest_release_published_at":"2023-08-16T18:21:33.000Z","latest_release_number":"v3.1.0","last_synced_at":"2025-06-05T04:41:55.357Z","created_at":"2023-01-04T12:17:36.900Z","updated_at":"2025-06-05T04:41:55.357Z","registry_url":"https://github.com/py-cov-action/python-coverage-comment-action","install_command":null,"documentation_url":null,"metadata":{"name":"Python Coverage Comment","branding":{"icon":"umbrella","color":"purple"},"description":"Publish diff coverage report as PR comment, and create a coverage badge to display on the readme.\n","inputs":{"GITHUB_BASE_URL":{"description":"The base URL for the GitHub API, typically used to specify custom endpoints for GitHub Enterprise Server (e.g., `https://github.mycompany.com/api/v3`). Defaults to `https://api.github.com` for GitHub.com.\n","default":"https://api.github.com","required":false},"GITHUB_TOKEN":{"description":"A GitHub token to write comments and write the badge \u0026 coverage data to the repository. Set to `$ {{ github.token }}` (without the space between `$` and `{`).\n","required":true},"GITHUB_PR_RUN_ID":{"description":"Only useful on the \"workflow_run\" part of the workflow. Set to `$ {{ github.event.workflow_run.id }}`  (without the space between `$` and `{`).\n","required":false},"COMMENT_TEMPLATE":{"description":"[Advanced] Specify a different template for the comments that will be written on the PR. See the Action README documentation for how to use this properly.\n","required":false},"COVERAGE_DATA_BRANCH":{"description":"Name of the branch in which coverage data will be stored on the repository. Default is 'python-coverage-comment-action-data'. Please make sure that this branch is not protected. In monorepo setting, see SUBPROJECT_ID.\n","default":"python-coverage-comment-action-data","required":false},"COVERAGE_PATH":{"description":"Path to the directory under the git root where the coverage data is stored. Default is '.'.\n","default":".","required":false},"COMMENT_ARTIFACT_NAME":{"description":"Name of the artifact in which the body of the comment to post on the PR is stored. You typically don't have to change this unless you're already using this name for something else.\n","default":"python-coverage-comment-action","required":false},"COMMENT_FILENAME":{"description":"Name of the file in which the body of the comment to post on the PR is stored. In monorepo setting, see SUBPROJECT_ID.\n","default":"python-coverage-comment-action.txt","required":false},"SUBPROJECT_ID":{"description":"This setting is only necessary if you plan to run the action multiple times in the same repository. It will be appended to the value of all the settings that need to be unique, so as for the action to avoid mixing up results of multiple runs. Ideally, use dashes (`-`) rather than underscrores (`_`) to split words, for consistency. Affects `COMMENT_FILENAME`, `COVERAGE_DATA_BRANCH`.\n","default":null,"required":false},"MINIMUM_GREEN":{"description":"If the coverage percentage is above or equal to this value, the badge will be green.\n","default":100,"required":false},"MINIMUM_ORANGE":{"description":"If the coverage percentage is not green and above or equal to this value, the badge will be orange. Otherwise it will be red.\n","default":70,"required":false},"MAX_FILES_IN_COMMENT":{"description":"Maximum number of files to display in the comment. If there are more files than this number, they will only appear in the workflow summary. The selected files are the ones with the most new uncovered lines. The closer this number gets to 35, the higher the risk that it reaches GitHub's maximum comment size limit of 65536 characters. If you want more files, you may need to use a custom comment template. (Feel free to open an issue.)\n","default":25,"required":false},"MERGE_COVERAGE_FILES":{"description":"If true, will run `coverage combine` before reading the `.coverage` file.\n","default":false},"ANNOTATE_MISSING_LINES":{"description":"If true, will create an annotation on every line with missing coverage on a pull request.\n","default":false},"ANNOTATION_TYPE":{"description":"Only relevant if ANNOTATE_MISSING_LINES is set to true. This parameter allows you to choose between notice, warning and error as annotation type. For more information look here: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a-notice-message\n","default":"warning"},"VERBOSE":{"description":"Deprecated, see https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/enabling-debug-logging\n","default":false}},"outputs":{"COMMENT_FILE_WRITTEN":{"description":"This output is only set when running in PR mode. It's a boolean indicating whether a comment file was written to COMMENT_FILENAME or not. If so, you'll need to run the action in workflow_run mode to post it. If \"false\", no comment file was written (likely because the comment was already posted to the PR).\n"}},"runs":{"using":"docker","image":"Dockerfile","env":{"GITHUB_BASE_URL":"${{ inputs.GITHUB_BASE_URL }}","GITHUB_TOKEN":"${{ inputs.GITHUB_TOKEN }}","GITHUB_PR_RUN_ID":"${{ inputs.GITHUB_PR_RUN_ID }}","COMMENT_TEMPLATE":"${{ inputs.COMMENT_TEMPLATE }}","COVERAGE_DATA_BRANCH":"${{ inputs.COVERAGE_DATA_BRANCH }}","COVERAGE_PATH":"${{ inputs.COVERAGE_PATH }}","COMMENT_ARTIFACT_NAME":"${{ inputs.COMMENT_ARTIFACT_NAME }}","COMMENT_FILENAME":"${{ inputs.COMMENT_FILENAME }}","SUBPROJECT_ID":"${{ inputs.SUBPROJECT_ID }}","MINIMUM_GREEN":"${{ inputs.MINIMUM_GREEN }}","MINIMUM_ORANGE":"${{ inputs.MINIMUM_ORANGE }}","MERGE_COVERAGE_FILES":"${{ inputs.MERGE_COVERAGE_FILES }}","ANNOTATE_MISSING_LINES":"${{ inputs.ANNOTATE_MISSING_LINES }}","ANNOTATION_TYPE":"${{ inputs.ANNOTATION_TYPE }}","VERBOSE":"${{ inputs.VERBOSE }}"}},"default_branch":"main","path":null},"repo_metadata":{"id":37976126,"uuid":"443596190","full_name":"py-cov-action/python-coverage-comment-action","owner":"py-cov-action","description":"Publish coverage report as PR comment, and create a coverage badge \u0026 dashboard to display on the Readme for Python projects, all inside GitHub without third party servers","archived":false,"fork":false,"pushed_at":"2025-05-15T15:46:27.000Z","size":4841,"stargazers_count":99,"open_issues_count":17,"forks_count":40,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-17T15:45:59.779Z","etag":null,"topics":["actions","coverage","github-actions","python"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/python-coverage-comment","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/py-cov-action.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-01-01T18:10:56.000Z","updated_at":"2025-05-17T11:42:14.000Z","dependencies_parsed_at":"2023-11-23T20:31:32.415Z","dependency_job_id":"59890c9a-036e-44ec-9895-f14b45cde5b4","html_url":"https://github.com/py-cov-action/python-coverage-comment-action","commit_stats":{"total_commits":384,"total_committers":13,"mean_commits":29.53846153846154,"dds":"0.43489583333333337","last_synced_commit":"93e3ad75ea00b1ead717bb0ab50a24cdae8fb2b2"},"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-cov-action","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254737033,"owners_count":22120606,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"py-cov-action","name":"py-cov-action","uuid":"113062226","kind":"organization","description":null,"email":null,"website":null,"location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/113062226?v=4","repositories_count":2,"last_synced_at":"2023-03-06T03:53:07.831Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/py-cov-action","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-16T04:14:52.570Z","updated_at":"2023-03-06T03:53:07.853Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-cov-action","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/py-cov-action/repositories"},"tags":[{"name":"v3.32","sha":"fb02115d6115e7b3325dc3295fe1dcfb1919248a","kind":"commit","published_at":"2025-05-05T08:29:05.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.32","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.32","dependencies_parsed_at":null,"dependency_job_id":"918cd367-3e66-4784-8cdf-e82ac12ee856","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.32","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.32/manifests"},{"name":"v3.31","sha":"95add548fb8a55abc986917c367faf0c7792b66e","kind":"commit","published_at":"2025-05-05T08:01:56.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.31","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.31","dependencies_parsed_at":null,"dependency_job_id":"3ab6b15d-9158-490a-acea-6232adc7e94e","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.31","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.31/manifests"},{"name":"v3.30","sha":"d1ff8fbb5ff80feedb3faa0f6d7b424f417ad0e1","kind":"commit","published_at":"2025-02-28T13:05:47.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.30","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.30","dependencies_parsed_at":"2025-03-09T04:14:52.284Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.30","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.30/manifests"},{"name":"v3.29","sha":"b2eb38dd175bf053189b35f738f9207278b00925","kind":"commit","published_at":"2024-10-05T09:56:52.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.29","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.29","dependencies_parsed_at":"2024-10-12T08:39:05.053Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.29","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.29/manifests"},{"name":"v3.28","sha":"014130faa9f5ff9f5f49e42f312ce2e7dd7b2c8b","kind":"commit","published_at":"2024-09-02T23:36:29.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.28","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.28","dependencies_parsed_at":"2024-09-04T07:43:51.180Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.28","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.28/manifests"},{"name":"v3.27","sha":"e6ee17f632217eae267a13fbeb4389dce5dc4a26","kind":"commit","published_at":"2024-08-08T09:12:08.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.27","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.27","dependencies_parsed_at":"2024-09-01T07:19:00.102Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.27","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.27/manifests"},{"name":"v3.26","sha":"623c592e0a504d72217e871d769f079a2bb5d5b6","kind":"commit","published_at":"2024-07-29T16:15:33.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.26","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.26","dependencies_parsed_at":"2024-08-01T10:12:13.102Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.26","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.26/manifests"},{"name":"v3.25","sha":"1fb87f8f1f10f147fd6262cbcd6ff16c8b0dfd39","kind":"commit","published_at":"2024-06-28T10:52:26.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.25","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.25","dependencies_parsed_at":null,"dependency_job_id":"0ad73f57-08d6-4477-a9bc-64bbe6749406","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.25","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.25/manifests"},{"name":"v3.24","sha":"44f4df022ec3c3cbb61e56e0b550a490bde8aa73","kind":"commit","published_at":"2024-06-06T23:20:34.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.24","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.24","dependencies_parsed_at":"2024-06-12T15:38:28.075Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.24","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.24/manifests"},{"name":"v3.23","sha":"b16205b76b824c17afe95a014fb22e58b4f239cb","kind":"commit","published_at":"2024-02-15T21:13:00.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.23","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.23","dependencies_parsed_at":"2024-02-17T04:07:04.652Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.23","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.23/manifests"},{"name":"v3.22","sha":"9af72a08cecb2447c92c982c3698b9bc93ed5fce","kind":"commit","published_at":"2024-02-07T10:11:59.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.22","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.22","dependencies_parsed_at":"2024-02-11T04:52:36.856Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.22","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.22/manifests"},{"name":"v3.21","sha":"cf213fab9b7f392ff237a9137174ad04045f393a","kind":"commit","published_at":"2024-01-17T16:48:36.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.21","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.21","dependencies_parsed_at":"2024-01-19T04:52:15.764Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.21","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.21/manifests"},{"name":"v3.20","sha":"6d40a8750fd94033caa979c55348ff946330bd8b","kind":"commit","published_at":"2024-01-06T14:50:30.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.20","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.20","dependencies_parsed_at":"2024-01-18T13:06:49.306Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.20","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.20/manifests"},{"name":"v3.19","sha":"a921cbadb1d75bd8589d26328adaf633b1ae099a","kind":"commit","published_at":"2024-01-01T22:55:32.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.19","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.19","dependencies_parsed_at":"2024-01-03T05:08:52.785Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.19","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.19/manifests"},{"name":"v3.18","sha":"1e4c7d57309b936a9f2780af1b822c1d4a33669c","kind":"commit","published_at":"2024-01-01T21:25:31.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.18","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.18","dependencies_parsed_at":"2024-01-03T05:08:52.786Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.18","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.18/manifests"},{"name":"v3.17","sha":"d69bfc0622e864d15b3c02deb3ff1283987fe18d","kind":"commit","published_at":"2023-12-24T09:37:10.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.17","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.17","dependencies_parsed_at":"2023-12-30T04:19:20.689Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.17","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.17/manifests"},{"name":"v3.16","sha":"127c420c0e89eaad20e5f13c72d86264047f7f7c","kind":"commit","published_at":"2023-12-23T21:24:46.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.16","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.16","dependencies_parsed_at":"2023-12-28T04:03:13.286Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.16","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.16/manifests"},{"name":"v3.15","sha":"8e1040d3a790bf2ecccd9cc9e2aef0b4d91a9c74","kind":"commit","published_at":"2023-10-13T11:45:25.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.15","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.15","dependencies_parsed_at":null,"dependency_job_id":"39df6c8a-1ba4-43e7-9a77-e28a2c2c9094","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.15","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.15/manifests"},{"name":"v3.14","sha":"be8e107ca74a0cd9c9de698fc669bf4c7538d768","kind":"commit","published_at":"2023-09-27T00:49:37.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.14","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.14","dependencies_parsed_at":"2023-09-29T05:44:58.517Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.14","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.14/manifests"},{"name":"v3.13","sha":"b00ad82e30d507e953a0af04f0d84de18a769224","kind":"commit","published_at":"2023-09-26T07:29:59.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.13","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.13","dependencies_parsed_at":"2023-10-01T05:12:56.662Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.13","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.13/manifests"},{"name":"v3.12","sha":"526de47d37d358f4fbb9b8ef6b89a82611bcbaa8","kind":"commit","published_at":"2023-09-23T00:03:38.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.12","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.12","dependencies_parsed_at":"2023-09-24T04:55:53.373Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.12","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.12/manifests"},{"name":"v3.11","sha":"d923f0ce2f3dc83f550317d5b5ff6845ef65dd04","kind":"commit","published_at":"2023-09-13T23:10:17.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.11","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.11","dependencies_parsed_at":"2023-09-16T08:25:41.000Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.11","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.11/manifests"},{"name":"v3.10","sha":"211af007cc43b3508cb8e21534865aea1d030d03","kind":"commit","published_at":"2023-09-13T15:09:09.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.10","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.10","dependencies_parsed_at":"2023-09-16T08:25:41.848Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.10","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.10/manifests"},{"name":"v3.9","sha":"0bbc72f55d183ef8c5bc3ebeb7ab099e42bf9b0e","kind":"commit","published_at":"2023-09-10T00:23:30.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.9","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.9","dependencies_parsed_at":"2023-09-13T05:42:35.271Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.9/manifests"},{"name":"v3.8","sha":"0cf2a09fa6edcdb9bf15d3726d4b781ff3b18437","kind":"commit","published_at":"2023-09-06T14:37:24.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.8","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.8","dependencies_parsed_at":"2023-09-08T04:26:35.264Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.8/manifests"},{"name":"v3.7","sha":"564271aa2b5f9fc0e814e578acdb588ddc811bb9","kind":"commit","published_at":"2023-09-05T09:42:29.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.7","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.7","dependencies_parsed_at":"2023-09-07T04:24:45.349Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.7/manifests"},{"name":"v3.6","sha":"f0eca87d03c89036b02aaf729f8b2788fbb1560a","kind":"commit","published_at":"2023-09-04T01:04:44.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.6","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.6","dependencies_parsed_at":"2023-09-06T04:51:58.730Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.6/manifests"},{"name":"v3.5","sha":"6bc78492dc29b9c31cb1aecea3cf191e94ba97d2","kind":"commit","published_at":"2023-09-02T16:07:47.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.5","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.5","dependencies_parsed_at":"2023-09-04T04:07:45.241Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.5/manifests"},{"name":"v3.4","sha":"16ccd40b7d40599a9b69ebe1d8558c37a0f740ea","kind":"commit","published_at":"2023-09-01T21:36:32.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.4","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.4","dependencies_parsed_at":"2023-09-04T04:07:45.433Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.4/manifests"},{"name":"v3.3","sha":"940a10960110b863901ddcd779f1a153ace50b66","kind":"commit","published_at":"2023-09-01T20:27:33.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.3","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.3","dependencies_parsed_at":"2023-09-04T04:07:47.187Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.3/manifests"},{"name":"v3","sha":"e79b1ab0aca0256139a9aef01def2ae8752e480d","kind":"commit","published_at":"2023-09-01T19:34:36.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3","dependencies_parsed_at":"2023-09-04T04:07:41.131Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3/manifests"},{"name":"v3.2","sha":"4c125198a7f68bf2322c1e111e1f247d2092f1c9","kind":"commit","published_at":"2023-08-28T08:34:33.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.2","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.2","dependencies_parsed_at":"2023-09-04T04:07:45.555Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.2/manifests"},{"name":"v3.1.0","sha":"b3d7e98bf5528b07d6951ef7a93e2b156f960112","kind":"commit","published_at":"2023-08-16T18:21:33.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.1.0","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.1.0","dependencies_parsed_at":"2023-08-20T08:14:12.274Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.1.0/manifests"},{"name":"v2.2.0","sha":"50a4569fee74ca0f7021a1d04370f2498dd0df33","kind":"commit","published_at":"2022-10-17T08:03:01.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v2.2.0","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v2.2.0","dependencies_parsed_at":"2023-05-31T20:56:11.705Z","dependency_job_id":"b1e6f9d0-0bd4-4452-9348-6a11a970a46f","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.2.0/manifests"},{"name":"v3.0.0","sha":"48708266a6e77ebf564b50d9cff2b7df9a25b458","kind":"commit","published_at":"2022-10-17T07:25:45.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v3.0.0","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v3.0.0","dependencies_parsed_at":"2023-05-31T20:56:10.547Z","dependency_job_id":"54e4e520-4f59-4eda-8c4c-06a79ab76434","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v3.0.0/manifests"},{"name":"v2.1.0","sha":"c16f8c68076bdfaf343ab1cf1bca96dee5c2d369","kind":"commit","published_at":"2022-07-02T16:02:08.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v2.1.0","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v2.1.0","dependencies_parsed_at":"2023-05-31T01:28:41.555Z","dependency_job_id":"a2213d3b-05f8-47dc-967e-534ae2d7d796","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.1.0/manifests"},{"name":"v2.0.2","sha":"5b071e2b89e2e17cc7cd9af75a55313439c3f0e3","kind":"commit","published_at":"2022-01-14T11:27:11.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v2.0.2","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v2.0.2","dependencies_parsed_at":"2023-05-31T01:28:42.225Z","dependency_job_id":"bf36f82b-325c-41ba-9f29-0eb45115d7a8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.2/manifests"},{"name":"v2.0.1","sha":"76e7306c66074ac68cb1dded793ce096c4f18d5f","kind":"commit","published_at":"2022-01-14T11:14:31.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v2.0.1","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v2.0.1","dependencies_parsed_at":"2023-05-31T01:28:42.775Z","dependency_job_id":"4d2ba5eb-006e-4ec0-a2d5-aa962853ef7f","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.1/manifests"},{"name":"v2.0.0","sha":"12312886ec024214f6e0a85022f6fae6c1c5b5a1","kind":"commit","published_at":"2022-01-14T11:01:06.000Z","download_url":"https://codeload.github.com/py-cov-action/python-coverage-comment-action/tar.gz/v2.0.0","html_url":"https://github.com/py-cov-action/python-coverage-comment-action/releases/tag/v2.0.0","dependencies_parsed_at":"2023-05-31T01:28:43.363Z","dependency_job_id":"8dec359e-a1ee-41b4-91c7-a24497b0c9dd","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/py-cov-action%2Fpython-coverage-comment-action/tags/v2.0.0/manifests"}]},"repo_metadata_updated_at":"2025-05-17T15:51:57.134Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":58,"rankings":{"downloads":null,"dependent_repos_count":6.0560925368404375,"dependent_packages_count":0.0,"stargazers_count":4.534938995404849,"forks_count":3.222944065916653,"docker_downloads_count":null,"average":3.4534938995404847},"purl":"pkg:githubactions/py-cov-action/python-coverage-comment-action","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/py-cov-action/python-coverage-comment-action","docker_dependents_count":1,"docker_downloads_count":15,"usage_url":"https://repos.ecosyste.ms/usage/actions/py-cov-action/python-coverage-comment-action","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/py-cov-action/python-coverage-comment-action/dependencies","status":null,"funding_links":[],"critical":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-cov-action%2Fpython-coverage-comment-action/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-cov-action%2Fpython-coverage-comment-action/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-cov-action%2Fpython-coverage-comment-action/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/py-cov-action%2Fpython-coverage-comment-action/related_packages","maintainers":[],"registry":{"name":"github actions","url":"https://github.com/marketplace/actions/","ecosystem":"actions","default":true,"packages_count":31631,"maintainers_count":0,"namespaces_count":19972,"keywords_count":6683,"github":"actions","metadata":{"funded_packages_count":2966},"icon_url":"https://github.com/actions.png","created_at":"2023-01-03T17:16:39.185Z","updated_at":"2025-06-07T05:39:45.903Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/namespaces"}},"unique_repositories_count":50,"unique_repositories_count_past_30_days":17,"recent_issues":[{"uuid":"4416273885","node_id":"PR_kwDOBMAGv87aBbEo","number":3319,"state":"open","title":"build(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["minor","dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-10T17:12:22.000Z","updated_at":"2026-05-10T17:37:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/marcelotduarte/cx_Freeze/pull/3319","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze/issues/3319","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3319/packages"},{"uuid":"4396890620","node_id":"PR_kwDOPpZ6x87ZC-JP","number":136,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-07T07:21:02.000Z","updated_at":"2026-05-07T07:27:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/marcelotduarte/freeze-core/pull/136","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Ffreeze-core/issues/136","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/136/packages"},{"uuid":"4374530274","node_id":"PR_kwDOR_uKHM7X5t8i","number":11,"state":"open","title":"chore(ci)(deps): Bump the actions group across 1 directory with 7 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-04T06:49:10.000Z","updated_at":"2026-05-04T06:49:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci)(deps): Bump","group_name":"actions","update_count":7,"packages":[{"name":"step-security/harden-runner","old_version":"2.17.0","new_version":"2.19.1","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"github/codeql-action","old_version":"4.35.1","new_version":"4.35.3","repository_url":"https://github.com/github/codeql-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"google/osv-scanner-action","old_version":"eb5b619bb565d10623076caba5263750fde3c790","new_version":"43f380b8fc43a816831a9f5ee6fc91170809c7e9","repository_url":"https://github.com/google/osv-scanner-action"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.17.0` | `2.19.1` |\n| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.0.0` | `8.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.3` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [google/osv-scanner-action](https://github.com/google/osv-scanner-action) | `eb5b619bb565d10623076caba5263750fde3c790` | `43f380b8fc43a816831a9f5ee6fc91170809c7e9` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n\n\nUpdates `step-security/harden-runner` from 2.17.0 to 2.19.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eGlobal Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.\u003c/p\u003e\n\u003cp\u003eDeploy on Self-Hosted VM: Added \u003ccode\u003edeploy-on-self-hosted-vm\u003c/code\u003e input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6c3c2f2c1c457b00c10c4848d6f5491db3b629df\"\u003e\u003ccode\u003e6c3c2f2\u003c/code\u003e\u003c/a\u003e Feature/deploy on self hosted vm (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/658\"\u003e#658\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/f808768d1510423e83855289c910610ca9b43176...a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 4.35.1 to 4.35.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.35.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.35.3 - 01 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.1 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.0 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.1 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.0 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.33.0 - 16 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3562\"\u003e#3562\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eTo opt out of this change:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRepositories owned by an organization:\u003c/strong\u003e Create a custom repository property with the name \u003ccode\u003egithub-codeql-file-coverage-on-prs\u003c/code\u003e and the type \u0026quot;True/false\u0026quot;, then set this property to \u003ccode\u003etrue\u003c/code\u003e in the repository's settings. For more information, see \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003eManaging custom properties for repositories in your organization\u003c/a\u003e. Alternatively, if you are using an advanced setup workflow, you can set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using default setup:\u003c/strong\u003e Switch to an advanced setup workflow and set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/e46ed2cbd01164d986452f91f178727624ae40d7\"\u003e\u003ccode\u003ee46ed2c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3867\"\u003e#3867\u003c/a\u003e from github/update-v4.35.3-8c6e48dbe\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/b73d1d163446ca5e62b96698027210ab41df6a4a\"\u003e\u003ccode\u003eb73d1d1\u003c/code\u003e\u003c/a\u003e Add changelog entry for \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/24e0bb00a931e2a5edb703ce3b22a70f3a3e800b\"\u003e\u003ccode\u003e24e0bb0\u003c/code\u003e\u003c/a\u003e Reorder changelog entries\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/ec298daba71cf7592feacbd1c0887cddc0659f62\"\u003e\u003ccode\u003eec298da\u003c/code\u003e\u003c/a\u003e Update changelog for v4.35.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8c6e48dbe051ceb3015c19554831af1b43275f46\"\u003e\u003ccode\u003e8c6e48d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3865\"\u003e#3865\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/719098349ea5beae8aa364bf9b71ff1c8d937df2\"\u003e\u003ccode\u003e7190983\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/2bb209555a024d051f6271c8a846b402497f9445\"\u003e\u003ccode\u003e2bb2095\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/7851e55dc3be31ec4bcc3ef98453de2cb306e698\"\u003e\u003ccode\u003e7851e55\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3850\"\u003e#3850\u003c/a\u003e from github/mbg/private-registry/cloudsmith-gcp\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/262a15f6cf4c7a43d6a38ad76392e5e2d4977751\"\u003e\u003ccode\u003e262a15f\u003c/code\u003e\u003c/a\u003e Add generic non-printable chars test for OIDC configs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/a6109b1c07173a53ece3d179a925ff9644d1fabd\"\u003e\u003ccode\u003ea6109b1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3853\"\u003e#3853\u003c/a\u003e from github/mbg/start-proxy/improved-checks\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...e46ed2cbd01164d986452f91f178727624ae40d7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `google/osv-scanner-action` from eb5b619bb565d10623076caba5263750fde3c790 to 43f380b8fc43a816831a9f5ee6fc91170809c7e9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/43f380b8fc43a816831a9f5ee6fc91170809c7e9\"\u003e\u003ccode\u003e43f380b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/google/osv-scanner-action/issues/125\"\u003e#125\u003c/a\u003e from google/update-to-v2.3.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/dcf4ddd504dac1027e5829c1d754e4ec009ded5d\"\u003e\u003ccode\u003edcf4ddd\u003c/code\u003e\u003c/a\u003e Update unified workflow example to point to v2.3.6 reusable workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/b9dbb7ef6f6fb8d0e762912b668d2c4c236090a3\"\u003e\u003ccode\u003eb9dbb7e\u003c/code\u003e\u003c/a\u003e Update reusable workflows to point to v2.3.6 actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/fe54858b54b6e367472aa1828429dfcf3c95aba6\"\u003e\u003ccode\u003efe54858\u003c/code\u003e\u003c/a\u003e \u0026quot;Update actions to use v2.3.6 osv-scanner image\u0026quot;\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/google/osv-scanner-action/compare/eb5b619bb565d10623076caba5263750fde3c790...43f380b8fc43a816831a9f5ee6fc91170809c7e9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2.6.1 to 3.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003e\u003ccode\u003eb430933\u003c/code\u003e\u003c/a\u003e release: cut v3.0.0 for Node 24 upgrade (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/670\"\u003e#670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f\"\u003e\u003ccode\u003ec2e35e0\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group across 1 directory with 7 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/783\"\u003e#783\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65\"\u003e\u003ccode\u003e3bb1273\u003c/code\u003e\u003c/a\u003e release 2.6.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c34030fec99b0db0f2f22ce7806c445dddb6e224\"\u003e\u003ccode\u003ec34030f\u003c/code\u003e\u003c/a\u003e chore: bump node to 24.14.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/8975bd05c0630603edb0dca2fc7544bf1c77f600\"\u003e\u003ccode\u003e8975bd0\u003c/code\u003e\u003c/a\u003e chore(deps): bump vite from 8.0.0 to 8.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/781\"\u003e#781\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f71937f44d5662ac6eb861431746174a7b46a7b6\"\u003e\u003ccode\u003ef71937f\u003c/code\u003e\u003c/a\u003e chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/777\"\u003e#777\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3f0d239d58d5c226738ec0a08d0465b548dc026f\"\u003e\u003ccode\u003e3f0d239\u003c/code\u003e\u003c/a\u003e chore(deps): bump picomatch from 4.0.3 to 4.0.4 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/775\"\u003e#775\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/slsa-battleground/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fslsa-battleground/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"},{"uuid":"4367561697","node_id":"PR_kwDOQdt-887Xk4xP","number":44,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-02T02:12:31.000Z","updated_at":"2026-05-02T02:20:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_senator_data/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_senator_data/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"},{"uuid":"4367382735","node_id":"PR_kwDOBWBCuM7XkUf3","number":13141,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-02T01:07:52.000Z","updated_at":"2026-05-02T02:10:24.415Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pydantic/pydantic/pull/13141","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydantic%2Fpydantic/issues/13141","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/13141/packages"},{"uuid":"4363085862","node_id":"PR_kwDOAgTnvc7XWoEC","number":545,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 0b4822882443b98c09c51091ad20a7a556581c17 to 53ff7553078bad69030786e486677315346c2dd2","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T05:59:30.000Z","updated_at":"2026-05-01T06:07:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"0b4822882443b98c09c51091ad20a7a556581c17","new_version":"53ff7553078bad69030786e486677315346c2dd2","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 0b4822882443b98c09c51091ad20a7a556581c17 to 53ff7553078bad69030786e486677315346c2dd2.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/53ff7553078bad69030786e486677315346c2dd2\"\u003e\u003ccode\u003e53ff755\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with minor upgrades (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/648\"\u003e#648\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e15fa7507a4a8b9a0a9d994b35d0bd595425f711\"\u003e\u003ccode\u003ee15fa75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/646\"\u003e#646\u003c/a\u003e from py-cov-action/fix-e2e-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/ec63b7f565604a3ab5742caf77d85d092f3b91bb\"\u003e\u003ccode\u003eec63b7f\u003c/code\u003e\u003c/a\u003e Fix e2e test for external users\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/0b4822882443b98c09c51091ad20a7a556581c17...53ff7553078bad69030786e486677315346c2dd2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pydot/pydot/pull/545","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydot%2Fpydot/issues/545","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/545/packages"},{"uuid":"4362870823","node_id":"PR_kwDOOS_Mf87XV7ha","number":126,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T04:51:15.000Z","updated_at":"2026-05-01T04:59:53.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_house_rep_data/pull/126","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_house_rep_data/issues/126","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/126/packages"},{"uuid":"4362718146","node_id":"PR_kwDOQKsZMc7XVb3l","number":431,"state":"open","title":"chore(deps): bump the all-actions group with 24 updates","user":"dependabot[bot]","labels":["github-actions","configuration","github_actions","awaiting-review","batch:dependabot-github-actions","auto-merge","auto-batch","size/m"],"assignees":["dependabot[bot]"],"locked":false,"comments_count":34,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T03:59:48.000Z","updated_at":"2026-05-24T07:01:02.986Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"all-actions","update_count":24,"packages":[{"name":"actions/setup-node","old_version":"6.3.0","new_version":"6.4.0","repository_url":"https://github.com/actions/setup-node"},{"name":"actions/upload-artifact","old_version":"7.0.0","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"actions/github-script","old_version":"8.0.0","new_version":"9.0.0","repository_url":"https://github.com/actions/github-script"},{"name":"codelytv/pr-size-labeler","old_version":"1.10.3","new_version":"1.10.4","repository_url":"https://github.com/codelytv/pr-size-labeler"},{"name":"ruby/setup-ruby","old_version":"1.299.0","new_version":"1.306.0","repository_url":"https://github.com/ruby/setup-ruby"},{"name":"actions/upload-pages-artifact","old_version":"4.0.0","new_version":"5.0.0","repository_url":"https://github.com/actions/upload-pages-artifact"},{"name":"docker/build-push-action","old_version":"7.0.0","new_version":"7.1.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"anthropics/claude-code-action","old_version":"1.0.83","new_version":"1.0.111","repository_url":"https://github.com/anthropics/claude-code-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"github/combine-prs","old_version":"5.0.0","new_version":"5.2.0","repository_url":"https://github.com/github/combine-prs"},{"name":"akhilmhdh/contributors-readme-action","old_version":"2.3.6","new_version":"2.3.11","repository_url":"https://github.com/akhilmhdh/contributors-readme-action"},{"name":"github/issue-metrics","old_version":"4.2.1","new_version":"4.2.2","repository_url":"https://github.com/github/issue-metrics"},{"name":"dependabot/fetch-metadata","old_version":"2","new_version":"3","repository_url":"https://github.com/dependabot/fetch-metadata"},{"name":"docker/login-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/login-action"},{"name":"dawidd6/action-send-mail","old_version":"16","new_version":"17","repository_url":"https://github.com/dawidd6/action-send-mail"},{"name":"actions/create-github-app-token","old_version":"3.0.0","new_version":"3.1.1","repository_url":"https://github.com/actions/create-github-app-token"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"},{"name":"slackapi/slack-github-action","old_version":"3.0.1","new_version":"3.0.2","repository_url":"https://github.com/slackapi/slack-github-action"},{"name":"release-drafter/release-drafter","old_version":"7.1.1","new_version":"7.2.1","repository_url":"https://github.com/release-drafter/release-drafter"},{"name":"dorny/test-reporter","old_version":"1.9.1","new_version":"3.0.0","repository_url":"https://github.com/dorny/test-reporter"},{"name":"goreleaser/goreleaser-action","old_version":"7.0.0","new_version":"7.2.1","repository_url":"https://github.com/goreleaser/goreleaser-action"},{"name":"peter-evans/create-pull-request","old_version":"8.1.0","new_version":"8.1.1","repository_url":"https://github.com/peter-evans/create-pull-request"},{"name":"tj-actions/changed-files","old_version":"47.0.5","new_version":"47.0.6","repository_url":"https://github.com/tj-actions/changed-files"}],"path":null,"ecosystem":"actions"},"body":"Bumps the all-actions group with 24 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |\n| [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` |\n| [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) | `1.10.3` | `1.10.4` |\n| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.299.0` | `1.306.0` |\n| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.83` | `1.0.111` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [github/combine-prs](https://github.com/github/combine-prs) | `5.0.0` | `5.2.0` |\n| [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action) | `2.3.6` | `2.3.11` |\n| [github/issue-metrics](https://github.com/github/issue-metrics) | `4.2.1` | `4.2.2` |\n| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2` | `3` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` |\n| [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `16` | `17` |\n| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n| [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3.0.1` | `3.0.2` |\n| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.1.1` | `7.2.1` |\n| [dorny/test-reporter](https://github.com/dorny/test-reporter) | `1.9.1` | `3.0.0` |\n| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.0.0` | `7.2.1` |\n| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` |\n| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `47.0.5` | `47.0.6` |\n\nUpdates `actions/setup-node` from 6.3.0 to 6.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-node/releases\"\u003eactions/setup-node's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Node.js versions in versions.yml and bump package to v6.4.0  by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1533\"\u003eactions/setup-node#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v6.4.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v6.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e\"\u003e\u003ccode\u003e48b55a0\u003c/code\u003e\u003c/a\u003e Update Node.js versions in versions.yml and bump package to v6.4.0 (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1533\"\u003e#1533\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/ab72c7e7eba0eaa11f8cab0f5679243900c2cac9\"\u003e\u003ccode\u003eab72c7e\u003c/code\u003e\u003c/a\u003e Upgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1525\"\u003e#1525\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 7.0.0 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the readme with direct upload details by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/795\"\u003eactions/upload-artifact#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReadme: bump all the example versions to v7 by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/796\"\u003eactions/upload-artifact#796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eInclude changes in typespec/ts-http-runtime 0.3.5 by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/797\"\u003eactions/upload-artifact#797\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/upload-artifact/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/github-script` from 8.0.0 to 9.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/github-script/releases\"\u003eactions/github-script's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev9.0.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew features:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003egetOctokit\u003c/code\u003e factory function\u003c/strong\u003e — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See \u003ca href=\"https://github.com/actions/github-script#creating-additional-clients-with-getoctokit\"\u003eCreating additional clients with \u003ccode\u003egetOctokit\u003c/code\u003e\u003c/a\u003e for details and examples.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eOrchestration ID in user-agent\u003c/strong\u003e — The \u003ccode\u003eACTIONS_ORCHESTRATION_ID\u003c/code\u003e environment variable is automatically appended to the user-agent string for request tracing.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eBreaking changes:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003erequire('@actions/github')\u003c/code\u003e no longer works in scripts.\u003c/strong\u003e The upgrade to \u003ccode\u003e@actions/github\u003c/code\u003e v9 (ESM-only) means \u003ccode\u003erequire('@actions/github')\u003c/code\u003e will fail at runtime. If you previously used patterns like \u003ccode\u003econst { getOctokit } = require('@actions/github')\u003c/code\u003e to create secondary clients, use the new injected \u003ccode\u003egetOctokit\u003c/code\u003e function instead — it's available directly in the script context with no imports needed.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egetOctokit\u003c/code\u003e is now an injected function parameter. Scripts that declare \u003ccode\u003econst getOctokit = ...\u003c/code\u003e or \u003ccode\u003elet getOctokit = ...\u003c/code\u003e will get a \u003ccode\u003eSyntaxError\u003c/code\u003e because JavaScript does not allow \u003ccode\u003econst\u003c/code\u003e/\u003ccode\u003elet\u003c/code\u003e redeclaration of function parameters. Use the injected \u003ccode\u003egetOctokit\u003c/code\u003e directly, or use \u003ccode\u003evar getOctokit = ...\u003c/code\u003e if you need to redeclare it.\u003c/li\u003e\n\u003cli\u003eIf your script accesses other \u003ccode\u003e@actions/github\u003c/code\u003e internals beyond the standard \u003ccode\u003egithub\u003c/code\u003e/\u003ccode\u003eoctokit\u003c/code\u003e client, you may need to update those references for v9 compatibility.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd ACTIONS_ORCHESTRATION_ID to user-agent string by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/695\"\u003eactions/github-script#695\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: use deployment: false for integration test environments by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/712\"\u003eactions/github-script#712\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat!: add getOctokit to script context, upgrade \u003ccode\u003e@​actions/github\u003c/code\u003e v9, \u003ccode\u003e@​octokit/core\u003c/code\u003e v7, and related packages by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/700\"\u003eactions/github-script#700\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/695\"\u003eactions/github-script#695\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/github-script/compare/v8.0.0...v9.0.0\"\u003ehttps://github.com/actions/github-script/compare/v8.0.0...v9.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/3a2844b7e9c422d3c10d287c895573f7108da1b3\"\u003e\u003ccode\u003e3a2844b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/github-script/issues/700\"\u003e#700\u003c/a\u003e from actions/salmanmkc/expose-getoctokit + prepare re...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/ca10bbdd1a7739de09e99a200c7a59f5d73a4079\"\u003e\u003ccode\u003eca10bbd\u003c/code\u003e\u003c/a\u003e fix: use \u003ccode\u003e@​octokit/core/\u003c/code\u003etypes import for v7 compatibility\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/86e48e20ac85c970ed1f96e718fd068173948b7b\"\u003e\u003ccode\u003e86e48e2\u003c/code\u003e\u003c/a\u003e merge: incorporate main branch changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/c1084728b5b935ec4ddc1e4cee877b01797b3ff9\"\u003e\u003ccode\u003ec108472\u003c/code\u003e\u003c/a\u003e chore: rebuild dist for v9 upgrade and getOctokit factory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/afff112e4f8b57c718168af75b89ce00bc8d091d\"\u003e\u003ccode\u003eafff112\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/github-script/issues/712\"\u003e#712\u003c/a\u003e from actions/salmanmkc/deployment-false + fix user-ag...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/ff8117e5b78c415f814f39ad6998f424fee7b817\"\u003e\u003ccode\u003eff8117e\u003c/code\u003e\u003c/a\u003e ci: fix user-agent test to handle orchestration ID\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/81c6b7876079abe10ff715951c9fc7b3e1ab389d\"\u003e\u003ccode\u003e81c6b78\u003c/code\u003e\u003c/a\u003e ci: use deployment: false to suppress deployment noise from integration tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/3953caf8858d318f37b6cc53a9f5708859b5a7b7\"\u003e\u003ccode\u003e3953caf\u003c/code\u003e\u003c/a\u003e docs: update README examples from \u003ca href=\"https://github.com/v8\"\u003e\u003ccode\u003e@​v8\u003c/code\u003e\u003c/a\u003e to \u003ca href=\"https://github.com/v9\"\u003e\u003ccode\u003e@​v9\u003c/code\u003e\u003c/a\u003e, add getOctokit docs and v9 brea...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/c17d55b90dcdb3d554d0027a6c180a7adc2daf78\"\u003e\u003ccode\u003ec17d55b\u003c/code\u003e\u003c/a\u003e ci: add getOctokit integration test job\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/a047196d9a02fe92098771cafbb98c2f1814e408\"\u003e\u003ccode\u003ea047196\u003c/code\u003e\u003c/a\u003e test: add getOctokit integration tests via callAsyncFunction\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `codelytv/pr-size-labeler` from 1.10.3 to 1.10.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/codelytv/pr-size-labeler/releases\"\u003ecodelytv/pr-size-labeler's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: avoid accumulating PR size labeler related labels by \u003ca href=\"https://github.com/alexisribot\"\u003e\u003ccode\u003e@​alexisribot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/pull/97\"\u003eCodelyTV/pr-size-labeler#97\u003c/a\u003e solving \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/issues/96\"\u003eCodelyTV/pr-size-labeler#96\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manishprivet\"\u003e\u003ccode\u003e@​manishprivet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/pull/97\"\u003eCodelyTV/pr-size-labeler#97\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/CodelyTV/pr-size-labeler/compare/v1.10.3...v1.10.4\"\u003ehttps://github.com/CodelyTV/pr-size-labeler/compare/v1.10.3...v1.10.4\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/CodelyTV/pr-size-labeler/commit/095a41fca88b8764fd9e008ad269bcdb82bb38b9\"\u003e\u003ccode\u003e095a41f\u003c/code\u003e\u003c/a\u003e fix: avoid accumulating PR size labeler related labels (\u003ca href=\"https://redirect.github.com/codelytv/pr-size-labeler/issues/97\"\u003e#97\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/codelytv/pr-size-labeler/compare/4ec67706cd878fbc1c8db0a5dcd28b6bb412e85a...095a41fca88b8764fd9e008ad269bcdb82bb38b9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `ruby/setup-ruby` from 1.299.0 to 1.306.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ruby/setup-ruby/releases\"\u003eruby/setup-ruby's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.306.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd truffleruby-34.0.1,truffleruby+graalvm-34.0.1 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/909\"\u003eruby/setup-ruby#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.305.0...v1.306.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.305.0...v1.306.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.305.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate CRuby releases on Windows by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/908\"\u003eruby/setup-ruby#908\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.304.0...v1.305.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.304.0...v1.305.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.304.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd jruby-10.1.0.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/906\"\u003eruby/setup-ruby#906\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.303.0...v1.304.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.303.0...v1.304.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.303.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd ruby-4.0.3 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/903\"\u003eruby/setup-ruby#903\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.302.0...v1.303.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.302.0...v1.303.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.302.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.301.0...v1.302.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.301.0...v1.302.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.301.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd truffleruby-34.0.0,truffleruby+graalvm-34.0.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/901\"\u003eruby/setup-ruby#901\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.300.0...v1.301.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.300.0...v1.301.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.300.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRefactor matrix script by \u003ca href=\"https://github.com/ntkme\"\u003e\u003ccode\u003e@​ntkme\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/897\"\u003eruby/setup-ruby#897\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd jruby-10.0.5.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/900\"\u003eruby/setup-ruby#900\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.299.0...v1.300.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.299.0...v1.300.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/c4e5b1316158f92e3d49443a9d58b31d25ac0f8f\"\u003e\u003ccode\u003ec4e5b13\u003c/code\u003e\u003c/a\u003e Add truffleruby-34.0.1,truffleruby+graalvm-34.0.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/0cb964fd540e0a24c900370abf38a33466142735\"\u003e\u003ccode\u003e0cb964f\u003c/code\u003e\u003c/a\u003e Update CRuby releases on Windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/94e4d89d3e6c1c7599e0210d114c5ffb23f1a866\"\u003e\u003ccode\u003e94e4d89\u003c/code\u003e\u003c/a\u003e Add jruby-10.1.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/60ecfba8750476ff216b59eee3b88218bb5111cc\"\u003e\u003ccode\u003e60ecfba\u003c/code\u003e\u003c/a\u003e Add ruby-4.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/7372622e62b60b3cb750dcd2b9e32c247ffec26a\"\u003e\u003ccode\u003e7372622\u003c/code\u003e\u003c/a\u003e Give a better error for TruffleRuby 34+ on macOS Intel\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/4c56a21280b36d862b5fc31348f463d60bdc55d5\"\u003e\u003ccode\u003e4c56a21\u003c/code\u003e\u003c/a\u003e Darwin-x86_64 is no longer supported on TruffleRuby 34+\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/5d9c71d71b5e5c41e2770a23378377fcc39f880b\"\u003e\u003ccode\u003e5d9c71d\u003c/code\u003e\u003c/a\u003e Add truffleruby-34.0.0,truffleruby+graalvm-34.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/e65c17d16e57e481586a6a5a0282698790062f92\"\u003e\u003ccode\u003ee65c17d\u003c/code\u003e\u003c/a\u003e Add jruby-10.0.5.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/ba696adf55506673e48342a66e30f1f53cadeae0\"\u003e\u003ccode\u003eba696ad\u003c/code\u003e\u003c/a\u003e Refactor matrix script\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/2327de0bdc11657e6bed81a43cae73251edb97a0\"\u003e\u003ccode\u003e2327de0\u003c/code\u003e\u003c/a\u003e TruffleRuby 34+ does not support macOS Intel\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ruby/setup-ruby/compare/3ff19f5e2baf30647122352b96108b1fbe250c64...c4e5b1316158f92e3d49443a9d58b31d25ac0f8f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-pages-artifact/releases\"\u003eactions/upload-pages-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate upload-artifact action to version 7 \u003ca href=\"https://github.com/Tom-van-Woudenberg\"\u003e\u003ccode\u003e@​Tom-van-Woudenberg\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/139\"\u003e#139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat: add \u003ccode\u003einclude-hidden-files\u003c/code\u003e input \u003ca href=\"https://github.com/jonchurch\"\u003e\u003ccode\u003e@​jonchurch\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eSee details of \u003ca href=\"https://github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.1\"\u003eall code changes\u003c/a\u003e since previous release.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/fc324d3547104276b827a68afc52ff2a11cc49c9\"\u003e\u003ccode\u003efc324d3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/139\"\u003e#139\u003c/a\u003e from Tom-van-Woudenberg/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/fe9d4b7d84090e1d8d9c53a0236f810d4e00d2c3\"\u003e\u003ccode\u003efe9d4b7\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/0ca16172ca884f0a37117fed41734f29784cc980\"\u003e\u003ccode\u003e0ca1617\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/137\"\u003e#137\u003c/a\u003e from jonchurch/include-hidden-files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/57f0e8492b437b7818227931fef2faa1a379839b\"\u003e\u003ccode\u003e57f0e84\u003c/code\u003e\u003c/a\u003e Update action.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/4a90348b2933470dc78cec55534259872a6d3c0d\"\u003e\u003ccode\u003e4a90348\u003c/code\u003e\u003c/a\u003e v7 --\u0026gt; hash\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/56f665a6f297fa95f8d735b314187fb2d7764569\"\u003e\u003ccode\u003e56f665a\u003c/code\u003e\u003c/a\u003e Update upload-artifact action to version 7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/f7615f5917213b24245d49ba96693d0f5375a414\"\u003e\u003ccode\u003ef7615f5\u003c/code\u003e\u003c/a\u003e Add \u003ccode\u003einclude-hidden-files\u003c/code\u003e input\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/upload-pages-artifact/compare/7b1f4a764d45c48632c6b24a0339c27f5614fb0b...fc324d3547104276b827a68afc52ff2a11cc49c9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/build-push-action` from 7.0.0 to 7.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/build-push-action/releases\"\u003edocker/build-push-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eGit context \u003ca href=\"https://docs.docker.com/build/concepts/context/#url-queries\"\u003equery format\u003c/a\u003e support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.87.0 by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 1.1.13 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1500\"\u003edocker/build-push-action#1500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.5.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1489\"\u003edocker/build-push-action#1489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1491\"\u003edocker/build-push-action#1491\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 10.5.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1490\"\u003edocker/build-push-action#1490\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1497\"\u003edocker/build-push-action#1497\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1510\"\u003edocker/build-push-action#1510\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1496\"\u003edocker/build-push-action#1496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1486\"\u003edocker/build-push-action#1486\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1509\"\u003edocker/build-push-action#1509\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/bcafcacb16a39f128d818304e6c9c0c18556b85f\"\u003e\u003ccode\u003ebcafcac\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1509\"\u003e#1509\u003c/a\u003e from docker/dependabot/npm_and_yarn/vite-7.3.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/18e62f1158d9c45a4a84a58a6828d21f8ed3644b\"\u003e\u003ccode\u003e18e62f1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1510\"\u003e#1510\u003c/a\u003e from docker/dependabot/npm_and_yarn/lodash-4.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/46580d2c9d43b0888270cb6fa90956e483de56fc\"\u003e\u003ccode\u003e46580d2\u003c/code\u003e\u003c/a\u003e chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/3f80b252ca2331f6ec3e890f4346b5506ee1dc81\"\u003e\u003ccode\u003e3f80b25\u003c/code\u003e\u003c/a\u003e chore(deps): Bump lodash from 4.17.23 to 4.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/efeec9557c40a646afe433e39a1e94ca689103f0\"\u003e\u003ccode\u003eefeec95\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1505\"\u003e#1505\u003c/a\u003e from crazy-max/refactor-git-context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/ddf04b08eb12882258ed936fea4a2806754ff349\"\u003e\u003ccode\u003eddf04b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1511\"\u003e#1511\u003c/a\u003e from docker/dependabot/github_actions/crazy-max-dot-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/db08d97a08e4a0d15f85d1c4e64dfd5f88cbe1a9\"\u003e\u003ccode\u003edb08d97\u003c/code\u003e\u003c/a\u003e chore(deps): Bump the crazy-max-dot-github group with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/ef1fb9688fc3626d0fd5e462f502cbbdc6456feb\"\u003e\u003ccode\u003eef1fb96\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1508\"\u003e#1508\u003c/a\u003e from docker/dependabot/github_actions/docker/login-a...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/2d8f2a1a378a5c302dcd7b2b4326cefa24180bb1\"\u003e\u003ccode\u003e2d8f2a1\u003c/code\u003e\u003c/a\u003e chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/919ac7bd7d1aa8cb13fe4de76545abea8d8b5ed2\"\u003e\u003ccode\u003e919ac7b\u003c/code\u003e\u003c/a\u003e fix test since secrets are not written to temp path anymore\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `anthropics/claude-code-action` from 1.0.83 to 1.0.111\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/anthropics/claude-code-action/releases\"\u003eanthropics/claude-code-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.111\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.111\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.111\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.110\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.110\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.110\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.109\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: pull_request_target guidance and base-action trust model by \u003ca href=\"https://github.com/OctavianGuzu\"\u003e\u003ccode\u003e@​OctavianGuzu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1250\"\u003eanthropics/claude-code-action#1250\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.109\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.109\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.108\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.108\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.108\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.107\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.107\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.107\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.106\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.106\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.106\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.105\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: allow + in branch names (generated by Claude Code EnterWorktree) by \u003ca href=\"https://github.com/awakia\"\u003e\u003ccode\u003e@​awakia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1248\"\u003eanthropics/claude-code-action#1248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/awakia\"\u003e\u003ccode\u003e@​awakia\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1248\"\u003eanthropics/claude-code-action#1248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.105\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.105\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.104\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.104\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.104\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.103\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.103\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.103\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.102\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: bump oven-sh/setup-bun to v2.2.0 (Node.js 24) by \u003ca href=\"https://github.com/ashwin-ant\"\u003e\u003ccode\u003e@​ashwin-ant\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1238\"\u003eanthropics/claude-code-action#1238\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: nit updates to security.md by \u003ca href=\"https://github.com/OctavianGuzu\"\u003e\u003ccode\u003e@​OctavianGuzu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1240\"\u003eanthropics/claude-code-action#1240\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.102\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.102\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.101\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.101\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.101\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.100\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/fefa07e9c665b7320f08c3b525980457f22f58aa\"\u003e\u003ccode\u003efefa07e\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.126 and Agent SDK to 0.2.126\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/ef50f123a3a9be95b60040d042717517407c7256\"\u003e\u003ccode\u003eef50f12\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.123 and Agent SDK to 0.2.123\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/b3c0320e7e8228fcafe773fda5bfd427aa8d1c34\"\u003e\u003ccode\u003eb3c0320\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.122 and Agent SDK to 0.2.122\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/c93e8fe8795d6de1ce8b936330d35a0c2440cd96\"\u003e\u003ccode\u003ec93e8fe\u003c/code\u003e\u003c/a\u003e docs: pull_request_target guidance and base-action trust model (\u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/issues/1250\"\u003e#1250\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/11a9dadd198803a0cea6bd53da3e0e8a762fc6ea\"\u003e\u003ccode\u003e11a9dad\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.121 and Agent SDK to 0.2.121\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/567fe954a4527e81f132d87d1bdbcc94f7737434\"\u003e\u003ccode\u003e567fe95\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/2da6cfae686f4d400300e440e0228b971388afed\"\u003e\u003ccode\u003e2da6cfa\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.120 and Agent SDK to 0.2.120\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/e58dfa55559035499a4982426bb73605e8b5ad8e\"\u003e\u003ccode\u003ee58dfa5\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/6ee201f0231fbb762d22664f12aad2e7ae0401ae\"\u003e\u003ccode\u003e6ee201f\u003c/code\u003e\u003c/a\u003e fix: allow + in branch names (generated by Claude Code EnterWorktree) (\u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/issues/1248\"\u003e#1248\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/b4d67413279fc18c6e5de930ae307c4f108714eb\"\u003e\u003ccode\u003eb4d6741\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.118 and Agent SDK to 0.2.118\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/bee87b3258c251f9279e5371b0cc3660f37f3f77...fefa07e9c665b7320f08c3b525980457f22f58aa\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/combine-prs` from 5.0.0 to 5.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/combine-prs/releases\"\u003egithub/combine-prs's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eassignees\u003c/code\u003e Feature by \u003ca href=\"https://github.com/marijoo\"\u003e\u003ccode\u003e@​marijoo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/59\"\u003egithub/combine-prs#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates and cleanup by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/60\"\u003egithub/combine-prs#60\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/marijoo\"\u003e\u003ccode\u003e@​marijoo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/59\"\u003egithub/combine-prs#59\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0\"\u003ehttps://github.com/github/combine-prs/compare/v5.1.0...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow building the combined PR from a fresh base branch by \u003ca href=\"https://github.com/loganswartz\"\u003e\u003ccode\u003e@​loganswartz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/48\"\u003egithub/combine-prs#48\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/loganswartz\"\u003e\u003ccode\u003e@​loganswartz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/48\"\u003egithub/combine-prs#48\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.0.1...v5.1.0\"\u003ehttps://github.com/github/combine-prs/compare/v5.0.1...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: update dependencies by \u003ca href=\"https://github.com/nobe4\"\u003e\u003ccode\u003e@​nobe4\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/51\"\u003egithub/combine-prs#51\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm_and_yarn group with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/52\"\u003egithub/combine-prs#52\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate all node packages by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/53\"\u003egithub/combine-prs#53\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ecleanup unused development dependencies by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/54\"\u003egithub/combine-prs#54\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nobe4\"\u003e\u003ccode\u003e@​nobe4\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/51\"\u003egithub/combine-prs#51\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.0.0...v5.0.1\"\u003ehttps://github.com/github/combine-prs/compare/v5.0.0...v5.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/2909f404763c3177a456e052bdb7f2e85d3a7cb3\"\u003e\u003ccode\u003e2909f40\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/60\"\u003e#60\u003c/a\u003e from github/updates-and-cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/85ba5345a14c10a6d9615adc9b3e6ede37983a54\"\u003e\u003ccode\u003e85ba534\u003c/code\u003e\u003c/a\u003e require 100% function coverage\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/ff923951418ea700a6257dbf4341354074957d88\"\u003e\u003ccode\u003eff92395\u003c/code\u003e\u003c/a\u003e package updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/6433c6dd5ef75c0532390049ac22c6eb16475672\"\u003e\u003ccode\u003e6433c6d\u003c/code\u003e\u003c/a\u003e update all packages and bundle\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/8da116be2ef384bab9cdf2a363b59646f768facd\"\u003e\u003ccode\u003e8da116b\u003c/code\u003e\u003c/a\u003e \u003ccode\u003elabel\u003c/code\u003e -\u0026gt; \u003ccode\u003eassignee\u003c/code\u003e for clarity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/e7a7e2371f9563a67fec2be9cb96008d44dbdf93\"\u003e\u003ccode\u003ee7a7e23\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/59\"\u003e#59\u003c/a\u003e from marijoo/assignees\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/21c8b7fb2e011bcc916169e30ced2ca6887d647c\"\u003e\u003ccode\u003e21c8b7f\u003c/code\u003e\u003c/a\u003e feat: add \u003ccode\u003eassignees\u003c/code\u003e feature\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/20d70f9d80eeb5958667d0602da433bd04ca6713\"\u003e\u003ccode\u003e20d70f9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/48\"\u003e#48\u003c/a\u003e from loganswartz/feat/create-from-scratch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/35ae87032c17e304396fae907b79ba83612a0b25\"\u003e\u003ccode\u003e35ae870\u003c/code\u003e\u003c/a\u003e ignore a line 🤷\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/fcfad2d75c3e9b576afb43de84d79f6b3ec57cbb\"\u003e\u003ccode\u003efcfad2d\u003c/code\u003e\u003c/a\u003e Update src/main.js\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/combine-prs/compare/a1b441298ab012db2ae25f7bf5fad0b7f78db9c4...2909f404763c3177a456e052bdb7f2e85d3a7cb3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `akhilmhdh/contributors-readme-action` from 2.3.6 to 2.3.11\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/releases\"\u003eakhilmhdh/contributors-readme-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.11\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed the bug that the tbody tag was not closed by \u003ca href=\"https://github.com/zjkal\"\u003e\u003ccode\u003e@​zjkal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/85\"\u003eakhilmhdh/contributors-readme-action#85\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/zjkal\"\u003e\u003ccode\u003e@​zjkal\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/85\"\u003eakhilmhdh/contributors-readme-action#85\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.10...v2.3.11\"\u003ehttps://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.10...v2.3.11\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.10\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eFixed missing \u003ccode\u003etbody\u003c/code\u003e \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/issues/68\"\u003e#68\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated readme with the new github action permission in yaml \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/issues/63\"\u003e#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/KPCOFGS\"\u003e\u003ccode\u003e@​KPCOFGS\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/76\"\u003eakhilmhdh/contributors-readme-action#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix null name, no capitalize \u0026amp; introduce eslint fix command by \u003ca href=\"https://github.com/melroy89\"\u003e\u003ccode\u003e@​melroy89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/77\"\u003eakhilmhdh/contributors-readme-action#77\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/KPCOFGS\"\u003e\u003ccode\u003e@​KPCOFGS\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/76\"\u003eakhilmhdh/contributors-readme-action#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/melroy89\"\u003e\u003ccode\u003e@​melroy89\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/77\"\u003eakhilmhdh/contributors-readme-action#77\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.8\u003c/h2\u003e\n\u003cp\u003eRemoved check for push to enable manual run\u003c/p\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate node12 -\u0026gt; node18 by \u003ca href=\"https://github.com/jessebot\"\u003e\u003ccode\u003e@​jessebot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/59\"\u003eakhilmhdh/contributors-readme-action#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump json5 from 2.2.0 to 2.2.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/61\"\u003eakhilmhdh/contributors-readme-action#61\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.0.4 to 3.1.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/56\"\u003eakhilmhdh/contributors-readme-action#56\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.6.0 to 1.9.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/54\"\u003eakhilmhdh/contributors-readme-action#54\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: update set-output deprecated command by \u003ca href=\"https://github.com/dtcMLOps\"\u003e\u003ccode\u003e@​dtcMLOps\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/74\"\u003eakhilmhdh/contributors-readme-action#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jessebot\"\u003e\u003ccode\u003e@​jessebot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/59\"\u003eakhilmhdh/contributors-readme-action#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtcMLOps\"\u003e\u003ccode\u003e@​dtcMLOps\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/74\"\u003eakhilmhdh/contributors-readme-action#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/83ea0b4f1ac928fbfe88b9e8460a932a528eb79f\"\u003e\u003ccode\u003e83ea0b4\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/f26e0cd690f5f36c350d4335c022a26466b2ad8e\"\u003e\u003ccode\u003ef26e0cd\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/e577da88fb47512c20b0836f690694f7696016c0\"\u003e\u003ccode\u003ee577da8\u003c/code\u003e\u003c/a\u003e Fixed the bug that the tbody tag was not closed\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/d358c8bc3ebf36c533d5a44b3349b417bc36268d\"\u003e\u003ccode\u003ed358c8b\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/1ff4c56187458b34cd602aee93e897344ce34bfc\"\u003e\u003ccode\u003e1ff4c56\u003c/code\u003e\u003c/a\u003e fix: spacing in between tr\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/95e8524c5a6b34d3ae9e918fc267c496f66cdc60\"\u003e\u003ccode\u003e95e8524\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/37ed0328a30c070b4b7a8f0f72538e9b886d1c8c\"\u003e\u003ccode\u003e37ed032\u003c/code\u003e\u003c/a\u003e feat: updated readme with added action permission and preps for next release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/d560e9d4e5b56557d3fa5ec30e1354b5db3f13ca\"\u003e\u003ccode\u003ed560e9d\u003c/code\u003e\u003c/a\u003e feat: correcting spacing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/c957265615c96c127a1f80d53d0b68ed5528010a\"\u003e\u003ccode\u003ec957265\u003c/code\u003e\u003c/a\u003e fix: added missing tbody in table\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/4e8b98bab2d1fb740e4fcecf39b59cd51a126573\"\u003e\u003ccode\u003e4e8b98b\u003c/code\u003e\u003c/a\u003e chore: updated readme for new release\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/compare/098389139f2fabed92e52606268941dbff381edb...83ea0b4f1ac928fbfe88b9e8460a932a528eb79f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/issue-metrics` from 4.2.1 to 4.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/issue-metrics/releases\"\u003egithub/issue-metrics's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump cryptography from 46.0.6 to 46.0.7 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/723\"\u003e#723\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/722\"\u003e#722\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump pytest-cov from 7.0.0 to 7.1.0 in the dependencies group @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/721\"\u003e#721\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump the dependencies group with 5 updates @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/720\"\u003e#720\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump requests from 2.33.0 to 2.33.1 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/718\"\u003e#718\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eSee details of \u003ca href=\"https://github.com/github-community-projects/issue-metrics/compare/v4.2.1...v4.2.2\"\u003eall code changes\u003c/a\u003e since previous release\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/c9e9838147fd355dace335ba787f01b6641a400a\"\u003e\u003ccode\u003ec9e9838\u003c/code\u003e\u003c/a\u003e chore(deps): bump cryptography from 46.0.6 to 46.0.7 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/723\"\u003e#723\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/02f30dc6eedb9ad86da4678dc058d3217b33ac76\"\u003e\u003ccode\u003e02f30dc\u003c/code\u003e\u003c/a\u003e chore(deps): bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/722\"\u003e#722\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/dd1569093b7fb7c4a07bc14bf247683d3c61944f\"\u003e\u003ccode\u003edd15690\u003c/code\u003e\u003c/a\u003e chore(deps): bump pytest-cov in the dependencies group (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/721\"\u003e#721\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/61b23a7afa51b234f00fa10f01769cb4ff9d4941\"\u003e\u003ccode\u003e61b23a7\u003c/code\u003e\u003c/a\u003e chore(deps): bump the dependencies group with 5 updates (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/720\"\u003e#720\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/0101cdc30f5abead234c409aaf79fe9c4fb7b166\"\u003e\u003ccode\u003e0101cdc\u003c/code\u003e\u003c/a\u003e chore(deps): bump requests from 2.33.0 to 2.33.1 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/718\"\u003e#718\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/github/issue-metrics/compare/7bee6e691468e996f6701b0638a5238b1490014e...c9e9838147fd355dace335ba787f01b6641a400a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `dependabot/fetch-metadata` from 2 to 3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dependabot/fetch-metadata/releases\"\u003edependabot/fetch-metadata's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003eThe breaking change is requiring Node.js version v24 as the Actions runtime.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: Parse versions from metadata links by \u003ca href=\"https://github.com/ppkarwasz\"\u003e\u003ccode\u003e@​ppkarwasz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/632\"\u003edependabot/fetch-metadata#632\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions core and actions github packages by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/649\"\u003edependabot/fetch-metadata#649\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Add notes for using \u003ccode\u003ealert-lookup\u003c/code\u003e with App Token by \u003ca href=\"https://github.com/sue445\"\u003e\u003ccode\u003e@​sue445\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/656\"\u003edependabot/fetch-metadata#656\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat!: update Node.js version to v24 by \u003ca href=\"https://github.com/sturman\"\u003e\u003ccode\u003e@​sturman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/671\"\u003edependabot/fetch-metadata#671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch build tooling from ncc to esbuild by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/676\"\u003edependabot/fetch-metadata#676\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd --legal-comments=none to esbuild build commands by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/679\"\u003edependabot/fetch-metadata#679\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tsconfig target from es2022 to es2024 by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/680\"\u003edependabot/fetch-metadata#680\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove vestigial outDir from tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/681\"\u003edependabot/fetch-metadata#681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch tsconfig module resolution to bundler by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/682\"\u003edependabot/fetch-metadata#682\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove skipLibCheck from tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/683\"\u003edependabot/fetch-metadata#683\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd typecheck step to CI by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/685\"\u003edependabot/fetch-metadata#685\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable noImplicitAny in tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/684\"\u003edependabot/fetch-metadata#684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/core\u003c/code\u003e to ^3.0.0 by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/677\"\u003edependabot/fetch-metadata#677\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/github\u003c/code\u003e to ^9.0.0 and \u003ccode\u003e@​octokit/request-error\u003c/code\u003e to ^7.1.0 by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/678\"\u003edependabot/fetch-metadata#678\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump qs from 6.14.0 to 6.14.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/651\"\u003edependabot/fetch-metadata#651\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.1 to 4.11.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/652\"\u003edependabot/fetch-metadata#652\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.4 to 4.11.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/653\"\u003edependabot/fetch-metadata#653\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.7 to 4.12.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/657\"\u003edependabot/fetch-metadata#657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump qs from 6.14.1 to 6.14.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/655\"\u003edependabot/fetch-metadata#655\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​modelcontextprotocol/sdk\u003c/code\u003e from 1.25.1 to 1.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/654\"\u003edependabot/fetch-metadata#654\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​hono/node-server\u003c/code\u003e from 1.19.9 to 1.19.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/665\"\u003edependabot/fetch-metadata#665\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.12.2 to 4.12.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/664\"\u003edependabot/fetch-metadata#664\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/667\"\u003edependabot/fetch-metadata#667\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.12.5 to 4.12.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/668\"\u003edependabot/fetch-metadata#668\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/create-github-app-token from 2.2.1 to 3.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/669\"\u003edependabot/fetch-metadata#669\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/670\"\u003edependabot/fetch-metadata#670\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/674\"\u003edependabot/fetch-metadata#674\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ppkarwasz\"\u003e\u003ccode\u003e@​ppkarwasz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/632\"\u003edependabot/fetch-metadata#632\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/649\"\u003edependabot/fetch-metadata#649\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sue445\"\u003e\u003ccode\u003e@​sue445\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/656\"\u003edependabot/fetch-metadata#656\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sturman\"\u003e\u003ccode\u003e@​sturman\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/671\"\u003edependabot/fetch-metadata#671\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/dependabot/fetch-metadata/compare/v2...v3.0.0\"\u003ehttps://github.com/dependabot/fetch-metadata/compare/v2...v3.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump actions/publish-immutabl...\n\n_Description has been truncated_","html_url":"https://github.com/organvm-i-theoria/.github/pull/431","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/organvm-i-theoria%2F.github/issues/431","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/431/packages"},{"uuid":"4335208369","node_id":"PR_kwDOQ1Wp_87V7q2Q","number":83,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 4c2eefcda8b94596768855a80ac94edc61aba669 to 53ff7553078bad69030786e486677315346c2dd2","user":"dependabot[bot]","labels":["dependencies","ci"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T11:04:04.000Z","updated_at":"2026-04-29T12:28:06.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"4c2eefcda8b94596768855a80ac94edc61aba669","new_version":"53ff7553078bad69030786e486677315346c2dd2","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 4c2eefcda8b94596768855a80ac94edc61aba669 to 53ff7553078bad69030786e486677315346c2dd2.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/53ff7553078bad69030786e486677315346c2dd2\"\u003e\u003ccode\u003e53ff755\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with minor upgrades (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/648\"\u003e#648\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e15fa7507a4a8b9a0a9d994b35d0bd595425f711\"\u003e\u003ccode\u003ee15fa75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/646\"\u003e#646\u003c/a\u003e from py-cov-action/fix-e2e-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/ec63b7f565604a3ab5742caf77d85d092f3b91bb\"\u003e\u003ccode\u003eec63b7f\u003c/code\u003e\u003c/a\u003e Fix e2e test for external users\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/4c2eefcda8b94596768855a80ac94edc61aba669...53ff7553078bad69030786e486677315346c2dd2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n","html_url":"https://github.com/nfb2021/canvodpy/pull/83","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfb2021%2Fcanvodpy/issues/83","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/83/packages"},{"uuid":"4333620598","node_id":"PR_kwDOR_uKHM7V2bwK","number":8,"state":"open","title":"chore(ci)(deps): Bump the actions group across 1 directory with 6 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T06:40:00.000Z","updated_at":"2026-04-27T06:40:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci)(deps): Bump","group_name":"actions","update_count":6,"packages":[{"name":"step-security/harden-runner","old_version":"2.17.0","new_version":"2.19.0","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"github/codeql-action","old_version":"4.35.1","new_version":"4.35.2","repository_url":"https://github.com/github/codeql-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.17.0` | `2.19.0` |\n| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.0.0` | `8.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n\n\nUpdates `step-security/harden-runner` from 2.17.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eGlobal Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.\u003c/p\u003e\n\u003cp\u003eDeploy on Self-Hosted VM: Added \u003ccode\u003edeploy-on-self-hosted-vm\u003c/code\u003e input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6c3c2f2c1c457b00c10c4848d6f5491db3b629df\"\u003e\u003ccode\u003e6c3c2f2\u003c/code\u003e\u003c/a\u003e Feature/deploy on self hosted vm (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/658\"\u003e#658\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/f808768d1510423e83855289c910610ca9b43176...8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 4.35.1 to 4.35.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.1 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.0 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.1 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.0 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.33.0 - 16 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3562\"\u003e#3562\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eTo opt out of this change:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRepositories owned by an organization:\u003c/strong\u003e Create a custom repository property with the name \u003ccode\u003egithub-codeql-file-coverage-on-prs\u003c/code\u003e and the type \u0026quot;True/false\u0026quot;, then set this property to \u003ccode\u003etrue\u003c/code\u003e in the repository's settings. For more information, see \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003eManaging custom properties for repositories in your organization\u003c/a\u003e. Alternatively, if you are using an advanced setup workflow, you can set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using default setup:\u003c/strong\u003e Switch to an advanced setup workflow and set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using advanced setup:\u003c/strong\u003e Set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixed \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3555\"\u003ea bug\u003c/a\u003e which caused the CodeQL Action to fail loading repository properties if a \u0026quot;Multi select\u0026quot; repository property was configured for the repository. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3557\"\u003e#3557\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eThe CodeQL Action now loads \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003ecustom repository properties\u003c/a\u003e on GitHub Enterprise Server, enabling the customization of features such as \u003ccode\u003egithub-codeql-disable-overlay\u003c/code\u003e that was previously only available on GitHub.com. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3559\"\u003e#3559\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eOnce \u003ca href=\"https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries\"\u003eprivate package registries\u003c/a\u003e can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3563\"\u003e#3563\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixed the retry mechanism for database uploads. Previously this would fail with the error \u0026quot;Response body object should not be disturbed or locked\u0026quot;. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3564\"\u003e#3564\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3570\"\u003e#3570\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.32.6 - 05 Mar 2026\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/95e58e9a2cdfd71adc6e0353d5c52f41a045d225\"\u003e\u003ccode\u003e95e58e9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3824\"\u003e#3824\u003c/a\u003e from github/update-v4.35.2-d2e135a73\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/6f31bfe060e817d81e938dbec767969d20031e25\"\u003e\u003ccode\u003e6f31bfe\u003c/code\u003e\u003c/a\u003e Update changelog for v4.35.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/d2e135a73a39154e3a231aeb49163c4661c5b8b1\"\u003e\u003ccode\u003ed2e135a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3823\"\u003e#3823\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/60abb65df09fcf213c398e064c8a80db1f15cdaf\"\u003e\u003ccode\u003e60abb65\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/5a0a562209255e956ad8aafcee303294e64eefa2\"\u003e\u003ccode\u003e5a0a562\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/65216971a11ded447a6b76263d5a144519e5eee1\"\u003e\u003ccode\u003e6521697\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3820\"\u003e#3820\u003c/a\u003e from github/dependabot/github_actions/dot-github/wor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/3c45af2dd258e1623af1898da5c86545b514e028\"\u003e\u003ccode\u003e3c45af2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3821\"\u003e#3821\u003c/a\u003e from github/dependabot/npm_and_yarn/npm-minor-345b93...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/f1c339364c12f922998186ed897e45e3b4ae8874\"\u003e\u003ccode\u003ef1c3393\u003c/code\u003e\u003c/a\u003e Rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/1024fc496c87e944a93e98d8cf2c09e2c7602a30\"\u003e\u003ccode\u003e1024fc4\u003c/code\u003e\u003c/a\u003e Rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/9dd4cfed96030ccdfe1af4daf7a7964322704fed\"\u003e\u003ccode\u003e9dd4cfe\u003c/code\u003e\u003c/a\u003e Bump the npm-minor group across 1 directory with 6 updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2.6.1 to 3.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003e\u003ccode\u003eb430933\u003c/code\u003e\u003c/a\u003e release: cut v3.0.0 for Node 24 upgrade (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/670\"\u003e#670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f\"\u003e\u003ccode\u003ec2e35e0\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group across 1 directory with 7 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/783\"\u003e#783\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65\"\u003e\u003ccode\u003e3bb1273\u003c/code\u003e\u003c/a\u003e release 2.6.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c34030fec99b0db0f2f22ce7806c445dddb6e224\"\u003e\u003ccode\u003ec34030f\u003c/code\u003e\u003c/a\u003e chore: bump node to 24.14.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/8975bd05c0630603edb0dca2fc7544bf1c77f600\"\u003e\u003ccode\u003e8975bd0\u003c/code\u003e\u003c/a\u003e chore(deps): bump vite from 8.0.0 to 8.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/781\"\u003e#781\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f71937f44d5662ac6eb861431746174a7b46a7b6\"\u003e\u003ccode\u003ef71937f\u003c/code\u003e\u003c/a\u003e chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/777\"\u003e#777\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3f0d239d58d5c226738ec0a08d0465b548dc026f\"\u003e\u003ccode\u003e3f0d239\u003c/code\u003e\u003c/a\u003e chore(deps): bump picomatch from 4.0.3 to 4.0.4 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/775\"\u003e#775\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/slsa-battleground/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fslsa-battleground/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"},{"uuid":"4332512138","node_id":"PR_kwDORJUzUs7Vy4Ld","number":814,"state":"open","title":"chore(deps): Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T01:13:16.000Z","updated_at":"2026-04-27T01:13:37.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Twodragon0/investing/pull/814","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twodragon0%2Finvesting/issues/814","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/814/packages"},{"uuid":"4332469744","node_id":"PR_kwDORfXSRs7Vyvv9","number":18,"state":"open","title":"ci: bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["ci","size/xs"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T00:57:19.000Z","updated_at":"2026-04-27T00:58:27.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/tezit-protocol/mcp-server/pull/18","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezit-protocol%2Fmcp-server/issues/18","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/18/packages"},{"uuid":"4332409523","node_id":"PR_kwDOQGhc287Vyj5l","number":73,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T00:32:49.000Z","updated_at":"2026-04-27T00:41:34.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/action-network-petition-adder/pull/73","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Faction-network-petition-adder/issues/73","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/73/packages"},{"uuid":"4320383928","node_id":"PR_kwDONlVSz87VM2oz","number":179,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-24T03:53:44.000Z","updated_at":"2026-04-24T03:54:43.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/milkboy/ha-ctek/pull/179","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/milkboy%2Fha-ctek/issues/179","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/179/packages"},{"uuid":"4319554819","node_id":"PR_kwDOR3_B5M7VKLJ3","number":33,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["external"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-23T23:55:40.000Z","updated_at":"2026-04-23T23:59:07.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/vjk7989/glowing-train/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjk7989%2Fglowing-train/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"},{"uuid":"4319386845","node_id":"PR_kwDOPvzkZ87VJodR","number":57,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-23T23:06:13.000Z","updated_at":"2026-04-23T23:06:57.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/reagento/starlette-dishka/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/reagento%2Fstarlette-dishka/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"},{"uuid":"4305858237","node_id":"PR_kwDOR-7nxM7Udm2N","number":133,"state":"open","title":"chore(ci): Bump the actions group across 1 directory with 4 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-21T23:32:33.000Z","updated_at":"2026-04-21T23:34:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci): Bump","group_name":"actions","update_count":4,"packages":[{"name":"step-security/harden-runner","old_version":"2.18.0","new_version":"2.19.0","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/download-artifact","old_version":"4.1.8","new_version":"8.0.1","repository_url":"https://github.com/actions/download-artifact"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/download-artifact](https://github.com/actions/download-artifact) and [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action).\n\nUpdates `step-security/harden-runner` from 2.18.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/6c3c2f2c1c457b00c10c4848d6f5491db3b629df...8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/download-artifact` from 4.1.8 to 8.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/download-artifact/releases\"\u003eactions/download-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport for CJK characters in the artifact name by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/471\"\u003eactions/download-artifact#471\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a regression test for artifact name + content-type mismatches by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/472\"\u003eactions/download-artifact#472\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v8...v8.0.1\"\u003ehttps://github.com/actions/download-artifact/compare/v8...v8.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev8.0.0\u003c/h2\u003e\n\u003ch2\u003ev8 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nHash mismatches will now error by default. Users can override this behavior with a setting change (see below).\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eDirect downloads\u003c/h3\u003e\n\u003cp\u003eTo support direct uploads in \u003ccode\u003eactions/upload-artifact\u003c/code\u003e, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the \u003ccode\u003eContent-Type\u003c/code\u003e header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new \u003ccode\u003eskip-decompress\u003c/code\u003e parameter to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n\u003ch3\u003eEnforced checks (breaking)\u003c/h3\u003e\n\u003cp\u003eA previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the \u003ccode\u003edigest-mismatch\u003c/code\u003e parameter. To be secure by default, we are now defaulting the behavior to \u003ccode\u003eerror\u003c/code\u003e which will fail the workflow run.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the @actions/* packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDon't attempt to un-zip non-zipped downloads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/460\"\u003eactions/download-artifact#460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/461\"\u003eactions/download-artifact#461\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8.0.0\"\u003ehttps://github.com/actions/download-artifact/compare/v7...v8.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v7 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate GHES guidance to include reference to Node 20 version by \u003ca href=\"https://github.com/patrikpolyak\"\u003e\u003ccode\u003e@​patrikpolyak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/440\"\u003eactions/download-artifact#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDownload Artifact Node24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/415\"\u003eactions/download-artifact#415\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e to fix Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/451\"\u003eactions/download-artifact#451\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v7.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/452\"\u003eactions/download-artifact#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003e\u003ccode\u003e3e5f45b\u003c/code\u003e\u003c/a\u003e Add regression tests for CJK characters (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/471\"\u003e#471\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/e6d03f67377d4412c7aa56a8e2e4988e6ec479dd\"\u003e\u003ccode\u003ee6d03f6\u003c/code\u003e\u003c/a\u003e Add a regression test for artifact name + content-type mismatches (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/472\"\u003e#472\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3\"\u003e\u003ccode\u003e70fc10c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/461\"\u003e#461\u003c/a\u003e from actions/danwkennedy/digest-mismatch-behavior\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62\"\u003e\u003ccode\u003ef258da9\u003c/code\u003e\u003c/a\u003e Add change docs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c\"\u003e\u003ccode\u003eccc058e\u003c/code\u003e\u003c/a\u003e Fix linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd\"\u003e\u003ccode\u003ebd7976b\u003c/code\u003e\u003c/a\u003e Add a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c\"\u003e\u003ccode\u003eac21fcf\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/460\"\u003e#460\u003c/a\u003e from actions/danwkennedy/download-no-unzip\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0\"\u003e\u003ccode\u003e15999bf\u003c/code\u003e\u003c/a\u003e Add note about package bumps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561\"\u003e\u003ccode\u003e974686e\u003c/code\u003e\u003c/a\u003e Bump the version to \u003ccode\u003ev8\u003c/code\u003e and add release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75\"\u003e\u003ccode\u003efbe48b1\u003c/code\u003e\u003c/a\u003e Update test names to make it clearer what they do\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/download-artifact/compare/v4.1.8...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/geek42/pull/133","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fgeek42/issues/133","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/133/packages"},{"uuid":"4302784036","node_id":"PR_kwDOH2ISZM7UTqIz","number":3193,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["topic:CI","integration:chroma","integration:elasticsearch","integration:opensearch","integration:unstructured-fileconverter","dependencies","integration:cohere","integration:jina","integration:qdrant","integration:pinecone","integration:amazon-bedrock","integration:ollama","integration:llama_cpp","integration:weaviate","integration:astra","integration:amazon-sagemaker","integration:pgvector","integration:deepeval","integration:fastembed","integration:ragas","integration:mongodb-atlas","integration:mistral","integration:optimum","integration:nvidia","integration:anthropic","integration:langfuse","integration:snowflake","integration:azure-ai-search","integration:weave","integration:stackit","integration:mcp","github_actions","integration:github","integration:openrouter","integration:meta-llama","integration:google-genai","integration:hanlp","integration:watsonx","integration:llama_stack","integration:togetherai","integration:aimlapi","integration:cometapi","integration:paddleocr","integration:azure-doc-intelligence","integration:valkey","integration:lara","integration:pyversity","integration:firecrawl","integration:faiss","integration:arcadedb","integration:kreuzberg","integration:libreoffice","integration:markitdown","integration:tavily","integration:docling","integration:presidio","integration:vllm","integration:sqlalchemy"],"assignees":[],"locked":false,"comments_count":55,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-21T13:06:45.000Z","updated_at":"2026-04-21T13:11:25.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/deepset-ai/haystack-core-integrations/pull/3193","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhaystack-core-integrations/issues/3193","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3193/packages"},{"uuid":"4008478509","node_id":"PR_kwDOQdt-887HMPJl","number":25,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.39 to 3.40","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-01T22:48:37.000Z","updated_at":"2026-03-01T22:53:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.39","new_version":"3.40","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.39 to 3.40.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.40\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDocument the need for persist-credentials after actions/checkout. by \u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[pre-commit.ci] pre-commit autoupdate by \u003ca href=\"https://github.com/pre-commit-ci\"\u003e\u003ccode\u003e@​pre-commit-ci\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/636\"\u003epy-cov-action/python-coverage-comment-action#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGracefully handle \u0026quot;diff too large\u0026quot; errors by \u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f75c061c68bb9582135c8120bae949807bc1268f\"\u003e\u003ccode\u003ef75c061\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/626\"\u003e#626\u003c/a\u003e from py-cov-action/renovate/major-deps-with-major-upg...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/3b3784cdc2d0aa3c3460b50cf6b5248a1bf7793b\"\u003e\u003ccode\u003e3b3784c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/636\"\u003e#636\u003c/a\u003e from py-cov-action/pre-commit-ci-update-config\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/6530be58ecbe2f9a0ad34f3d159ab3f51cf1fb40\"\u003e\u003ccode\u003e6530be5\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] auto fixes from pre-commit.com hooks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/de35ab6b155c591f7f2746960fdc8fd8a0e4fafa\"\u003e\u003ccode\u003ede35ab6\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] pre-commit autoupdate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/dc793890cc2dd2a84339e133a32183a763d4aeea\"\u003e\u003ccode\u003edc79389\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with major upgrades\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/0b4822882443b98c09c51091ad20a7a556581c17\"\u003e\u003ccode\u003e0b48228\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/634\"\u003e#634\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e8c1e02ffe59ae892340db188ba8ad7386c9ad12\"\u003e\u003ccode\u003ee8c1e02\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/633\"\u003e#633\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/1b2f31c66ea0a0b54532ecbeb06bcafbee31b066\"\u003e\u003ccode\u003e1b2f31c\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/632\"\u003e#632\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/e623398c19eb3853a5572d4a516e10b15b5cefbc...7188638f871f721a365d644f505d1ff3df20d683\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.39\u0026new-version=3.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_senator_data/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_senator_data/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"},{"uuid":"3881391763","node_id":"PR_kwDOLEkYK87ArsFR","number":654,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.39 to 3.40","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-01T07:01:39.000Z","updated_at":"2026-02-01T07:04:24.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.39","new_version":"3.40","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.39 to 3.40.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.40\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDocument the need for persist-credentials after actions/checkout. by \u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[pre-commit.ci] pre-commit autoupdate by \u003ca href=\"https://github.com/pre-commit-ci\"\u003e\u003ccode\u003e@​pre-commit-ci\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/636\"\u003epy-cov-action/python-coverage-comment-action#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGracefully handle \u0026quot;diff too large\u0026quot; errors by \u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f75c061c68bb9582135c8120bae949807bc1268f\"\u003e\u003ccode\u003ef75c061\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/626\"\u003e#626\u003c/a\u003e from py-cov-action/renovate/major-deps-with-major-upg...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/3b3784cdc2d0aa3c3460b50cf6b5248a1bf7793b\"\u003e\u003ccode\u003e3b3784c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/636\"\u003e#636\u003c/a\u003e from py-cov-action/pre-commit-ci-update-config\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/6530be58ecbe2f9a0ad34f3d159ab3f51cf1fb40\"\u003e\u003ccode\u003e6530be5\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] auto fixes from pre-commit.com hooks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/de35ab6b155c591f7f2746960fdc8fd8a0e4fafa\"\u003e\u003ccode\u003ede35ab6\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] pre-commit autoupdate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/dc793890cc2dd2a84339e133a32183a763d4aeea\"\u003e\u003ccode\u003edc79389\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with major upgrades\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/0b4822882443b98c09c51091ad20a7a556581c17\"\u003e\u003ccode\u003e0b48228\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/634\"\u003e#634\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e8c1e02ffe59ae892340db188ba8ad7386c9ad12\"\u003e\u003ccode\u003ee8c1e02\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/633\"\u003e#633\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/1b2f31c66ea0a0b54532ecbeb06bcafbee31b066\"\u003e\u003ccode\u003e1b2f31c\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/632\"\u003e#632\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/e623398c19eb3853a5572d4a516e10b15b5cefbc...7188638f871f721a365d644f505d1ff3df20d683\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.39\u0026new-version=3.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/reagento/dishka/pull/654","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/reagento%2Fdishka/issues/654","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/654/packages"}],"issue_packages":[{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-10T17:12:22.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4416273885","node_id":"PR_kwDOBMAGv87aBbEo","number":3319,"state":"open","title":"build(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["minor","dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-10T17:12:22.000Z","updated_at":"2026-05-10T17:37:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"build(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/marcelotduarte/cx_Freeze/pull/3319","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Fcx_Freeze/issues/3319","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3319/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-07T07:21:02.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4396890620","node_id":"PR_kwDOPpZ6x87ZC-JP","number":136,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-07T07:21:02.000Z","updated_at":"2026-05-07T07:27:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/marcelotduarte/freeze-core/pull/136","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcelotduarte%2Ffreeze-core/issues/136","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/136/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-04T06:49:10.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4374530274","node_id":"PR_kwDOR_uKHM7X5t8i","number":11,"state":"open","title":"chore(ci)(deps): Bump the actions group across 1 directory with 7 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-04T06:49:10.000Z","updated_at":"2026-05-04T06:49:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci)(deps): Bump","group_name":"actions","update_count":7,"packages":[{"name":"step-security/harden-runner","old_version":"2.17.0","new_version":"2.19.1","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"github/codeql-action","old_version":"4.35.1","new_version":"4.35.3","repository_url":"https://github.com/github/codeql-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"google/osv-scanner-action","old_version":"eb5b619bb565d10623076caba5263750fde3c790","new_version":"43f380b8fc43a816831a9f5ee6fc91170809c7e9","repository_url":"https://github.com/google/osv-scanner-action"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 7 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.17.0` | `2.19.1` |\n| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.0.0` | `8.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.3` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [google/osv-scanner-action](https://github.com/google/osv-scanner-action) | `eb5b619bb565d10623076caba5263750fde3c790` | `43f380b8fc43a816831a9f5ee6fc91170809c7e9` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n\n\nUpdates `step-security/harden-runner` from 2.17.0 to 2.19.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: detect ubuntu-slim runners early and bail out by \u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix changes\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eHarden-Runner will detect \u003ccode\u003eubuntu-slim\u003c/code\u003e runners and exit cleanly with an informational log message, instead of post harden runner step failing on chown: invalid user: 'undefined'.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eWhat the fix does not do\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003eJobs running on \u003ccode\u003eubuntu-slim\u003c/code\u003e will not be monitored by Harden-Runner. The agent relies on kernel-level features (that require elevated capabilities).\u003c/li\u003e\n\u003cli\u003ePer GitHub's docs on \u003ca href=\"https://docs.github.com/en/actions/reference/runners/github-hosted-runners#single-cpu-runners\"\u003esingle-CPU runners\u003c/a\u003e: \u0026quot;The container for ubuntu-slim runners runs in unprivileged mode. This means that some operations requiring elevated privileges such as mounting file systems, using Docker-in-Docker, or accessing low-level kernel features are not supported.\u0026quot;  Those low-level kernel features are what the agent needs, so monitoring inside the unprivileged container is not feasible today.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eFor StepSecurity enterprise customers\nIf your security posture requires that workflows are always monitored, you can block the use of \u003ccode\u003eubuntu-slim\u003c/code\u003e via workflow run policies see the \u003ca href=\"https://docs.stepsecurity.io/workflow-run-policies/policies#runner-label-policy\"\u003eRunner Label Policy\u003c/a\u003e docs. This lets you enforce that jobs only run on monitored runner types.\u003c/p\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/devantler\"\u003e\u003ccode\u003e@​devantler\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/step-security/harden-runner/pull/657\"\u003estep-security/harden-runner#657\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.19.0...v2.19.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eGlobal Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.\u003c/p\u003e\n\u003cp\u003eDeploy on Self-Hosted VM: Added \u003ccode\u003edeploy-on-self-hosted-vm\u003c/code\u003e input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003e\u003ccode\u003ea5ad31d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/657\"\u003e#657\u003c/a\u003e from devantler/fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6e928567d74554b8842dd434908da31c593ba85c\"\u003e\u003ccode\u003e6e92856\u003c/code\u003e\u003c/a\u003e build dist and trim ubuntu-slim message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/4e0504ee086374bdec7064e5c26d48af41ba6209\"\u003e\u003ccode\u003e4e0504e\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into fix/ubuntu-slim-user-env\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6c3c2f2c1c457b00c10c4848d6f5491db3b629df\"\u003e\u003ccode\u003e6c3c2f2\u003c/code\u003e\u003c/a\u003e Feature/deploy on self hosted vm (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/658\"\u003e#658\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/376d25a97f3a1640ff8cbbddaa4af25948df2cf3\"\u003e\u003ccode\u003e376d25a\u003c/code\u003e\u003c/a\u003e fix: detect ubuntu-slim runners early and bail out\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/f808768d1510423e83855289c910610ca9b43176...a5ad31d6a139d249332a2605b85202e8c0b78450\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 4.35.1 to 4.35.3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.35.3\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.35.3 - 01 May 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cem\u003eUpcoming breaking change\u003c/em\u003e: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3837\"\u003e#3837\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eConfigurations for private registries that use Cloudsmith or GCP OIDC are now accepted. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3850\"\u003e#3850\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBest-effort connection tests for private registries now use \u003ccode\u003eGET\u003c/code\u003e requests instead of \u003ccode\u003eHEAD\u003c/code\u003e for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3852\"\u003e#3852\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3\"\u003e2.25.3\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3865\"\u003e#3865\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.1 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.0 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.1 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.0 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.33.0 - 16 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3562\"\u003e#3562\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eTo opt out of this change:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRepositories owned by an organization:\u003c/strong\u003e Create a custom repository property with the name \u003ccode\u003egithub-codeql-file-coverage-on-prs\u003c/code\u003e and the type \u0026quot;True/false\u0026quot;, then set this property to \u003ccode\u003etrue\u003c/code\u003e in the repository's settings. For more information, see \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003eManaging custom properties for repositories in your organization\u003c/a\u003e. Alternatively, if you are using an advanced setup workflow, you can set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using default setup:\u003c/strong\u003e Switch to an advanced setup workflow and set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/e46ed2cbd01164d986452f91f178727624ae40d7\"\u003e\u003ccode\u003ee46ed2c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3867\"\u003e#3867\u003c/a\u003e from github/update-v4.35.3-8c6e48dbe\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/b73d1d163446ca5e62b96698027210ab41df6a4a\"\u003e\u003ccode\u003eb73d1d1\u003c/code\u003e\u003c/a\u003e Add changelog entry for \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3853\"\u003e#3853\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/24e0bb00a931e2a5edb703ce3b22a70f3a3e800b\"\u003e\u003ccode\u003e24e0bb0\u003c/code\u003e\u003c/a\u003e Reorder changelog entries\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/ec298daba71cf7592feacbd1c0887cddc0659f62\"\u003e\u003ccode\u003eec298da\u003c/code\u003e\u003c/a\u003e Update changelog for v4.35.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/8c6e48dbe051ceb3015c19554831af1b43275f46\"\u003e\u003ccode\u003e8c6e48d\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3865\"\u003e#3865\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/719098349ea5beae8aa364bf9b71ff1c8d937df2\"\u003e\u003ccode\u003e7190983\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/2bb209555a024d051f6271c8a846b402497f9445\"\u003e\u003ccode\u003e2bb2095\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/7851e55dc3be31ec4bcc3ef98453de2cb306e698\"\u003e\u003ccode\u003e7851e55\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3850\"\u003e#3850\u003c/a\u003e from github/mbg/private-registry/cloudsmith-gcp\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/262a15f6cf4c7a43d6a38ad76392e5e2d4977751\"\u003e\u003ccode\u003e262a15f\u003c/code\u003e\u003c/a\u003e Add generic non-printable chars test for OIDC configs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/a6109b1c07173a53ece3d179a925ff9644d1fabd\"\u003e\u003ccode\u003ea6109b1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3853\"\u003e#3853\u003c/a\u003e from github/mbg/start-proxy/improved-checks\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...e46ed2cbd01164d986452f91f178727624ae40d7\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `google/osv-scanner-action` from eb5b619bb565d10623076caba5263750fde3c790 to 43f380b8fc43a816831a9f5ee6fc91170809c7e9\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/43f380b8fc43a816831a9f5ee6fc91170809c7e9\"\u003e\u003ccode\u003e43f380b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/google/osv-scanner-action/issues/125\"\u003e#125\u003c/a\u003e from google/update-to-v2.3.6\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/dcf4ddd504dac1027e5829c1d754e4ec009ded5d\"\u003e\u003ccode\u003edcf4ddd\u003c/code\u003e\u003c/a\u003e Update unified workflow example to point to v2.3.6 reusable workflows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/b9dbb7ef6f6fb8d0e762912b668d2c4c236090a3\"\u003e\u003ccode\u003eb9dbb7e\u003c/code\u003e\u003c/a\u003e Update reusable workflows to point to v2.3.6 actions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/google/osv-scanner-action/commit/fe54858b54b6e367472aa1828429dfcf3c95aba6\"\u003e\u003ccode\u003efe54858\u003c/code\u003e\u003c/a\u003e \u0026quot;Update actions to use v2.3.6 osv-scanner image\u0026quot;\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/google/osv-scanner-action/compare/eb5b619bb565d10623076caba5263750fde3c790...43f380b8fc43a816831a9f5ee6fc91170809c7e9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2.6.1 to 3.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003e\u003ccode\u003eb430933\u003c/code\u003e\u003c/a\u003e release: cut v3.0.0 for Node 24 upgrade (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/670\"\u003e#670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f\"\u003e\u003ccode\u003ec2e35e0\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group across 1 directory with 7 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/783\"\u003e#783\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65\"\u003e\u003ccode\u003e3bb1273\u003c/code\u003e\u003c/a\u003e release 2.6.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c34030fec99b0db0f2f22ce7806c445dddb6e224\"\u003e\u003ccode\u003ec34030f\u003c/code\u003e\u003c/a\u003e chore: bump node to 24.14.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/8975bd05c0630603edb0dca2fc7544bf1c77f600\"\u003e\u003ccode\u003e8975bd0\u003c/code\u003e\u003c/a\u003e chore(deps): bump vite from 8.0.0 to 8.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/781\"\u003e#781\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f71937f44d5662ac6eb861431746174a7b46a7b6\"\u003e\u003ccode\u003ef71937f\u003c/code\u003e\u003c/a\u003e chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/777\"\u003e#777\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3f0d239d58d5c226738ec0a08d0465b548dc026f\"\u003e\u003ccode\u003e3f0d239\u003c/code\u003e\u003c/a\u003e chore(deps): bump picomatch from 4.0.3 to 4.0.4 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/775\"\u003e#775\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/slsa-battleground/pull/11","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fslsa-battleground/issues/11","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/11/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-02T02:12:31.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4367561697","node_id":"PR_kwDOQdt-887Xk4xP","number":44,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-02T02:12:31.000Z","updated_at":"2026-05-02T02:20:45.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_senator_data/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_senator_data/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-02T01:07:52.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4367382735","node_id":"PR_kwDOBWBCuM7XkUf3","number":13141,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-02T01:07:52.000Z","updated_at":"2026-05-02T02:10:24.415Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pydantic/pydantic/pull/13141","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydantic%2Fpydantic/issues/13141","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/13141/packages"}},{"old_version":"0b4822882443b98c09c51091ad20a7a556581c17","new_version":"53ff7553078bad69030786e486677315346c2dd2","update_type":null,"path":null,"pr_created_at":"2026-05-01T05:59:30.000Z","version_change":"0b4822882443b98c09c51091ad20a7a556581c17 → 53ff7553078bad69030786e486677315346c2dd2","issue":{"uuid":"4363085862","node_id":"PR_kwDOAgTnvc7XWoEC","number":545,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 0b4822882443b98c09c51091ad20a7a556581c17 to 53ff7553078bad69030786e486677315346c2dd2","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T05:59:30.000Z","updated_at":"2026-05-01T06:07:05.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"0b4822882443b98c09c51091ad20a7a556581c17","new_version":"53ff7553078bad69030786e486677315346c2dd2","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 0b4822882443b98c09c51091ad20a7a556581c17 to 53ff7553078bad69030786e486677315346c2dd2.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/53ff7553078bad69030786e486677315346c2dd2\"\u003e\u003ccode\u003e53ff755\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with minor upgrades (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/648\"\u003e#648\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e15fa7507a4a8b9a0a9d994b35d0bd595425f711\"\u003e\u003ccode\u003ee15fa75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/646\"\u003e#646\u003c/a\u003e from py-cov-action/fix-e2e-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/ec63b7f565604a3ab5742caf77d85d092f3b91bb\"\u003e\u003ccode\u003eec63b7f\u003c/code\u003e\u003c/a\u003e Fix e2e test for external users\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/0b4822882443b98c09c51091ad20a7a556581c17...53ff7553078bad69030786e486677315346c2dd2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pydot/pydot/pull/545","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pydot%2Fpydot/issues/545","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/545/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-01T04:51:15.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4362870823","node_id":"PR_kwDOOS_Mf87XV7ha","number":126,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T04:51:15.000Z","updated_at":"2026-05-01T04:59:53.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_house_rep_data/pull/126","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_house_rep_data/issues/126","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/126/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-05-01T03:59:48.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4362718146","node_id":"PR_kwDOQKsZMc7XVb3l","number":431,"state":"open","title":"chore(deps): bump the all-actions group with 24 updates","user":"dependabot[bot]","labels":["github-actions","configuration","github_actions","awaiting-review","batch:dependabot-github-actions","auto-merge","auto-batch","size/m"],"assignees":["dependabot[bot]"],"locked":false,"comments_count":34,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-01T03:59:48.000Z","updated_at":"2026-05-24T07:01:02.986Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): bump","group_name":"all-actions","update_count":24,"packages":[{"name":"actions/setup-node","old_version":"6.3.0","new_version":"6.4.0","repository_url":"https://github.com/actions/setup-node"},{"name":"actions/upload-artifact","old_version":"7.0.0","new_version":"7.0.1","repository_url":"https://github.com/actions/upload-artifact"},{"name":"actions/github-script","old_version":"8.0.0","new_version":"9.0.0","repository_url":"https://github.com/actions/github-script"},{"name":"codelytv/pr-size-labeler","old_version":"1.10.3","new_version":"1.10.4","repository_url":"https://github.com/codelytv/pr-size-labeler"},{"name":"ruby/setup-ruby","old_version":"1.299.0","new_version":"1.306.0","repository_url":"https://github.com/ruby/setup-ruby"},{"name":"actions/upload-pages-artifact","old_version":"4.0.0","new_version":"5.0.0","repository_url":"https://github.com/actions/upload-pages-artifact"},{"name":"docker/build-push-action","old_version":"7.0.0","new_version":"7.1.0","repository_url":"https://github.com/docker/build-push-action"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"anthropics/claude-code-action","old_version":"1.0.83","new_version":"1.0.111","repository_url":"https://github.com/anthropics/claude-code-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"github/combine-prs","old_version":"5.0.0","new_version":"5.2.0","repository_url":"https://github.com/github/combine-prs"},{"name":"akhilmhdh/contributors-readme-action","old_version":"2.3.6","new_version":"2.3.11","repository_url":"https://github.com/akhilmhdh/contributors-readme-action"},{"name":"github/issue-metrics","old_version":"4.2.1","new_version":"4.2.2","repository_url":"https://github.com/github/issue-metrics"},{"name":"dependabot/fetch-metadata","old_version":"2","new_version":"3","repository_url":"https://github.com/dependabot/fetch-metadata"},{"name":"docker/login-action","old_version":"4.0.0","new_version":"4.1.0","repository_url":"https://github.com/docker/login-action"},{"name":"dawidd6/action-send-mail","old_version":"16","new_version":"17","repository_url":"https://github.com/dawidd6/action-send-mail"},{"name":"actions/create-github-app-token","old_version":"3.0.0","new_version":"3.1.1","repository_url":"https://github.com/actions/create-github-app-token"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"},{"name":"slackapi/slack-github-action","old_version":"3.0.1","new_version":"3.0.2","repository_url":"https://github.com/slackapi/slack-github-action"},{"name":"release-drafter/release-drafter","old_version":"7.1.1","new_version":"7.2.1","repository_url":"https://github.com/release-drafter/release-drafter"},{"name":"dorny/test-reporter","old_version":"1.9.1","new_version":"3.0.0","repository_url":"https://github.com/dorny/test-reporter"},{"name":"goreleaser/goreleaser-action","old_version":"7.0.0","new_version":"7.2.1","repository_url":"https://github.com/goreleaser/goreleaser-action"},{"name":"peter-evans/create-pull-request","old_version":"8.1.0","new_version":"8.1.1","repository_url":"https://github.com/peter-evans/create-pull-request"},{"name":"tj-actions/changed-files","old_version":"47.0.5","new_version":"47.0.6","repository_url":"https://github.com/tj-actions/changed-files"}],"path":null,"ecosystem":"actions"},"body":"Bumps the all-actions group with 24 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` |\n| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` |\n| [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` |\n| [codelytv/pr-size-labeler](https://github.com/codelytv/pr-size-labeler) | `1.10.3` | `1.10.4` |\n| [ruby/setup-ruby](https://github.com/ruby/setup-ruby) | `1.299.0` | `1.306.0` |\n| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` |\n| [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) | `1.0.83` | `1.0.111` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [github/combine-prs](https://github.com/github/combine-prs) | `5.0.0` | `5.2.0` |\n| [akhilmhdh/contributors-readme-action](https://github.com/akhilmhdh/contributors-readme-action) | `2.3.6` | `2.3.11` |\n| [github/issue-metrics](https://github.com/github/issue-metrics) | `4.2.1` | `4.2.2` |\n| [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) | `2` | `3` |\n| [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` |\n| [dawidd6/action-send-mail](https://github.com/dawidd6/action-send-mail) | `16` | `17` |\n| [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n| [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `3.0.1` | `3.0.2` |\n| [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) | `7.1.1` | `7.2.1` |\n| [dorny/test-reporter](https://github.com/dorny/test-reporter) | `1.9.1` | `3.0.0` |\n| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.0.0` | `7.2.1` |\n| [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` |\n| [tj-actions/changed-files](https://github.com/tj-actions/changed-files) | `47.0.5` | `47.0.6` |\n\nUpdates `actions/setup-node` from 6.3.0 to 6.4.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/setup-node/releases\"\u003eactions/setup-node's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev6.4.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eDependency updates:\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate Node.js versions in versions.yml and bump package to v6.4.0  by \u003ca href=\"https://github.com/priya-kinthali\"\u003e\u003ccode\u003e@​priya-kinthali\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1533\"\u003eactions/setup-node#1533\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/setup-node/pull/1525\"\u003eactions/setup-node#1525\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/setup-node/compare/v6...v6.4.0\"\u003ehttps://github.com/actions/setup-node/compare/v6...v6.4.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e\"\u003e\u003ccode\u003e48b55a0\u003c/code\u003e\u003c/a\u003e Update Node.js versions in versions.yml and bump package to v6.4.0 (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1533\"\u003e#1533\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/setup-node/commit/ab72c7e7eba0eaa11f8cab0f5679243900c2cac9\"\u003e\u003ccode\u003eab72c7e\u003c/code\u003e\u003c/a\u003e Upgrade \u003ca href=\"https://github.com/actions\"\u003e\u003ccode\u003e@​actions\u003c/code\u003e\u003c/a\u003e dependencies (\u003ca href=\"https://redirect.github.com/actions/setup-node/issues/1525\"\u003e#1525\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-artifact` from 7.0.0 to 7.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-artifact/releases\"\u003eactions/upload-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate the readme with direct upload details by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/795\"\u003eactions/upload-artifact#795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eReadme: bump all the example versions to v7 by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/796\"\u003eactions/upload-artifact#796\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eInclude changes in typespec/ts-http-runtime 0.3.5 by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/upload-artifact/pull/797\"\u003eactions/upload-artifact#797\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/upload-artifact/compare/v7...v7.0.1\"\u003ehttps://github.com/actions/upload-artifact/compare/v7...v7.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003e\u003ccode\u003e043fb46\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/797\"\u003e#797\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94\"\u003e\u003ccode\u003e634250c\u003c/code\u003e\u003c/a\u003e Include changes in typespec/ts-http-runtime 0.3.5\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8\"\u003e\u003ccode\u003ee454baa\u003c/code\u003e\u003c/a\u003e Readme: bump all the example versions to v7 (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/796\"\u003e#796\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e\"\u003e\u003ccode\u003e74fad66\u003c/code\u003e\u003c/a\u003e Update the readme with direct upload details (\u003ca href=\"https://redirect.github.com/actions/upload-artifact/issues/795\"\u003e#795\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/github-script` from 8.0.0 to 9.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/github-script/releases\"\u003eactions/github-script's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev9.0.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eNew features:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003egetOctokit\u003c/code\u003e factory function\u003c/strong\u003e — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See \u003ca href=\"https://github.com/actions/github-script#creating-additional-clients-with-getoctokit\"\u003eCreating additional clients with \u003ccode\u003egetOctokit\u003c/code\u003e\u003c/a\u003e for details and examples.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eOrchestration ID in user-agent\u003c/strong\u003e — The \u003ccode\u003eACTIONS_ORCHESTRATION_ID\u003c/code\u003e environment variable is automatically appended to the user-agent string for request tracing.\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eBreaking changes:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003e\u003ccode\u003erequire('@actions/github')\u003c/code\u003e no longer works in scripts.\u003c/strong\u003e The upgrade to \u003ccode\u003e@actions/github\u003c/code\u003e v9 (ESM-only) means \u003ccode\u003erequire('@actions/github')\u003c/code\u003e will fail at runtime. If you previously used patterns like \u003ccode\u003econst { getOctokit } = require('@actions/github')\u003c/code\u003e to create secondary clients, use the new injected \u003ccode\u003egetOctokit\u003c/code\u003e function instead — it's available directly in the script context with no imports needed.\u003c/li\u003e\n\u003cli\u003e\u003ccode\u003egetOctokit\u003c/code\u003e is now an injected function parameter. Scripts that declare \u003ccode\u003econst getOctokit = ...\u003c/code\u003e or \u003ccode\u003elet getOctokit = ...\u003c/code\u003e will get a \u003ccode\u003eSyntaxError\u003c/code\u003e because JavaScript does not allow \u003ccode\u003econst\u003c/code\u003e/\u003ccode\u003elet\u003c/code\u003e redeclaration of function parameters. Use the injected \u003ccode\u003egetOctokit\u003c/code\u003e directly, or use \u003ccode\u003evar getOctokit = ...\u003c/code\u003e if you need to redeclare it.\u003c/li\u003e\n\u003cli\u003eIf your script accesses other \u003ccode\u003e@actions/github\u003c/code\u003e internals beyond the standard \u003ccode\u003egithub\u003c/code\u003e/\u003ccode\u003eoctokit\u003c/code\u003e client, you may need to update those references for v9 compatibility.\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd ACTIONS_ORCHESTRATION_ID to user-agent string by \u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/695\"\u003eactions/github-script#695\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eci: use deployment: false for integration test environments by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/712\"\u003eactions/github-script#712\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat!: add getOctokit to script context, upgrade \u003ccode\u003e@​actions/github\u003c/code\u003e v9, \u003ccode\u003e@​octokit/core\u003c/code\u003e v7, and related packages by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/700\"\u003eactions/github-script#700\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/Copilot\"\u003e\u003ccode\u003e@​Copilot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/actions/github-script/pull/695\"\u003eactions/github-script#695\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/github-script/compare/v8.0.0...v9.0.0\"\u003ehttps://github.com/actions/github-script/compare/v8.0.0...v9.0.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/3a2844b7e9c422d3c10d287c895573f7108da1b3\"\u003e\u003ccode\u003e3a2844b\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/github-script/issues/700\"\u003e#700\u003c/a\u003e from actions/salmanmkc/expose-getoctokit + prepare re...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/ca10bbdd1a7739de09e99a200c7a59f5d73a4079\"\u003e\u003ccode\u003eca10bbd\u003c/code\u003e\u003c/a\u003e fix: use \u003ccode\u003e@​octokit/core/\u003c/code\u003etypes import for v7 compatibility\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/86e48e20ac85c970ed1f96e718fd068173948b7b\"\u003e\u003ccode\u003e86e48e2\u003c/code\u003e\u003c/a\u003e merge: incorporate main branch changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/c1084728b5b935ec4ddc1e4cee877b01797b3ff9\"\u003e\u003ccode\u003ec108472\u003c/code\u003e\u003c/a\u003e chore: rebuild dist for v9 upgrade and getOctokit factory\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/afff112e4f8b57c718168af75b89ce00bc8d091d\"\u003e\u003ccode\u003eafff112\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/github-script/issues/712\"\u003e#712\u003c/a\u003e from actions/salmanmkc/deployment-false + fix user-ag...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/ff8117e5b78c415f814f39ad6998f424fee7b817\"\u003e\u003ccode\u003eff8117e\u003c/code\u003e\u003c/a\u003e ci: fix user-agent test to handle orchestration ID\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/81c6b7876079abe10ff715951c9fc7b3e1ab389d\"\u003e\u003ccode\u003e81c6b78\u003c/code\u003e\u003c/a\u003e ci: use deployment: false to suppress deployment noise from integration tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/3953caf8858d318f37b6cc53a9f5708859b5a7b7\"\u003e\u003ccode\u003e3953caf\u003c/code\u003e\u003c/a\u003e docs: update README examples from \u003ca href=\"https://github.com/v8\"\u003e\u003ccode\u003e@​v8\u003c/code\u003e\u003c/a\u003e to \u003ca href=\"https://github.com/v9\"\u003e\u003ccode\u003e@​v9\u003c/code\u003e\u003c/a\u003e, add getOctokit docs and v9 brea...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/c17d55b90dcdb3d554d0027a6c180a7adc2daf78\"\u003e\u003ccode\u003ec17d55b\u003c/code\u003e\u003c/a\u003e ci: add getOctokit integration test job\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/github-script/commit/a047196d9a02fe92098771cafbb98c2f1814e408\"\u003e\u003ccode\u003ea047196\u003c/code\u003e\u003c/a\u003e test: add getOctokit integration tests via callAsyncFunction\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `codelytv/pr-size-labeler` from 1.10.3 to 1.10.4\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/codelytv/pr-size-labeler/releases\"\u003ecodelytv/pr-size-labeler's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.10.4\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: avoid accumulating PR size labeler related labels by \u003ca href=\"https://github.com/alexisribot\"\u003e\u003ccode\u003e@​alexisribot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/pull/97\"\u003eCodelyTV/pr-size-labeler#97\u003c/a\u003e solving \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/issues/96\"\u003eCodelyTV/pr-size-labeler#96\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/manishprivet\"\u003e\u003ccode\u003e@​manishprivet\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/CodelyTV/pr-size-labeler/pull/97\"\u003eCodelyTV/pr-size-labeler#97\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/CodelyTV/pr-size-labeler/compare/v1.10.3...v1.10.4\"\u003ehttps://github.com/CodelyTV/pr-size-labeler/compare/v1.10.3...v1.10.4\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/CodelyTV/pr-size-labeler/commit/095a41fca88b8764fd9e008ad269bcdb82bb38b9\"\u003e\u003ccode\u003e095a41f\u003c/code\u003e\u003c/a\u003e fix: avoid accumulating PR size labeler related labels (\u003ca href=\"https://redirect.github.com/codelytv/pr-size-labeler/issues/97\"\u003e#97\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/codelytv/pr-size-labeler/compare/4ec67706cd878fbc1c8db0a5dcd28b6bb412e85a...095a41fca88b8764fd9e008ad269bcdb82bb38b9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `ruby/setup-ruby` from 1.299.0 to 1.306.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/ruby/setup-ruby/releases\"\u003eruby/setup-ruby's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.306.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd truffleruby-34.0.1,truffleruby+graalvm-34.0.1 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/909\"\u003eruby/setup-ruby#909\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.305.0...v1.306.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.305.0...v1.306.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.305.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate CRuby releases on Windows by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/908\"\u003eruby/setup-ruby#908\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.304.0...v1.305.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.304.0...v1.305.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.304.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd jruby-10.1.0.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/906\"\u003eruby/setup-ruby#906\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.303.0...v1.304.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.303.0...v1.304.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.303.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd ruby-4.0.3 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/903\"\u003eruby/setup-ruby#903\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.302.0...v1.303.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.302.0...v1.303.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.302.0\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.301.0...v1.302.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.301.0...v1.302.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.301.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd truffleruby-34.0.0,truffleruby+graalvm-34.0.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/901\"\u003eruby/setup-ruby#901\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.300.0...v1.301.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.300.0...v1.301.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.300.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eRefactor matrix script by \u003ca href=\"https://github.com/ntkme\"\u003e\u003ccode\u003e@​ntkme\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/897\"\u003eruby/setup-ruby#897\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd jruby-10.0.5.0 by \u003ca href=\"https://github.com/ruby-builder-bot\"\u003e\u003ccode\u003e@​ruby-builder-bot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/ruby/setup-ruby/pull/900\"\u003eruby/setup-ruby#900\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/ruby/setup-ruby/compare/v1.299.0...v1.300.0\"\u003ehttps://github.com/ruby/setup-ruby/compare/v1.299.0...v1.300.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/c4e5b1316158f92e3d49443a9d58b31d25ac0f8f\"\u003e\u003ccode\u003ec4e5b13\u003c/code\u003e\u003c/a\u003e Add truffleruby-34.0.1,truffleruby+graalvm-34.0.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/0cb964fd540e0a24c900370abf38a33466142735\"\u003e\u003ccode\u003e0cb964f\u003c/code\u003e\u003c/a\u003e Update CRuby releases on Windows\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/94e4d89d3e6c1c7599e0210d114c5ffb23f1a866\"\u003e\u003ccode\u003e94e4d89\u003c/code\u003e\u003c/a\u003e Add jruby-10.1.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/60ecfba8750476ff216b59eee3b88218bb5111cc\"\u003e\u003ccode\u003e60ecfba\u003c/code\u003e\u003c/a\u003e Add ruby-4.0.3\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/7372622e62b60b3cb750dcd2b9e32c247ffec26a\"\u003e\u003ccode\u003e7372622\u003c/code\u003e\u003c/a\u003e Give a better error for TruffleRuby 34+ on macOS Intel\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/4c56a21280b36d862b5fc31348f463d60bdc55d5\"\u003e\u003ccode\u003e4c56a21\u003c/code\u003e\u003c/a\u003e Darwin-x86_64 is no longer supported on TruffleRuby 34+\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/5d9c71d71b5e5c41e2770a23378377fcc39f880b\"\u003e\u003ccode\u003e5d9c71d\u003c/code\u003e\u003c/a\u003e Add truffleruby-34.0.0,truffleruby+graalvm-34.0.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/e65c17d16e57e481586a6a5a0282698790062f92\"\u003e\u003ccode\u003ee65c17d\u003c/code\u003e\u003c/a\u003e Add jruby-10.0.5.0\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/ba696adf55506673e48342a66e30f1f53cadeae0\"\u003e\u003ccode\u003eba696ad\u003c/code\u003e\u003c/a\u003e Refactor matrix script\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ruby/setup-ruby/commit/2327de0bdc11657e6bed81a43cae73251edb97a0\"\u003e\u003ccode\u003e2327de0\u003c/code\u003e\u003c/a\u003e TruffleRuby 34+ does not support macOS Intel\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/ruby/setup-ruby/compare/3ff19f5e2baf30647122352b96108b1fbe250c64...c4e5b1316158f92e3d49443a9d58b31d25ac0f8f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/upload-pages-artifact/releases\"\u003eactions/upload-pages-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.0\u003c/h2\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate upload-artifact action to version 7 \u003ca href=\"https://github.com/Tom-van-Woudenberg\"\u003e\u003ccode\u003e@​Tom-van-Woudenberg\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/139\"\u003e#139\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003efeat: add \u003ccode\u003einclude-hidden-files\u003c/code\u003e input \u003ca href=\"https://github.com/jonchurch\"\u003e\u003ccode\u003e@​jonchurch\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/137\"\u003e#137\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eSee details of \u003ca href=\"https://github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.1\"\u003eall code changes\u003c/a\u003e since previous release.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/fc324d3547104276b827a68afc52ff2a11cc49c9\"\u003e\u003ccode\u003efc324d3\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/139\"\u003e#139\u003c/a\u003e from Tom-van-Woudenberg/patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/fe9d4b7d84090e1d8d9c53a0236f810d4e00d2c3\"\u003e\u003ccode\u003efe9d4b7\u003c/code\u003e\u003c/a\u003e Merge branch 'main' into patch-1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/0ca16172ca884f0a37117fed41734f29784cc980\"\u003e\u003ccode\u003e0ca1617\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/upload-pages-artifact/issues/137\"\u003e#137\u003c/a\u003e from jonchurch/include-hidden-files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/57f0e8492b437b7818227931fef2faa1a379839b\"\u003e\u003ccode\u003e57f0e84\u003c/code\u003e\u003c/a\u003e Update action.yml\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/4a90348b2933470dc78cec55534259872a6d3c0d\"\u003e\u003ccode\u003e4a90348\u003c/code\u003e\u003c/a\u003e v7 --\u0026gt; hash\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/56f665a6f297fa95f8d735b314187fb2d7764569\"\u003e\u003ccode\u003e56f665a\u003c/code\u003e\u003c/a\u003e Update upload-artifact action to version 7\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/upload-pages-artifact/commit/f7615f5917213b24245d49ba96693d0f5375a414\"\u003e\u003ccode\u003ef7615f5\u003c/code\u003e\u003c/a\u003e Add \u003ccode\u003einclude-hidden-files\u003c/code\u003e input\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/upload-pages-artifact/compare/7b1f4a764d45c48632c6b24a0339c27f5614fb0b...fc324d3547104276b827a68afc52ff2a11cc49c9\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `docker/build-push-action` from 7.0.0 to 7.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/docker/build-push-action/releases\"\u003edocker/build-push-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev7.1.0\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eGit context \u003ca href=\"https://docs.docker.com/build/concepts/context/#url-queries\"\u003equery format\u003c/a\u003e support by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​docker/actions-toolkit\u003c/code\u003e from 0.79.0 to 0.87.0 by \u003ca href=\"https://github.com/crazy-max\"\u003e\u003ccode\u003e@​crazy-max\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1505\"\u003edocker/build-push-action#1505\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump brace-expansion from 1.1.12 to 1.1.13 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1500\"\u003edocker/build-push-action#1500\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump fast-xml-parser from 5.4.2 to 5.5.7 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1489\"\u003edocker/build-push-action#1489\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1491\"\u003edocker/build-push-action#1491\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump glob from 10.3.12 to 10.5.0 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1490\"\u003edocker/build-push-action#1490\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump handlebars from 4.7.8 to 4.7.9 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1497\"\u003edocker/build-push-action#1497\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump lodash from 4.17.23 to 4.18.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1510\"\u003edocker/build-push-action#1510\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump picomatch from 4.0.3 to 4.0.4 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1496\"\u003edocker/build-push-action#1496\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump undici from 6.23.0 to 6.24.1 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1486\"\u003edocker/build-push-action#1486\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump vite from 7.3.1 to 7.3.2 in \u003ca href=\"https://redirect.github.com/docker/build-push-action/pull/1509\"\u003edocker/build-push-action#1509\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\"\u003ehttps://github.com/docker/build-push-action/compare/v7.0.0...v7.1.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/bcafcacb16a39f128d818304e6c9c0c18556b85f\"\u003e\u003ccode\u003ebcafcac\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1509\"\u003e#1509\u003c/a\u003e from docker/dependabot/npm_and_yarn/vite-7.3.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/18e62f1158d9c45a4a84a58a6828d21f8ed3644b\"\u003e\u003ccode\u003e18e62f1\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1510\"\u003e#1510\u003c/a\u003e from docker/dependabot/npm_and_yarn/lodash-4.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/46580d2c9d43b0888270cb6fa90956e483de56fc\"\u003e\u003ccode\u003e46580d2\u003c/code\u003e\u003c/a\u003e chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/3f80b252ca2331f6ec3e890f4346b5506ee1dc81\"\u003e\u003ccode\u003e3f80b25\u003c/code\u003e\u003c/a\u003e chore(deps): Bump lodash from 4.17.23 to 4.18.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/efeec9557c40a646afe433e39a1e94ca689103f0\"\u003e\u003ccode\u003eefeec95\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1505\"\u003e#1505\u003c/a\u003e from crazy-max/refactor-git-context\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/ddf04b08eb12882258ed936fea4a2806754ff349\"\u003e\u003ccode\u003eddf04b0\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1511\"\u003e#1511\u003c/a\u003e from docker/dependabot/github_actions/crazy-max-dot-...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/db08d97a08e4a0d15f85d1c4e64dfd5f88cbe1a9\"\u003e\u003ccode\u003edb08d97\u003c/code\u003e\u003c/a\u003e chore(deps): Bump the crazy-max-dot-github group with 2 updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/ef1fb9688fc3626d0fd5e462f502cbbdc6456feb\"\u003e\u003ccode\u003eef1fb96\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/docker/build-push-action/issues/1508\"\u003e#1508\u003c/a\u003e from docker/dependabot/github_actions/docker/login-a...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/2d8f2a1a378a5c302dcd7b2b4326cefa24180bb1\"\u003e\u003ccode\u003e2d8f2a1\u003c/code\u003e\u003c/a\u003e chore: update generated content\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/docker/build-push-action/commit/919ac7bd7d1aa8cb13fe4de76545abea8d8b5ed2\"\u003e\u003ccode\u003e919ac7b\u003c/code\u003e\u003c/a\u003e fix test since secrets are not written to temp path anymore\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/docker/build-push-action/compare/d08e5c354a6adb9ed34480a06d141179aa583294...bcafcacb16a39f128d818304e6c9c0c18556b85f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `anthropics/claude-code-action` from 1.0.83 to 1.0.111\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/anthropics/claude-code-action/releases\"\u003eanthropics/claude-code-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev1.0.111\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.111\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.111\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.110\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.110\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.110\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.109\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003edocs: pull_request_target guidance and base-action trust model by \u003ca href=\"https://github.com/OctavianGuzu\"\u003e\u003ccode\u003e@​OctavianGuzu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1250\"\u003eanthropics/claude-code-action#1250\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.109\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.109\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.108\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.108\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.108\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.107\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.107\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.107\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.106\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.106\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.106\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.105\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: allow + in branch names (generated by Claude Code EnterWorktree) by \u003ca href=\"https://github.com/awakia\"\u003e\u003ccode\u003e@​awakia\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1248\"\u003eanthropics/claude-code-action#1248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/awakia\"\u003e\u003ccode\u003e@​awakia\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1248\"\u003eanthropics/claude-code-action#1248\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.105\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.105\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.104\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.104\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.104\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.103\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.103\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.103\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.102\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore: bump oven-sh/setup-bun to v2.2.0 (Node.js 24) by \u003ca href=\"https://github.com/ashwin-ant\"\u003e\u003ccode\u003e@​ashwin-ant\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1238\"\u003eanthropics/claude-code-action#1238\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: nit updates to security.md by \u003ca href=\"https://github.com/OctavianGuzu\"\u003e\u003ccode\u003e@​OctavianGuzu\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/pull/1240\"\u003eanthropics/claude-code-action#1240\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.102\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.102\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.101\u003c/h2\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/v1...v1.0.101\"\u003ehttps://github.com/anthropics/claude-code-action/compare/v1...v1.0.101\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev1.0.100\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/fefa07e9c665b7320f08c3b525980457f22f58aa\"\u003e\u003ccode\u003efefa07e\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.126 and Agent SDK to 0.2.126\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/ef50f123a3a9be95b60040d042717517407c7256\"\u003e\u003ccode\u003eef50f12\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.123 and Agent SDK to 0.2.123\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/b3c0320e7e8228fcafe773fda5bfd427aa8d1c34\"\u003e\u003ccode\u003eb3c0320\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.122 and Agent SDK to 0.2.122\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/c93e8fe8795d6de1ce8b936330d35a0c2440cd96\"\u003e\u003ccode\u003ec93e8fe\u003c/code\u003e\u003c/a\u003e docs: pull_request_target guidance and base-action trust model (\u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/issues/1250\"\u003e#1250\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/11a9dadd198803a0cea6bd53da3e0e8a762fc6ea\"\u003e\u003ccode\u003e11a9dad\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.121 and Agent SDK to 0.2.121\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/567fe954a4527e81f132d87d1bdbcc94f7737434\"\u003e\u003ccode\u003e567fe95\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/2da6cfae686f4d400300e440e0228b971388afed\"\u003e\u003ccode\u003e2da6cfa\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.120 and Agent SDK to 0.2.120\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/e58dfa55559035499a4982426bb73605e8b5ad8e\"\u003e\u003ccode\u003ee58dfa5\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.119 and Agent SDK to 0.2.119\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/6ee201f0231fbb762d22664f12aad2e7ae0401ae\"\u003e\u003ccode\u003e6ee201f\u003c/code\u003e\u003c/a\u003e fix: allow + in branch names (generated by Claude Code EnterWorktree) (\u003ca href=\"https://redirect.github.com/anthropics/claude-code-action/issues/1248\"\u003e#1248\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/anthropics/claude-code-action/commit/b4d67413279fc18c6e5de930ae307c4f108714eb\"\u003e\u003ccode\u003eb4d6741\u003c/code\u003e\u003c/a\u003e chore: bump Claude Code to 2.1.118 and Agent SDK to 0.2.118\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/anthropics/claude-code-action/compare/bee87b3258c251f9279e5371b0cc3660f37f3f77...fefa07e9c665b7320f08c3b525980457f22f58aa\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/combine-prs` from 5.0.0 to 5.2.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/combine-prs/releases\"\u003egithub/combine-prs's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.2.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd \u003ccode\u003eassignees\u003c/code\u003e Feature by \u003ca href=\"https://github.com/marijoo\"\u003e\u003ccode\u003e@​marijoo\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/59\"\u003egithub/combine-prs#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdates and cleanup by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/60\"\u003egithub/combine-prs#60\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/marijoo\"\u003e\u003ccode\u003e@​marijoo\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/59\"\u003egithub/combine-prs#59\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.1.0...v5.2.0\"\u003ehttps://github.com/github/combine-prs/compare/v5.1.0...v5.2.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.1.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAllow building the combined PR from a fresh base branch by \u003ca href=\"https://github.com/loganswartz\"\u003e\u003ccode\u003e@​loganswartz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/48\"\u003egithub/combine-prs#48\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/loganswartz\"\u003e\u003ccode\u003e@​loganswartz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/48\"\u003egithub/combine-prs#48\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.0.1...v5.1.0\"\u003ehttps://github.com/github/combine-prs/compare/v5.0.1...v5.1.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev5.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: update dependencies by \u003ca href=\"https://github.com/nobe4\"\u003e\u003ccode\u003e@​nobe4\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/51\"\u003egithub/combine-prs#51\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump the npm_and_yarn group with 2 updates by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/52\"\u003egithub/combine-prs#52\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eupdate all node packages by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/53\"\u003egithub/combine-prs#53\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ecleanup unused development dependencies by \u003ca href=\"https://github.com/GrantBirki\"\u003e\u003ccode\u003e@​GrantBirki\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/54\"\u003egithub/combine-prs#54\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/nobe4\"\u003e\u003ccode\u003e@​nobe4\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/pull/51\"\u003egithub/combine-prs#51\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/github/combine-prs/compare/v5.0.0...v5.0.1\"\u003ehttps://github.com/github/combine-prs/compare/v5.0.0...v5.0.1\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/2909f404763c3177a456e052bdb7f2e85d3a7cb3\"\u003e\u003ccode\u003e2909f40\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/60\"\u003e#60\u003c/a\u003e from github/updates-and-cleanup\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/85ba5345a14c10a6d9615adc9b3e6ede37983a54\"\u003e\u003ccode\u003e85ba534\u003c/code\u003e\u003c/a\u003e require 100% function coverage\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/ff923951418ea700a6257dbf4341354074957d88\"\u003e\u003ccode\u003eff92395\u003c/code\u003e\u003c/a\u003e package updates\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/6433c6dd5ef75c0532390049ac22c6eb16475672\"\u003e\u003ccode\u003e6433c6d\u003c/code\u003e\u003c/a\u003e update all packages and bundle\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/8da116be2ef384bab9cdf2a363b59646f768facd\"\u003e\u003ccode\u003e8da116b\u003c/code\u003e\u003c/a\u003e \u003ccode\u003elabel\u003c/code\u003e -\u0026gt; \u003ccode\u003eassignee\u003c/code\u003e for clarity\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/e7a7e2371f9563a67fec2be9cb96008d44dbdf93\"\u003e\u003ccode\u003ee7a7e23\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/59\"\u003e#59\u003c/a\u003e from marijoo/assignees\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/21c8b7fb2e011bcc916169e30ced2ca6887d647c\"\u003e\u003ccode\u003e21c8b7f\u003c/code\u003e\u003c/a\u003e feat: add \u003ccode\u003eassignees\u003c/code\u003e feature\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/20d70f9d80eeb5958667d0602da433bd04ca6713\"\u003e\u003ccode\u003e20d70f9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/redirect.github.combine-prs/issues/48\"\u003e#48\u003c/a\u003e from loganswartz/feat/create-from-scratch\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/35ae87032c17e304396fae907b79ba83612a0b25\"\u003e\u003ccode\u003e35ae870\u003c/code\u003e\u003c/a\u003e ignore a line 🤷\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/combine-prs/commit/fcfad2d75c3e9b576afb43de84d79f6b3ec57cbb\"\u003e\u003ccode\u003efcfad2d\u003c/code\u003e\u003c/a\u003e Update src/main.js\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/combine-prs/compare/a1b441298ab012db2ae25f7bf5fad0b7f78db9c4...2909f404763c3177a456e052bdb7f2e85d3a7cb3\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `akhilmhdh/contributors-readme-action` from 2.3.6 to 2.3.11\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/releases\"\u003eakhilmhdh/contributors-readme-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.11\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFixed the bug that the tbody tag was not closed by \u003ca href=\"https://github.com/zjkal\"\u003e\u003ccode\u003e@​zjkal\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/85\"\u003eakhilmhdh/contributors-readme-action#85\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/zjkal\"\u003e\u003ccode\u003e@​zjkal\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/85\"\u003eakhilmhdh/contributors-readme-action#85\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.10...v2.3.11\"\u003ehttps://github.com/akhilmhdh/contributors-readme-action/compare/v2.3.10...v2.3.11\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.10\u003c/h2\u003e\n\u003col\u003e\n\u003cli\u003eFixed missing \u003ccode\u003etbody\u003c/code\u003e \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/issues/68\"\u003e#68\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdated readme with the new github action permission in yaml \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/issues/63\"\u003e#63\u003c/a\u003e\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.9\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate README.md by \u003ca href=\"https://github.com/KPCOFGS\"\u003e\u003ccode\u003e@​KPCOFGS\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/76\"\u003eakhilmhdh/contributors-readme-action#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFix null name, no capitalize \u0026amp; introduce eslint fix command by \u003ca href=\"https://github.com/melroy89\"\u003e\u003ccode\u003e@​melroy89\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/77\"\u003eakhilmhdh/contributors-readme-action#77\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/KPCOFGS\"\u003e\u003ccode\u003e@​KPCOFGS\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/76\"\u003eakhilmhdh/contributors-readme-action#76\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/melroy89\"\u003e\u003ccode\u003e@​melroy89\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/77\"\u003eakhilmhdh/contributors-readme-action#77\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.8\u003c/h2\u003e\n\u003cp\u003eRemoved check for push to enable manual run\u003c/p\u003e\n\u003ch2\u003eContributors-Readme-Action v2.3.7\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate node12 -\u0026gt; node18 by \u003ca href=\"https://github.com/jessebot\"\u003e\u003ccode\u003e@​jessebot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/59\"\u003eakhilmhdh/contributors-readme-action#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump json5 from 2.2.0 to 2.2.3 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/61\"\u003eakhilmhdh/contributors-readme-action#61\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.0.4 to 3.1.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/56\"\u003eakhilmhdh/contributors-readme-action#56\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​actions/core\u003c/code\u003e from 1.6.0 to 1.9.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/54\"\u003eakhilmhdh/contributors-readme-action#54\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003erefactor: update set-output deprecated command by \u003ca href=\"https://github.com/dtcMLOps\"\u003e\u003ccode\u003e@​dtcMLOps\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/74\"\u003eakhilmhdh/contributors-readme-action#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/jessebot\"\u003e\u003ccode\u003e@​jessebot\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/59\"\u003eakhilmhdh/contributors-readme-action#59\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/dtcMLOps\"\u003e\u003ccode\u003e@​dtcMLOps\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/akhilmhdh/contributors-readme-action/pull/74\"\u003eakhilmhdh/contributors-readme-action#74\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/83ea0b4f1ac928fbfe88b9e8460a932a528eb79f\"\u003e\u003ccode\u003e83ea0b4\u003c/code\u003e\u003c/a\u003e Update README.md\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/f26e0cd690f5f36c350d4335c022a26466b2ad8e\"\u003e\u003ccode\u003ef26e0cd\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/e577da88fb47512c20b0836f690694f7696016c0\"\u003e\u003ccode\u003ee577da8\u003c/code\u003e\u003c/a\u003e Fixed the bug that the tbody tag was not closed\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/d358c8bc3ebf36c533d5a44b3349b417bc36268d\"\u003e\u003ccode\u003ed358c8b\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/1ff4c56187458b34cd602aee93e897344ce34bfc\"\u003e\u003ccode\u003e1ff4c56\u003c/code\u003e\u003c/a\u003e fix: spacing in between tr\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/95e8524c5a6b34d3ae9e918fc267c496f66cdc60\"\u003e\u003ccode\u003e95e8524\u003c/code\u003e\u003c/a\u003e docs(contributor): contrib-readme-action has updated readme\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/37ed0328a30c070b4b7a8f0f72538e9b886d1c8c\"\u003e\u003ccode\u003e37ed032\u003c/code\u003e\u003c/a\u003e feat: updated readme with added action permission and preps for next release\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/d560e9d4e5b56557d3fa5ec30e1354b5db3f13ca\"\u003e\u003ccode\u003ed560e9d\u003c/code\u003e\u003c/a\u003e feat: correcting spacing\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/c957265615c96c127a1f80d53d0b68ed5528010a\"\u003e\u003ccode\u003ec957265\u003c/code\u003e\u003c/a\u003e fix: added missing tbody in table\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/commit/4e8b98bab2d1fb740e4fcecf39b59cd51a126573\"\u003e\u003ccode\u003e4e8b98b\u003c/code\u003e\u003c/a\u003e chore: updated readme for new release\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/akhilmhdh/contributors-readme-action/compare/098389139f2fabed92e52606268941dbff381edb...83ea0b4f1ac928fbfe88b9e8460a932a528eb79f\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/issue-metrics` from 4.2.1 to 4.2.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/issue-metrics/releases\"\u003egithub/issue-metrics's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.2.2\u003c/h2\u003e\n\u003ch1\u003eChangelog\u003c/h1\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump cryptography from 46.0.6 to 46.0.7 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/723\"\u003e#723\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/722\"\u003e#722\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump pytest-cov from 7.0.0 to 7.1.0 in the dependencies group @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/721\"\u003e#721\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump the dependencies group with 5 updates @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/720\"\u003e#720\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore(deps): bump requests from 2.33.0 to 2.33.1 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/718\"\u003e#718\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003eSee details of \u003ca href=\"https://github.com/github-community-projects/issue-metrics/compare/v4.2.1...v4.2.2\"\u003eall code changes\u003c/a\u003e since previous release\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/c9e9838147fd355dace335ba787f01b6641a400a\"\u003e\u003ccode\u003ec9e9838\u003c/code\u003e\u003c/a\u003e chore(deps): bump cryptography from 46.0.6 to 46.0.7 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/723\"\u003e#723\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/02f30dc6eedb9ad86da4678dc058d3217b33ac76\"\u003e\u003ccode\u003e02f30dc\u003c/code\u003e\u003c/a\u003e chore(deps): bump types-requests from 2.32.4.20260107 to 2.32.4.20260324 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/722\"\u003e#722\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/dd1569093b7fb7c4a07bc14bf247683d3c61944f\"\u003e\u003ccode\u003edd15690\u003c/code\u003e\u003c/a\u003e chore(deps): bump pytest-cov in the dependencies group (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/721\"\u003e#721\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/61b23a7afa51b234f00fa10f01769cb4ff9d4941\"\u003e\u003ccode\u003e61b23a7\u003c/code\u003e\u003c/a\u003e chore(deps): bump the dependencies group with 5 updates (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/720\"\u003e#720\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github-community-projects/issue-metrics/commit/0101cdc30f5abead234c409aaf79fe9c4fb7b166\"\u003e\u003ccode\u003e0101cdc\u003c/code\u003e\u003c/a\u003e chore(deps): bump requests from 2.33.0 to 2.33.1 (\u003ca href=\"https://redirect.github.com/github/issue-metrics/issues/718\"\u003e#718\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/github/issue-metrics/compare/7bee6e691468e996f6701b0638a5238b1490014e...c9e9838147fd355dace335ba787f01b6641a400a\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `dependabot/fetch-metadata` from 2 to 3\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/dependabot/fetch-metadata/releases\"\u003edependabot/fetch-metadata's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003eThe breaking change is requiring Node.js version v24 as the Actions runtime.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efeat: Parse versions from metadata links by \u003ca href=\"https://github.com/ppkarwasz\"\u003e\u003ccode\u003e@​ppkarwasz\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/632\"\u003edependabot/fetch-metadata#632\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade actions core and actions github packages by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/649\"\u003edependabot/fetch-metadata#649\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003edocs: Add notes for using \u003ccode\u003ealert-lookup\u003c/code\u003e with App Token by \u003ca href=\"https://github.com/sue445\"\u003e\u003ccode\u003e@​sue445\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/656\"\u003edependabot/fetch-metadata#656\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efeat!: update Node.js version to v24 by \u003ca href=\"https://github.com/sturman\"\u003e\u003ccode\u003e@​sturman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/671\"\u003edependabot/fetch-metadata#671\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch build tooling from ncc to esbuild by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/676\"\u003edependabot/fetch-metadata#676\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd --legal-comments=none to esbuild build commands by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/679\"\u003edependabot/fetch-metadata#679\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump tsconfig target from es2022 to es2024 by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/680\"\u003edependabot/fetch-metadata#680\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove vestigial outDir from tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/681\"\u003edependabot/fetch-metadata#681\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eSwitch tsconfig module resolution to bundler by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/682\"\u003edependabot/fetch-metadata#682\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eRemove skipLibCheck from tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/683\"\u003edependabot/fetch-metadata#683\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd typecheck step to CI by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/685\"\u003edependabot/fetch-metadata#685\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eEnable noImplicitAny in tsconfig.json by \u003ca href=\"https://github.com/jeffwidman\"\u003e\u003ccode\u003e@​jeffwidman\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/684\"\u003edependabot/fetch-metadata#684\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/core\u003c/code\u003e to ^3.0.0 by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/677\"\u003edependabot/fetch-metadata#677\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpgrade \u003ccode\u003e@​actions/github\u003c/code\u003e to ^9.0.0 and \u003ccode\u003e@​octokit/request-error\u003c/code\u003e to ^7.1.0 by \u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/678\"\u003edependabot/fetch-metadata#678\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump qs from 6.14.0 to 6.14.1 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/651\"\u003edependabot/fetch-metadata#651\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.1 to 4.11.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/652\"\u003edependabot/fetch-metadata#652\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.4 to 4.11.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/653\"\u003edependabot/fetch-metadata#653\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.11.7 to 4.12.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/657\"\u003edependabot/fetch-metadata#657\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump qs from 6.14.1 to 6.14.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/655\"\u003edependabot/fetch-metadata#655\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​modelcontextprotocol/sdk\u003c/code\u003e from 1.25.1 to 1.26.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/654\"\u003edependabot/fetch-metadata#654\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@​hono/node-server\u003c/code\u003e from 1.19.9 to 1.19.10 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/665\"\u003edependabot/fetch-metadata#665\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.12.2 to 4.12.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/664\"\u003edependabot/fetch-metadata#664\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump minimatch from 3.1.2 to 3.1.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/667\"\u003edependabot/fetch-metadata#667\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump hono from 4.12.5 to 4.12.7 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/668\"\u003edependabot/fetch-metadata#668\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump actions/create-github-app-token from 2.2.1 to 3.0.0 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/669\"\u003edependabot/fetch-metadata#669\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eBump flatted from 3.3.3 to 3.4.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/670\"\u003edependabot/fetch-metadata#670\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ebuild(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/674\"\u003edependabot/fetch-metadata#674\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/ppkarwasz\"\u003e\u003ccode\u003e@​ppkarwasz\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/632\"\u003edependabot/fetch-metadata#632\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/truggeri\"\u003e\u003ccode\u003e@​truggeri\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/649\"\u003edependabot/fetch-metadata#649\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sue445\"\u003e\u003ccode\u003e@​sue445\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/656\"\u003edependabot/fetch-metadata#656\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/sturman\"\u003e\u003ccode\u003e@​sturman\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/dependabot/fetch-metadata/pull/671\"\u003edependabot/fetch-metadata#671\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/dependabot/fetch-metadata/compare/v2...v3.0.0\"\u003ehttps://github.com/dependabot/fetch-metadata/compare/v2...v3.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.5.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eBump actions/publish-immutabl...\n\n_Description has been truncated_","html_url":"https://github.com/organvm-i-theoria/.github/pull/431","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/organvm-i-theoria%2F.github/issues/431","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/431/packages"}},{"old_version":"4c2eefcda8b94596768855a80ac94edc61aba669","new_version":"53ff7553078bad69030786e486677315346c2dd2","update_type":null,"path":null,"pr_created_at":"2026-04-27T11:04:04.000Z","version_change":"4c2eefcda8b94596768855a80ac94edc61aba669 → 53ff7553078bad69030786e486677315346c2dd2","issue":{"uuid":"4335208369","node_id":"PR_kwDOQ1Wp_87V7q2Q","number":83,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 4c2eefcda8b94596768855a80ac94edc61aba669 to 53ff7553078bad69030786e486677315346c2dd2","user":"dependabot[bot]","labels":["dependencies","ci"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T11:04:04.000Z","updated_at":"2026-04-29T12:28:06.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"4c2eefcda8b94596768855a80ac94edc61aba669","new_version":"53ff7553078bad69030786e486677315346c2dd2","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 4c2eefcda8b94596768855a80ac94edc61aba669 to 53ff7553078bad69030786e486677315346c2dd2.\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/53ff7553078bad69030786e486677315346c2dd2\"\u003e\u003ccode\u003e53ff755\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with minor upgrades (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/648\"\u003e#648\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e15fa7507a4a8b9a0a9d994b35d0bd595425f711\"\u003e\u003ccode\u003ee15fa75\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/646\"\u003e#646\u003c/a\u003e from py-cov-action/fix-e2e-tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/ec63b7f565604a3ab5742caf77d85d092f3b91bb\"\u003e\u003ccode\u003eec63b7f\u003c/code\u003e\u003c/a\u003e Fix e2e test for external users\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/4c2eefcda8b94596768855a80ac94edc61aba669...53ff7553078bad69030786e486677315346c2dd2\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n","html_url":"https://github.com/nfb2021/canvodpy/pull/83","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nfb2021%2Fcanvodpy/issues/83","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/83/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-27T06:40:00.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4333620598","node_id":"PR_kwDOR_uKHM7V2bwK","number":8,"state":"open","title":"chore(ci)(deps): Bump the actions group across 1 directory with 6 updates","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T06:40:00.000Z","updated_at":"2026-04-27T06:40:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci)(deps): Bump","group_name":"actions","update_count":6,"packages":[{"name":"step-security/harden-runner","old_version":"2.17.0","new_version":"2.19.0","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/cache","old_version":"5.0.4","new_version":"5.0.5","repository_url":"https://github.com/actions/cache"},{"name":"github/codeql-action","old_version":"4.35.1","new_version":"4.35.2","repository_url":"https://github.com/github/codeql-action"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"},{"name":"softprops/action-gh-release","old_version":"2.6.1","new_version":"3.0.0","repository_url":"https://github.com/softprops/action-gh-release"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.17.0` | `2.19.0` |\n| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.0.0` | `8.1.0` |\n| [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |\n| [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` |\n| [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) | `3.40` | `3.41` |\n| [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` |\n\n\nUpdates `step-security/harden-runner` from 2.17.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev2.18.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cp\u003eGlobal Block List: During supply chain incidents like the recent axios and trivy compromises, StepSecurity will add known malicious domains and IP addresses (IOCs) to a global block list. These will be automatically blocked, even in audit mode, providing immediate protection without requiring any workflow changes.\u003c/p\u003e\n\u003cp\u003eDeploy on Self-Hosted VM: Added \u003ccode\u003edeploy-on-self-hosted-vm\u003c/code\u003e input that allows the Harden Runner agent to be installed directly on ephemeral self-hosted Linux runner VMs at workflow runtime. This is intended as an alternative when baking the agent into the VM image is not possible.\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.17.0...v2.18.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/6c3c2f2c1c457b00c10c4848d6f5491db3b629df\"\u003e\u003ccode\u003e6c3c2f2\u003c/code\u003e\u003c/a\u003e Feature/deploy on self hosted vm (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/658\"\u003e#658\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/f808768d1510423e83855289c910610ca9b43176...8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/cache` from 5.0.4 to 5.0.5\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/releases\"\u003eactions/cache's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev5.0.5\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ts-http-runtime dependency by \u003ca href=\"https://github.com/yacaovsnc\"\u003e\u003ccode\u003e@​yacaovsnc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/cache/pull/1747\"\u003eactions/cache#1747\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/cache/compare/v5...v5.0.5\"\u003ehttps://github.com/actions/cache/compare/v5...v5.0.5\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003eactions/cache's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eReleases\u003c/h1\u003e\n\u003ch2\u003eHow to prepare a release\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!NOTE]\u003cbr /\u003e\nRelevant for maintainers with write access only.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003col\u003e\n\u003cli\u003eSwitch to a new branch from \u003ccode\u003emain\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm test\u003c/code\u003e to ensure all tests are passing.\u003c/li\u003e\n\u003cli\u003eUpdate the version in \u003ca href=\"https://github.com/actions/cache/blob/main/package.json\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/package.json\u003c/code\u003e\u003c/a\u003e.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003enpm run build\u003c/code\u003e to update the compiled files.\u003c/li\u003e\n\u003cli\u003eUpdate this \u003ca href=\"https://github.com/actions/cache/blob/main/RELEASES.md\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/RELEASES.md\u003c/code\u003e\u003c/a\u003e with the new version and changes in the \u003ccode\u003e## Changelog\u003c/code\u003e section.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed cache\u003c/code\u003e to update the license report.\u003c/li\u003e\n\u003cli\u003eRun \u003ccode\u003elicensed status\u003c/code\u003e and resolve any warnings by updating the \u003ca href=\"https://github.com/actions/cache/blob/main/.licensed.yml\"\u003e\u003ccode\u003ehttps://github.com/actions/cache/blob/main/.licensed.yml\u003c/code\u003e\u003c/a\u003e file with the exceptions.\u003c/li\u003e\n\u003cli\u003eCommit your changes and push your branch upstream.\u003c/li\u003e\n\u003cli\u003eOpen a pull request against \u003ccode\u003emain\u003c/code\u003e and get it reviewed and merged.\u003c/li\u003e\n\u003cli\u003eDraft a new release \u003ca href=\"https://github.com/actions/cache/releases\"\u003ehttps://github.com/actions/cache/releases\u003c/a\u003e use the same version number used in \u003ccode\u003epackage.json\u003c/code\u003e\n\u003col\u003e\n\u003cli\u003eCreate a new tag with the version number.\u003c/li\u003e\n\u003cli\u003eAuto generate release notes and update them to match the changes you made in \u003ccode\u003eRELEASES.md\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003eToggle the set as the latest release option.\u003c/li\u003e\n\u003cli\u003ePublish the release.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003cli\u003eNavigate to \u003ca href=\"https://github.com/actions/cache/actions/workflows/release-new-action-version.yml\"\u003ehttps://github.com/actions/cache/actions/workflows/release-new-action-version.yml\u003c/a\u003e\n\u003col\u003e\n\u003cli\u003eThere should be a workflow run queued with the same version number.\u003c/li\u003e\n\u003cli\u003eApprove the run to publish the new version and update the major tags for this action.\u003c/li\u003e\n\u003c/ol\u003e\n\u003c/li\u003e\n\u003c/ol\u003e\n\u003ch2\u003eChangelog\u003c/h2\u003e\n\u003ch3\u003e5.0.4\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003eminimatch\u003c/code\u003e to v3.1.5 (fixes ReDoS via globstar patterns)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003eundici\u003c/code\u003e to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003efast-xml-parser\u003c/code\u003e to v5.5.6\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.3\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.5 (Resolves: \u003ca href=\"https://github.com/actions/cache/security/dependabot/33\"\u003ehttps://github.com/actions/cache/security/dependabot/33\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/core\u003c/code\u003e to v2.0.3\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.2\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eBump \u003ccode\u003e@actions/cache\u003c/code\u003e to v5.0.3 \u003ca href=\"https://redirect.github.com/actions/cache/pull/1692\"\u003e#1692\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.1\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@azure/storage-blob\u003c/code\u003e to \u003ccode\u003e^12.29.1\u003c/code\u003e via \u003ccode\u003e@actions/cache@5.0.1\u003c/code\u003e \u003ca href=\"https://redirect.github.com/actions/cache/pull/1685\"\u003e#1685\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003e5.0.0\u003c/h3\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\n\u003ccode\u003eactions/cache@v5\u003c/code\u003e runs on the Node.js 24 runtime and requires a minimum Actions Runner version of \u003ccode\u003e2.327.1\u003c/code\u003e.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003e\u003ccode\u003e27d5ce7\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/cache/issues/1747\"\u003e#1747\u003c/a\u003e from actions/yacaovsnc/update-dependency\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/f280785d7b6e1884c7d12b9136eb0f4a1574fcfd\"\u003e\u003ccode\u003ef280785\u003c/code\u003e\u003c/a\u003e licensed changes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/619aeb1606e195be0b36fd0ff68dcf1aff6b65a7\"\u003e\u003ccode\u003e619aeb1\u003c/code\u003e\u003c/a\u003e npm run build generated dist files\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/cache/commit/bcf16c2893940a4899761e55c7ac3c1cf88a04f6\"\u003e\u003ccode\u003ebcf16c2\u003c/code\u003e\u003c/a\u003e Update ts-http-runtime to 0.3.5\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7...27d5ce7f107fe9357f9df03efb73ab90386fccae\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `github/codeql-action` from 4.35.1 to 4.35.2\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003egithub/codeql-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev4.35.2\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/github/codeql-action/blob/main/CHANGELOG.md\"\u003egithub/codeql-action's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch1\u003eCodeQL Action Changelog\u003c/h1\u003e\n\u003cp\u003eSee the \u003ca href=\"https://github.com/github/codeql-action/releases\"\u003ereleases page\u003c/a\u003e for the relevant changes to the CodeQL CLI and language packs.\u003c/p\u003e\n\u003ch2\u003e[UNRELEASED]\u003c/h2\u003e\n\u003cp\u003eNo user facing changes.\u003c/p\u003e\n\u003ch2\u003e4.35.2 - 15 Apr 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eThe undocumented TRAP cache cleanup feature that could be enabled using the \u003ccode\u003eCODEQL_ACTION_CLEANUP_TRAP_CACHES\u003c/code\u003e environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the \u003ccode\u003etrap-caching: false\u003c/code\u003e input to the \u003ccode\u003einit\u003c/code\u003e Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3795\"\u003e#3795\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eThe Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3789\"\u003e#3789\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003ePython analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3794\"\u003e#3794\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eFixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3807\"\u003e#3807\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2\"\u003e2.25.2\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3823\"\u003e#3823\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.1 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eFix incorrect minimum required Git version for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e: it should have been 2.36.0, not 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3781\"\u003e#3781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.35.0 - 27 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eReduced the minimum Git version required for \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e from 2.38.0 to 2.11.0. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3767\"\u003e#3767\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1\"\u003e2.25.1\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3773\"\u003e#3773\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.1 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDowngrade default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3\"\u003e2.24.3\u003c/a\u003e due to issues with a small percentage of Actions and JavaScript analyses. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3762\"\u003e#3762\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.34.0 - 20 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdded an experimental change which disables TRAP caching when \u003ca href=\"https://redirect.github.com/github/roadmap/issues/1158\"\u003eimproved incremental analysis\u003c/a\u003e is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3569\"\u003e#3569\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eWe are rolling out improved incremental analysis to C/C++ analyses that use build mode \u003ccode\u003enone\u003c/code\u003e. We expect this rollout to be complete by the end of April 2026. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3584\"\u003e#3584\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eUpdate default CodeQL bundle version to \u003ca href=\"https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0\"\u003e2.25.0\u003c/a\u003e. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3585\"\u003e#3585\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.33.0 - 16 Mar 2026\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cp\u003eUpcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3562\"\u003e#3562\u003c/a\u003e\u003c/p\u003e\n\u003cp\u003eTo opt out of this change:\u003c/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003eRepositories owned by an organization:\u003c/strong\u003e Create a custom repository property with the name \u003ccode\u003egithub-codeql-file-coverage-on-prs\u003c/code\u003e and the type \u0026quot;True/false\u0026quot;, then set this property to \u003ccode\u003etrue\u003c/code\u003e in the repository's settings. For more information, see \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003eManaging custom properties for repositories in your organization\u003c/a\u003e. Alternatively, if you are using an advanced setup workflow, you can set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using default setup:\u003c/strong\u003e Switch to an advanced setup workflow and set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003cli\u003e\u003cstrong\u003eUser-owned repositories using advanced setup:\u003c/strong\u003e Set the \u003ccode\u003eCODEQL_ACTION_FILE_COVERAGE_ON_PRS\u003c/code\u003e environment variable to \u003ccode\u003etrue\u003c/code\u003e in your workflow.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixed \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3555\"\u003ea bug\u003c/a\u003e which caused the CodeQL Action to fail loading repository properties if a \u0026quot;Multi select\u0026quot; repository property was configured for the repository. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3557\"\u003e#3557\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eThe CodeQL Action now loads \u003ca href=\"https://docs.github.com/en/organizations/managing-organization-settings/managing-custom-properties-for-repositories-in-your-organization\"\u003ecustom repository properties\u003c/a\u003e on GitHub Enterprise Server, enabling the customization of features such as \u003ccode\u003egithub-codeql-disable-overlay\u003c/code\u003e that was previously only available on GitHub.com. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3559\"\u003e#3559\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eOnce \u003ca href=\"https://docs.github.com/en/code-security/how-tos/secure-at-scale/configure-organization-security/manage-usage-and-access/giving-org-access-private-registries\"\u003eprivate package registries\u003c/a\u003e can be configured with OIDC-based authentication for organizations, the CodeQL Action will now be able to accept such configurations. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3563\"\u003e#3563\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eFixed the retry mechanism for database uploads. Previously this would fail with the error \u0026quot;Response body object should not be disturbed or locked\u0026quot;. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3564\"\u003e#3564\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003cli\u003e\n\u003cp\u003eA warning is now emitted if the CodeQL Action detects a repository property whose name suggests that it relates to the CodeQL Action, but which is not one of the properties recognised by the current version of the CodeQL Action. \u003ca href=\"https://redirect.github.com/github/codeql-action/pull/3570\"\u003e#3570\u003c/a\u003e\u003c/p\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e4.32.6 - 05 Mar 2026\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/95e58e9a2cdfd71adc6e0353d5c52f41a045d225\"\u003e\u003ccode\u003e95e58e9\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3824\"\u003e#3824\u003c/a\u003e from github/update-v4.35.2-d2e135a73\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/6f31bfe060e817d81e938dbec767969d20031e25\"\u003e\u003ccode\u003e6f31bfe\u003c/code\u003e\u003c/a\u003e Update changelog for v4.35.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/d2e135a73a39154e3a231aeb49163c4661c5b8b1\"\u003e\u003ccode\u003ed2e135a\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3823\"\u003e#3823\u003c/a\u003e from github/update-bundle/codeql-bundle-v2.25.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/60abb65df09fcf213c398e064c8a80db1f15cdaf\"\u003e\u003ccode\u003e60abb65\u003c/code\u003e\u003c/a\u003e Add changelog note\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/5a0a562209255e956ad8aafcee303294e64eefa2\"\u003e\u003ccode\u003e5a0a562\u003c/code\u003e\u003c/a\u003e Update default bundle to codeql-bundle-v2.25.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/65216971a11ded447a6b76263d5a144519e5eee1\"\u003e\u003ccode\u003e6521697\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3820\"\u003e#3820\u003c/a\u003e from github/dependabot/github_actions/dot-github/wor...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/3c45af2dd258e1623af1898da5c86545b514e028\"\u003e\u003ccode\u003e3c45af2\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/github/codeql-action/issues/3821\"\u003e#3821\u003c/a\u003e from github/dependabot/npm_and_yarn/npm-minor-345b93...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/f1c339364c12f922998186ed897e45e3b4ae8874\"\u003e\u003ccode\u003ef1c3393\u003c/code\u003e\u003c/a\u003e Rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/1024fc496c87e944a93e98d8cf2c09e2c7602a30\"\u003e\u003ccode\u003e1024fc4\u003c/code\u003e\u003c/a\u003e Rebuild\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/github/codeql-action/commit/9dd4cfed96030ccdfe1af4daf7a7964322704fed\"\u003e\u003ccode\u003e9dd4cfe\u003c/code\u003e\u003c/a\u003e Bump the npm-minor group across 1 directory with 6 updates\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `softprops/action-gh-release` from 2.6.1 to 3.0.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/releases\"\u003esoftprops/action-gh-release's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003ev2.6.2\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/softprops/action-gh-release/compare/v2...v2.6.2\"\u003ehttps://github.com/softprops/action-gh-release/compare/v2...v2.6.2\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eChangelog\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md\"\u003esoftprops/action-gh-release's changelog\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003e3.0.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e3.0.0\u003c/code\u003e is a major release that moves the action runtime from Node 20 to Node 24.\nUse \u003ccode\u003ev3\u003c/code\u003e on GitHub-hosted runners and self-hosted fleets that already support the\nNode 24 Actions runtime. If you still need the last Node 20-compatible line, stay on\n\u003ccode\u003ev2.6.2\u003c/code\u003e.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eMove the action runtime and bundle target to Node 24\u003c/li\u003e\n\u003cli\u003eUpdate \u003ccode\u003e@types/node\u003c/code\u003e to the Node 24 line and allow future Dependabot updates\u003c/li\u003e\n\u003cli\u003eKeep the floating major tag on \u003ccode\u003ev3\u003c/code\u003e; \u003ccode\u003ev2\u003c/code\u003e remains pinned to the latest \u003ccode\u003e2.x\u003c/code\u003e release\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.2\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eOther Changes 🔄\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump picomatch from 4.0.3 to 4.0.4 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/775\"\u003esoftprops/action-gh-release#775\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump brace-expansion from 5.0.4 to 5.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/777\"\u003esoftprops/action-gh-release#777\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003echore(deps): bump vite from 8.0.0 to 8.0.5 by \u003ca href=\"https://github.com/dependabot\"\u003e\u003ccode\u003e@​dependabot\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/781\"\u003esoftprops/action-gh-release#781\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.1\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.1\u003c/code\u003e is a patch release focused on restoring linked discussion thread creation when\n\u003ccode\u003ediscussion_category_name\u003c/code\u003e is set. It fixes \u003ccode\u003e[#764](https://github.com/softprops/action-gh-release/issues/764)\u003c/code\u003e, where the draft-first publish flow\nstopped carrying the discussion category through the final publish step.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eBug fixes 🐛\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003efix: preserve discussion category on publish by \u003ca href=\"https://github.com/chenrui333\"\u003e\u003ccode\u003e@​chenrui333\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/softprops/action-gh-release/pull/765\"\u003esoftprops/action-gh-release#765\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e2.6.0\u003c/h2\u003e\n\u003cp\u003e\u003ccode\u003e2.6.0\u003c/code\u003e is a minor release centered on \u003ccode\u003eprevious_tag\u003c/code\u003e support for \u003ccode\u003egenerate_release_notes\u003c/code\u003e,\nwhich lets workflows pin GitHub's comparison base explicitly instead of relying on the default range.\nIt also includes the recent concurrent asset upload recovery fix, a \u003ccode\u003eworking_directory\u003c/code\u003e docs sync,\na checked-bundle freshness guard for maintainers, and clearer immutable-prerelease guidance where\nGitHub platform behavior imposes constraints on how prerelease asset uploads can be published.\u003c/p\u003e\n\u003cp\u003eIf you still hit an issue after upgrading, please open a report with the bug template and include a minimal repro or sanitized workflow snippet where possible.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003e\u003ccode\u003eb430933\u003c/code\u003e\u003c/a\u003e release: cut v3.0.0 for Node 24 upgrade (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/670\"\u003e#670\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c2e35e05a74208bafbfcbdae5ebc9da7236e980f\"\u003e\u003ccode\u003ec2e35e0\u003c/code\u003e\u003c/a\u003e chore(deps): bump the npm group across 1 directory with 7 updates (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/783\"\u003e#783\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3bb12739c298aeb8a4eeaf626c5b8d85266b0e65\"\u003e\u003ccode\u003e3bb1273\u003c/code\u003e\u003c/a\u003e release 2.6.2\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/c34030fec99b0db0f2f22ce7806c445dddb6e224\"\u003e\u003ccode\u003ec34030f\u003c/code\u003e\u003c/a\u003e chore: bump node to 24.14.1\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/8975bd05c0630603edb0dca2fc7544bf1c77f600\"\u003e\u003ccode\u003e8975bd0\u003c/code\u003e\u003c/a\u003e chore(deps): bump vite from 8.0.0 to 8.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/781\"\u003e#781\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/f71937f44d5662ac6eb861431746174a7b46a7b6\"\u003e\u003ccode\u003ef71937f\u003c/code\u003e\u003c/a\u003e chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/777\"\u003e#777\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/softprops/action-gh-release/commit/3f0d239d58d5c226738ec0a08d0465b548dc026f\"\u003e\u003ccode\u003e3f0d239\u003c/code\u003e\u003c/a\u003e chore(deps): bump picomatch from 4.0.3 to 4.0.4 (\u003ca href=\"https://redirect.github.com/softprops/action-gh-release/issues/775\"\u003e#775\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/softprops/action-gh-release/compare/153bb8e04406b158c6c84fc1615b65b24149a1fe...b4309332981a82ec1c5618f44dd2e27cc8bfbfda\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/slsa-battleground/pull/8","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fslsa-battleground/issues/8","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/8/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-27T01:13:16.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4332512138","node_id":"PR_kwDORJUzUs7Vy4Ld","number":814,"state":"open","title":"chore(deps): Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T01:13:16.000Z","updated_at":"2026-04-27T01:13:37.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Twodragon0/investing/pull/814","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Twodragon0%2Finvesting/issues/814","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/814/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-27T00:57:19.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4332469744","node_id":"PR_kwDORfXSRs7Vyvv9","number":18,"state":"open","title":"ci: bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["ci","size/xs"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T00:57:19.000Z","updated_at":"2026-04-27T00:58:27.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"ci","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/tezit-protocol/mcp-server/pull/18","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/tezit-protocol%2Fmcp-server/issues/18","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/18/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-27T00:32:49.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4332409523","node_id":"PR_kwDOQGhc287Vyj5l","number":73,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-27T00:32:49.000Z","updated_at":"2026-04-27T00:41:34.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/action-network-petition-adder/pull/73","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Faction-network-petition-adder/issues/73","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/73/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-24T03:53:44.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4320383928","node_id":"PR_kwDONlVSz87VM2oz","number":179,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-24T03:53:44.000Z","updated_at":"2026-04-24T03:54:43.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/milkboy/ha-ctek/pull/179","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/milkboy%2Fha-ctek/issues/179","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/179/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-23T23:55:40.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4319554819","node_id":"PR_kwDOR3_B5M7VKLJ3","number":33,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["external"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-23T23:55:40.000Z","updated_at":"2026-04-23T23:59:07.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/vjk7989/glowing-train/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/vjk7989%2Fglowing-train/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-23T23:06:13.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4319386845","node_id":"PR_kwDOPvzkZ87VJodR","number":57,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-23T23:06:13.000Z","updated_at":"2026-04-23T23:06:57.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/reagento/starlette-dishka/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/reagento%2Fstarlette-dishka/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-21T23:32:33.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4305858237","node_id":"PR_kwDOR-7nxM7Udm2N","number":133,"state":"open","title":"chore(ci): Bump the actions group across 1 directory with 4 updates","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-21T23:32:33.000Z","updated_at":"2026-04-21T23:34:58.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(ci): Bump","group_name":"actions","update_count":4,"packages":[{"name":"step-security/harden-runner","old_version":"2.18.0","new_version":"2.19.0","repository_url":"https://github.com/step-security/harden-runner"},{"name":"astral-sh/setup-uv","old_version":"8.0.0","new_version":"8.1.0","repository_url":"https://github.com/astral-sh/setup-uv"},{"name":"actions/download-artifact","old_version":"4.1.8","new_version":"8.0.1","repository_url":"https://github.com/actions/download-artifact"},{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps the actions group with 4 updates in the / directory: [step-security/harden-runner](https://github.com/step-security/harden-runner), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/download-artifact](https://github.com/actions/download-artifact) and [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action).\n\nUpdates `step-security/harden-runner` from 2.18.0 to 2.19.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/step-security/harden-runner/releases\"\u003estep-security/harden-runner's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev2.19.0\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003ch3\u003eNew Runner Support\u003c/h3\u003e\n\u003cp\u003eHarden-Runner now supports Depot, Blacksmith, Namespace, and WarpBuild runners with the same egress monitoring, runtime monitoring, and policy enforcement available on GitHub-hosted runners.\u003c/p\u003e\n\u003ch3\u003eAutomated Incident Response for Supply Chain Attacks\u003c/h3\u003e\n\u003cul\u003e\n\u003cli\u003eGlobal block list: Outbound connections to known malicious domains and IPs are now blocked even in audit mode.\u003c/li\u003e\n\u003cli\u003eSystem-defined detection rules: Harden-Runner will trigger lockdown mode when a high risk event is detected during an active supply chain attack (for example, a process reading the memory of the runner worker process, a common technique for stealing GitHub Actions secrets).\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch3\u003eBug Fixes\u003c/h3\u003e\n\u003cp\u003eWindows and macOS: stability and reliability fixes\u003c/p\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\"\u003ehttps://github.com/step-security/harden-runner/compare/v2.18.0...v2.19.0\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/step-security/harden-runner/commit/8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003e\u003ccode\u003e8d3c67d\u003c/code\u003e\u003c/a\u003e Release v2.19.0 (\u003ca href=\"https://redirect.github.com/step-security/harden-runner/issues/661\"\u003e#661\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/step-security/harden-runner/compare/6c3c2f2c1c457b00c10c4848d6f5491db3b629df...8d3c67de8e2fe68ef647c8db1e6a09f647780f40\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `astral-sh/setup-uv` from 8.0.0 to 8.1.0\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/astral-sh/setup-uv/releases\"\u003eastral-sh/setup-uv's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.1.0 🌈 New input \u003ccode\u003eno-project\u003c/code\u003e\u003c/h2\u003e\n\u003ch2\u003eChanges\u003c/h2\u003e\n\u003cp\u003eThis add the a new boolean input \u003ccode\u003eno-project\u003c/code\u003e.\nIt only makes sense to use in combination with \u003ccode\u003eactivate-environment: true\u003c/code\u003e and will append \u003ccode\u003e--no project\u003c/code\u003e to the \u003ccode\u003euv venv\u003c/code\u003e call. This is for example useful \u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/854\"\u003eif you have a pyproject.toml file with parts unparseable by uv\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003e🚀 Enhancements\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eAdd input no-project in combination with activate-environment \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e🧰 Maintenance\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003efix: grant contents:write to validate-release job \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release-gate step to the release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eDraft commitish releases \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd action-types.yml to instructions \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.7 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eRefactor version resolving \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.6 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.5 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.4 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/843\"\u003e#843\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdd a release workflow \u003ca href=\"https://github.com/zanieb\"\u003e\u003ccode\u003e@​zanieb\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/839\"\u003e#839\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003echore: update known checksums for 0.11.3 @\u003ca href=\"https://github.com/apps/github-actions\"\u003egithub-actions[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/836\"\u003e#836\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e📚 Documentation\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate ignore-nothing-to-cache documentation \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/833\"\u003e#833\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003ePin setup-uv docs to v8 \u003ca href=\"https://github.com/eifinger\"\u003e\u003ccode\u003e@​eifinger\u003c/code\u003e\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/829\"\u003e#829\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003e⬆️ Dependency updates\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003echore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 @\u003ca href=\"https://github.com/apps/dependabot\"\u003edependabot[bot]\u003c/a\u003e (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003e\u003ccode\u003e0880764\u003c/code\u003e\u003c/a\u003e fix: grant contents:write to validate-release job (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/860\"\u003e#860\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/717d6aba0f15312f509f5c4999e34d71ecbab8a9\"\u003e\u003ccode\u003e717d6ab\u003c/code\u003e\u003c/a\u003e Add a release-gate step to the release workflow (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/859\"\u003e#859\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/5a911eb3a3983b5e650f2dad95c1ce698ca94378\"\u003e\u003ccode\u003e5a911eb\u003c/code\u003e\u003c/a\u003e Draft commitish releases (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/858\"\u003e#858\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/080c31e04cd7155b0ca676d08c7bc260a4476a23\"\u003e\u003ccode\u003e080c31e\u003c/code\u003e\u003c/a\u003e Add action-types.yml to instructions (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/857\"\u003e#857\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/b3e97d2ba1a1eed7e9d1f8456dd06c3b725bc3a6\"\u003e\u003ccode\u003eb3e97d2\u003c/code\u003e\u003c/a\u003e Add input no-project in combination with activate-environment (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/856\"\u003e#856\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/7dd591db9557f680290587fcc578372813b9ff64\"\u003e\u003ccode\u003e7dd591d\u003c/code\u003e\u003c/a\u003e chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.2.0 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/855\"\u003e#855\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1541b7762698877904805605192ecd63d0e4787a\"\u003e\u003ccode\u003e1541b77\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.7 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/853\"\u003e#853\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cdfb2ee6dde255817c739680168ad81e184c4bfb\"\u003e\u003ccode\u003ecdfb2ee\u003c/code\u003e\u003c/a\u003e Refactor version resolving (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/852\"\u003e#852\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/cb84d12dc6a0d495b82fcae14fa4559b90698660\"\u003e\u003ccode\u003ecb84d12\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.6 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/850\"\u003e#850\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/astral-sh/setup-uv/commit/1912cc65f2e839707d7a16f2372f30b57d35fd80\"\u003e\u003ccode\u003e1912cc6\u003c/code\u003e\u003c/a\u003e chore: update known checksums for 0.11.5 (\u003ca href=\"https://redirect.github.com/astral-sh/setup-uv/issues/845\"\u003e#845\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/astral-sh/setup-uv/compare/cec208311dfd045dd5311c1add060b2062131d57...08807647e7069bb48b6ef5acd8ec9567f424441b\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `actions/download-artifact` from 4.1.8 to 8.0.1\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/actions/download-artifact/releases\"\u003eactions/download-artifact's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev8.0.1\u003c/h2\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eSupport for CJK characters in the artifact name by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/471\"\u003eactions/download-artifact#471\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a regression test for artifact name + content-type mismatches by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/472\"\u003eactions/download-artifact#472\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v8...v8.0.1\"\u003ehttps://github.com/actions/download-artifact/compare/v8...v8.0.1\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev8.0.0\u003c/h2\u003e\n\u003ch2\u003ev8 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nHash mismatches will now error by default. Users can override this behavior with a setting change (see below).\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eDirect downloads\u003c/h3\u003e\n\u003cp\u003eTo support direct uploads in \u003ccode\u003eactions/upload-artifact\u003c/code\u003e, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the \u003ccode\u003eContent-Type\u003c/code\u003e header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new \u003ccode\u003eskip-decompress\u003c/code\u003e parameter to \u003ccode\u003etrue\u003c/code\u003e.\u003c/p\u003e\n\u003ch3\u003eEnforced checks (breaking)\u003c/h3\u003e\n\u003cp\u003eA previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the \u003ccode\u003edigest-mismatch\u003c/code\u003e parameter. To be secure by default, we are now defaulting the behavior to \u003ccode\u003eerror\u003c/code\u003e which will fail the workflow run.\u003c/p\u003e\n\u003ch3\u003eESM\u003c/h3\u003e\n\u003cp\u003eTo support new versions of the @actions/* packages, we've upgraded the package to ESM.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDon't attempt to un-zip non-zipped downloads by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/460\"\u003eactions/download-artifact#460\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eAdd a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e by \u003ca href=\"https://github.com/danwkennedy\"\u003e\u003ccode\u003e@​danwkennedy\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/461\"\u003eactions/download-artifact#461\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/actions/download-artifact/compare/v7...v8.0.0\"\u003ehttps://github.com/actions/download-artifact/compare/v7...v8.0.0\u003c/a\u003e\u003c/p\u003e\n\u003ch2\u003ev7.0.0\u003c/h2\u003e\n\u003ch2\u003ev7 - What's new\u003c/h2\u003e\n\u003cblockquote\u003e\n\u003cp\u003e[!IMPORTANT]\nactions/download-artifact@v7 now runs on Node.js 24 (\u003ccode\u003eruns.using: node24\u003c/code\u003e) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003ch3\u003eNode.js 24\u003c/h3\u003e\n\u003cp\u003eThis release updates the runtime to Node.js 24. v6 had preliminary support for Node 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24.\u003c/p\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eUpdate GHES guidance to include reference to Node 20 version by \u003ca href=\"https://github.com/patrikpolyak\"\u003e\u003ccode\u003e@​patrikpolyak\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/440\"\u003eactions/download-artifact#440\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eDownload Artifact Node24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/415\"\u003eactions/download-artifact#415\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: update \u003ccode\u003e@​actions/artifact\u003c/code\u003e to fix Node.js 24 punycode deprecation by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/451\"\u003eactions/download-artifact#451\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eprepare release v7.0.0 for Node.js 24 support by \u003ca href=\"https://github.com/salmanmkc\"\u003e\u003ccode\u003e@​salmanmkc\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/actions/download-artifact/pull/452\"\u003eactions/download-artifact#452\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003c/blockquote\u003e\n\u003cp\u003e... (truncated)\u003c/p\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003e\u003ccode\u003e3e5f45b\u003c/code\u003e\u003c/a\u003e Add regression tests for CJK characters (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/471\"\u003e#471\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/e6d03f67377d4412c7aa56a8e2e4988e6ec479dd\"\u003e\u003ccode\u003ee6d03f6\u003c/code\u003e\u003c/a\u003e Add a regression test for artifact name + content-type mismatches (\u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/472\"\u003e#472\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3\"\u003e\u003ccode\u003e70fc10c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/461\"\u003e#461\u003c/a\u003e from actions/danwkennedy/digest-mismatch-behavior\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/f258da9a506b755b84a09a531814700b86ccfc62\"\u003e\u003ccode\u003ef258da9\u003c/code\u003e\u003c/a\u003e Add change docs\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ccc058e5fbb0bb2352213eaec3491e117cbc4a5c\"\u003e\u003ccode\u003eccc058e\u003c/code\u003e\u003c/a\u003e Fix linting issues\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/bd7976ba57ecea96e6f3df575eb922d11a12a9fd\"\u003e\u003ccode\u003ebd7976b\u003c/code\u003e\u003c/a\u003e Add a setting to specify what to do on hash mismatch and default it to \u003ccode\u003eerror\u003c/code\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/ac21fcf45e0aaee541c0f7030558bdad38d77d6c\"\u003e\u003ccode\u003eac21fcf\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/actions/download-artifact/issues/460\"\u003e#460\u003c/a\u003e from actions/danwkennedy/download-no-unzip\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/15999bff51058bc7c19b50ebbba518eaef7c26c0\"\u003e\u003ccode\u003e15999bf\u003c/code\u003e\u003c/a\u003e Add note about package bumps\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/974686ed5098c7f9c9289ec946b9058e496a2561\"\u003e\u003ccode\u003e974686e\u003c/code\u003e\u003c/a\u003e Bump the version to \u003ccode\u003ev8\u003c/code\u003e and add release notes\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/actions/download-artifact/commit/fbe48b1d2756394be4cd4358ed3bc1343b330e75\"\u003e\u003ccode\u003efbe48b1\u003c/code\u003e\u003c/a\u003e Update test names to make it clearer what they do\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/actions/download-artifact/compare/v4.1.8...3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\nUpdates `py-cov-action/python-coverage-comment-action` from 3.40 to 3.41\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/IvanAnishchuk/geek42/pull/133","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/IvanAnishchuk%2Fgeek42/issues/133","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/133/packages"}},{"old_version":"3.40","new_version":"3.41","update_type":null,"path":null,"pr_created_at":"2026-04-21T13:06:45.000Z","version_change":"3.40 → 3.41","issue":{"uuid":"4302784036","node_id":"PR_kwDOH2ISZM7UTqIz","number":3193,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.40 to 3.41","user":"dependabot[bot]","labels":["topic:CI","integration:chroma","integration:elasticsearch","integration:opensearch","integration:unstructured-fileconverter","dependencies","integration:cohere","integration:jina","integration:qdrant","integration:pinecone","integration:amazon-bedrock","integration:ollama","integration:llama_cpp","integration:weaviate","integration:astra","integration:amazon-sagemaker","integration:pgvector","integration:deepeval","integration:fastembed","integration:ragas","integration:mongodb-atlas","integration:mistral","integration:optimum","integration:nvidia","integration:anthropic","integration:langfuse","integration:snowflake","integration:azure-ai-search","integration:weave","integration:stackit","integration:mcp","github_actions","integration:github","integration:openrouter","integration:meta-llama","integration:google-genai","integration:hanlp","integration:watsonx","integration:llama_stack","integration:togetherai","integration:aimlapi","integration:cometapi","integration:paddleocr","integration:azure-doc-intelligence","integration:valkey","integration:lara","integration:pyversity","integration:firecrawl","integration:faiss","integration:arcadedb","integration:kreuzberg","integration:libreoffice","integration:markitdown","integration:tavily","integration:docling","integration:presidio","integration:vllm","integration:sqlalchemy"],"assignees":[],"locked":false,"comments_count":55,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-21T13:06:45.000Z","updated_at":"2026-04-21T13:11:25.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.40","new_version":"3.41","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.40 to 3.41.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.41\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eimprove wording on needed permissions by \u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003efix: add conventional commit prefix to message by \u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/wollew\"\u003e\u003ccode\u003e@​wollew\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/641\"\u003epy-cov-action/python-coverage-comment-action#641\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/arturo-guridi-snkeos\"\u003e\u003ccode\u003e@​arturo-guridi-snkeos\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/645\"\u003epy-cov-action/python-coverage-comment-action#645\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.40...v3.41\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003e\u003ccode\u003e63f52f4\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/645\"\u003e#645\u003c/a\u003e from arturo-guridi-snkeos/fix/conventional-commit\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/510297379cc27a0d06d41d2c310e665ae8ba50a0\"\u003e\u003ccode\u003e5102973\u003c/code\u003e\u003c/a\u003e fix: updated tests\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/386b428feab3c9a8fceba216599b19bcbe4393b5\"\u003e\u003ccode\u003e386b428\u003c/code\u003e\u003c/a\u003e fix: add conventional commit prefix to message\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/4c2eefcda8b94596768855a80ac94edc61aba669\"\u003e\u003ccode\u003e4c2eefc\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/641\"\u003e#641\u003c/a\u003e from wollew/clarify_permissions\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f3db00a703673583e839df442a94a00354582d77\"\u003e\u003ccode\u003ef3db00a\u003c/code\u003e\u003c/a\u003e improve wording on needed permissions\u003c/li\u003e\n\u003cli\u003eSee full diff in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/7188638f871f721a365d644f505d1ff3df20d683...63f52f4fbbffada6e8dee8ec432de7e01df9ba79\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.40\u0026new-version=3.41)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/deepset-ai/haystack-core-integrations/pull/3193","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepset-ai%2Fhaystack-core-integrations/issues/3193","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/3193/packages"}},{"old_version":"3.39","new_version":"3.40","update_type":null,"path":null,"pr_created_at":"2026-03-01T22:48:37.000Z","version_change":"3.39 → 3.40","issue":{"uuid":"4008478509","node_id":"PR_kwDOQdt-887HMPJl","number":25,"state":"open","title":"Bump py-cov-action/python-coverage-comment-action from 3.39 to 3.40","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-01T22:48:37.000Z","updated_at":"2026-03-01T22:53:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.39","new_version":"3.40","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.39 to 3.40.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.40\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDocument the need for persist-credentials after actions/checkout. by \u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[pre-commit.ci] pre-commit autoupdate by \u003ca href=\"https://github.com/pre-commit-ci\"\u003e\u003ccode\u003e@​pre-commit-ci\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/636\"\u003epy-cov-action/python-coverage-comment-action#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGracefully handle \u0026quot;diff too large\u0026quot; errors by \u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f75c061c68bb9582135c8120bae949807bc1268f\"\u003e\u003ccode\u003ef75c061\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/626\"\u003e#626\u003c/a\u003e from py-cov-action/renovate/major-deps-with-major-upg...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/3b3784cdc2d0aa3c3460b50cf6b5248a1bf7793b\"\u003e\u003ccode\u003e3b3784c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/636\"\u003e#636\u003c/a\u003e from py-cov-action/pre-commit-ci-update-config\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/6530be58ecbe2f9a0ad34f3d159ab3f51cf1fb40\"\u003e\u003ccode\u003e6530be5\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] auto fixes from pre-commit.com hooks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/de35ab6b155c591f7f2746960fdc8fd8a0e4fafa\"\u003e\u003ccode\u003ede35ab6\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] pre-commit autoupdate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/dc793890cc2dd2a84339e133a32183a763d4aeea\"\u003e\u003ccode\u003edc79389\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with major upgrades\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/0b4822882443b98c09c51091ad20a7a556581c17\"\u003e\u003ccode\u003e0b48228\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/634\"\u003e#634\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e8c1e02ffe59ae892340db188ba8ad7386c9ad12\"\u003e\u003ccode\u003ee8c1e02\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/633\"\u003e#633\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/1b2f31c66ea0a0b54532ecbeb06bcafbee31b066\"\u003e\u003ccode\u003e1b2f31c\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/632\"\u003e#632\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/e623398c19eb3853a5572d4a516e10b15b5cefbc...7188638f871f721a365d644f505d1ff3df20d683\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.39\u0026new-version=3.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MaineDSA/maine_state_senator_data/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaineDSA%2Fmaine_state_senator_data/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}},{"old_version":"3.39","new_version":"3.40","update_type":null,"path":null,"pr_created_at":"2026-02-01T07:01:39.000Z","version_change":"3.39 → 3.40","issue":{"uuid":"3881391763","node_id":"PR_kwDOLEkYK87ArsFR","number":654,"state":"open","title":"chore(deps): bump py-cov-action/python-coverage-comment-action from 3.39 to 3.40","user":"dependabot[bot]","labels":["dependencies","github_actions"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-01T07:01:39.000Z","updated_at":"2026-02-01T07:04:24.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps)","packages":[{"name":"py-cov-action/python-coverage-comment-action","old_version":"3.39","new_version":"3.40","repository_url":"https://github.com/py-cov-action/python-coverage-comment-action"}],"path":null,"ecosystem":"actions"},"body":"Bumps [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action) from 3.39 to 3.40.\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\u003cp\u003e\u003cem\u003eSourced from \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/releases\"\u003epy-cov-action/python-coverage-comment-action's releases\u003c/a\u003e.\u003c/em\u003e\u003c/p\u003e\n\u003cblockquote\u003e\n\u003ch2\u003ev3.40\u003c/h2\u003e\n\u003c!-- raw HTML omitted --\u003e\n\u003ch2\u003eWhat's Changed\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eDocument the need for persist-credentials after actions/checkout. by \u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e[pre-commit.ci] pre-commit autoupdate by \u003ca href=\"https://github.com/pre-commit-ci\"\u003e\u003ccode\u003e@​pre-commit-ci\u003c/code\u003e\u003c/a\u003e[bot] in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/636\"\u003epy-cov-action/python-coverage-comment-action#636\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003eGracefully handle \u0026quot;diff too large\u0026quot; errors by \u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2\u003eNew Contributors\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/tim-schilling\"\u003e\u003ccode\u003e@​tim-schilling\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/625\"\u003epy-cov-action/python-coverage-comment-action#625\u003c/a\u003e\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/epeters3\"\u003e\u003ccode\u003e@​epeters3\u003c/code\u003e\u003c/a\u003e made their first contribution in \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/pull/637\"\u003epy-cov-action/python-coverage-comment-action#637\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cstrong\u003eFull Changelog\u003c/strong\u003e: \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\"\u003ehttps://github.com/py-cov-action/python-coverage-comment-action/compare/v3.39...v3.40\u003c/a\u003e\u003c/p\u003e\n\u003c/blockquote\u003e\n\u003c/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCommits\u003c/summary\u003e\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/7188638f871f721a365d644f505d1ff3df20d683\"\u003e\u003ccode\u003e7188638\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/637\"\u003e#637\u003c/a\u003e from epeters3/fix/handle-diff-too-large\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f7236258a47291267d9f4186c6966ea7cefbd1f1\"\u003e\u003ccode\u003ef723625\u003c/code\u003e\u003c/a\u003e Gracefully handle \u0026quot;diff too large\u0026quot; errors.\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/f75c061c68bb9582135c8120bae949807bc1268f\"\u003e\u003ccode\u003ef75c061\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/626\"\u003e#626\u003c/a\u003e from py-cov-action/renovate/major-deps-with-major-upg...\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/3b3784cdc2d0aa3c3460b50cf6b5248a1bf7793b\"\u003e\u003ccode\u003e3b3784c\u003c/code\u003e\u003c/a\u003e Merge pull request \u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/636\"\u003e#636\u003c/a\u003e from py-cov-action/pre-commit-ci-update-config\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/6530be58ecbe2f9a0ad34f3d159ab3f51cf1fb40\"\u003e\u003ccode\u003e6530be5\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] auto fixes from pre-commit.com hooks\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/de35ab6b155c591f7f2746960fdc8fd8a0e4fafa\"\u003e\u003ccode\u003ede35ab6\u003c/code\u003e\u003c/a\u003e [pre-commit.ci] pre-commit autoupdate\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/dc793890cc2dd2a84339e133a32183a763d4aeea\"\u003e\u003ccode\u003edc79389\u003c/code\u003e\u003c/a\u003e chore(deps): update deps with major upgrades\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/0b4822882443b98c09c51091ad20a7a556581c17\"\u003e\u003ccode\u003e0b48228\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/634\"\u003e#634\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/e8c1e02ffe59ae892340db188ba8ad7386c9ad12\"\u003e\u003ccode\u003ee8c1e02\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/633\"\u003e#633\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/commit/1b2f31c66ea0a0b54532ecbeb06bcafbee31b066\"\u003e\u003ccode\u003e1b2f31c\u003c/code\u003e\u003c/a\u003e chore(deps): lock file maintenance (\u003ca href=\"https://redirect.github.com/py-cov-action/python-coverage-comment-action/issues/632\"\u003e#632\u003c/a\u003e)\u003c/li\u003e\n\u003cli\u003eAdditional commits viewable in \u003ca href=\"https://github.com/py-cov-action/python-coverage-comment-action/compare/e623398c19eb3853a5572d4a516e10b15b5cefbc...7188638f871f721a365d644f505d1ff3df20d683\"\u003ecompare view\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/details\u003e\n\u003cbr /\u003e\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=py-cov-action/python-coverage-comment-action\u0026package-manager=github_actions\u0026previous-version=3.39\u0026new-version=3.40)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/reagento/dishka/pull/654","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/reagento%2Fdishka/issues/654","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/654/packages"}}]}