chore(ci): pin dependencies - #5520
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
emdneto
approved these changes
Aug 7, 2026
renovate
Bot
force-pushed
the
renovate/ci
branch
from
August 7, 2026 20:41
ab2cd1f to
34e4516
Compare
renovate
Bot
force-pushed
the
renovate/ci
branch
from
August 7, 2026 21:22
34e4516 to
7aa7a87
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
244f685v4.2.2→v4.4.0v10.2.0→v10.4.0v1→v1.22.1v1.7.0→v1.9.0v3.28.12→v3.37.6v3→v3.37.68.0→8.43a96d1cv2.4.2→v2.4.40.156.0→0.158.03.13-slim→3.14-slim1bfcd2205ac938Release Notes
actions/checkout (actions/checkout)
v4.4.0Compare Source
v4.3.1Compare Source
v4.3.0Compare Source
actions/stale (actions/stale)
v10.4.0Compare Source
What's Changed
Bug Fix
only-issue-typesvalidation by @trueberryless in #1338Dependency Updates
New Contributors
Full Changelog: actions/stale@v10.3.0...v10.4.0
v10.3.0Compare Source
What's Changed
Bug Fix
Dependency Updates
New Contributors
Full Changelog: actions/stale@v10...v10.3.0
benchmark-action/github-action-benchmark (benchmark-action/github-action-benchmark)
v1.22.1Compare Source
v1.22.0Compare Source
v1.21.0Compare Source
v1.20.7Compare Source
v1.20.5Compare Source
v1.20.4Compare Source
v1.20.3Compare Source
v1.20.2Compare Source
v1.20.1Compare Source
v1.20.0Compare Source
v1.19.3Compare Source
+-∞when divisor is 0 (#222)v1.19.2Compare Source
v1.19.1Compare Source
v1.19.0Compare Source
v1.18.0Compare Source
v1.17.0Compare Source
v1.16.2Compare Source
v1.16.1Compare Source
summary-alwaysinputv1.16.0Compare Source
v1.15.0Compare Source
v1.14.0Compare Source
v1.13.0Compare Source
v1.12.0Compare Source
v1.11.3Compare Source
v1.11.2Compare Source
v1.11.1Compare Source
v1.11.0Compare Source
v1.10.0Compare Source
v1.9.0Compare Source
v1.8.1Compare Source
/incargo benchbenchmark name (#26)[Changes][v1.8.1]
v1.8.0Compare Source
comment-alwaysoption to leave a comment of benchmarking results at the commit always. Thanks @pksunkarasave-data-fileoption to skip saving data file. Settingfalseto this value is useful when you don't want to update Git repository. Thanks @pksunkara+/-is now replaced with±[Changes][v1.8.0]
v1.7.1Compare Source
\r\nas newline correctly (#16)@actions/github.GitHubwrapper to@octokit/rest.Octokit[Changes][v1.7.1]
v1.7.0Compare Source
actions/checkout@v2@actions/*packages[Changes][v1.7.0]
v1.6.7Compare Source
go test -benchdid not assume float numbers (Fixed #5)pull_requestevent caused an error sincehead_commitpayload is not set at the event. In the case, now this action tries to extract the commit information frompull_requestpayload[Changes][v1.6.7]
v1.6.6Compare Source
[Changes][v1.6.6]
v1.6.5Compare Source
index.html. To apply this fix, please remove currentindex.htmlin your GitHub Pages branch and run this action againskip-fetch-gh-pagesis set to true[Changes][v1.6.5]
v1.6.4Compare Source
index.htmlautomatically generated when it does not existactions/githubv2)[Changes][v1.6.4]
v1.6.3Compare Source
git push[Changes][v1.6.3]
v1.6.2Compare Source
git pushdid not work properly since stderr output was not included in error message[Changes][v1.6.2]
v1.6.1Compare Source
pytestbenchmark results were alwayssec. Now time units are converted tomsec,usecandnsecif necessarygit pushwas not sufficient2.0[Changes][v1.6.1]
v1.6.0Compare Source
fail-thresholdinput was added. Format is the same asalert-threshold, but you can give different thresholds to sending a commit comment and making the workflow fail by giving different value tofail-thresholdfromalert-threshold. This value is optional. If omitted,fail-thresholdvalue is the same asalert-thresholdgit pushfailed due to remote branch updates aftergit pull. Now this action retries entire process to updategh-pagesbranch when the remote rejected automaticgit push. Previously this action tried to rebase the local onto the remote but it sometimes failed due to conflicts[Changes][v1.6.0]
v1.5.0Compare Source
max-items-in-chartinput was added to limit the number of data points in a graph chart.index.html. To apply this fix, please removeindex.htmlin your GitHub Pages branch and run your benchmark workflow againsrc/directory[Changes][v1.5.0]
v1.4.0Compare Source
external-data-json-pathinput was added to support to put benchmark data externally rather than Git branch[Changes][v1.4.0]
v1.3.2Compare Source
nameinput) contained spaces, URL for the workflow which detected performance regression was broken[Changes][v1.3.2]
v1.3.1Compare Source
git pushsometimes failed in the situation whereprepushhook is set and runs unexpectedly. Nowgit pushis run with--no-verifyfor pushing auto generated commit to remote.[Changes][v1.3.1]
v1.3.0Compare Source
comment-on-alertinput was added to enable commit comment on alert.github-tokeninput is necessary as well to use GitHub API. Unlike deploying GitHub Pages,secrets.GITHUB_TOKENis sufficient for this purpose (if you don't use GitHub Pages). The input is set tofalseby default.fail-on-alertinput was added to mark running workflow fail on alert. The input is set tofalseby default.alert-thresholdinput was added to specify the threshold to check alerts. When current result gets worse than previous exceeding the threshold. Value is ratio such as"200%". For example, when benchmark gets result 230 ns/iter and previous one was 100ns/iter, it means 230% worse and an alert will happen.alert-comment-cc-usersinput was added to specify users mentioned in an alert commit comment so that they can easily notice it via GitHub notificationskip-fetch-gh-pagesinput was added to skipgit pullwhich is automatically executed on public repo or when you setgithub-tokenon private repo.[Changes][v1.3.0]
v1.2.0Compare Source
For reflecting the extra data improvement, please refresh your
index.html. Remove currentindex.htmlin GitHub Pages branch and push the change to remote, then re-run your benchmark workflow.[Changes][v1.2.0]
v1.1.4Compare Source
index.htmlwhich is generated when noindex.htmlis in your GitHub Pages branch. If you want to update yourindex.htmlto the latest, please remove it and push to remote at first then re-run your workflow which will invoke github-action-benchmarkaction.yml. Now icon and its color are set.[Changes][v1.1.4]
v1.1.3Compare Source
gitcommand invocations[Changes][v1.1.3]
v1.1.2Compare Source
git push. When remote GitHub Pages branch is updated after the current workflow had fetched the branch,git pushwill fail because the remote branch is not up-to-date. In the case this action will try to rebase onto the latest remote bygit pull --rebaseandgit pushagain. This is useful when your multiple workflows may be trying to push GitHub Pages branch at the same timing.auto-pushinput must be set totruefor this.auto-pushwas missing inaction.yml[Changes][v1.1.2]
v1.1.1Compare Source
auto-pushinput. Now the value must be one oftrue,false(default value isfalse)[Changes][v1.1.1]
v1.1.0Compare Source
auto-pushinputtrue, this action pushes GitHub Pages branch to remote automatically. You no longer need to push the branch by yourself.github-tokeninput must be set for thisgithub-tokeninputREADME.mdwas updated to avoid the issue on public repository (#1)e.g.
Note that you need to make a personal access token for deploying GitHub Pages from GitHub Action workflow. Please read
RADME.mdfor more details.[Changes][v1.1.0]
v1.0.2Compare Source
First release 🎉
Please read documentation for getting started:
https://github.com/benchmark-action/github-action-benchmark#readme
Changes
v1.0.1Compare Source
fossas/fossa-action (fossas/fossa-action)
v1.9.0Compare Source
What's Changed
New Contributors
Full Changelog: fossas/fossa-action@v1.8.0...v1.9.0
v1.8.0Compare Source
github/codeql-action (github/codeql-action)
v3.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v3.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061v3.37.4Compare Source
toolsinput for thecodeql-action/initstep to be specified using agithub-codeql-toolsrepository property. This feature will gradually be rolled out following the release of this version. Once rolled out, this allows for the CodeQL CLI version that is used in GitHub-managed workflows, such as Default Setup, to be set to a custom value. For example, customers who run into issues with rate limits when a new CodeQL CLI version is released can set the value totoolcacheto always use the CodeQL CLI version that is available in the runner toolcache. For Advanced Setup workflows, the value provided fortoolsin the workflow definition always takes precedence unless the value of the repository property starts with!. #4037v3.37.3Compare Source
No user facing changes.
v3.37.2Compare Source
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023v3.37.1Compare Source
v3.37.0Compare Source
v3.36.3Compare Source
No user facing changes.
v3.36.2Compare Source
v3.36.1Compare Source
No user facing changes.
v3.36.0Compare Source
v3.35.5Compare Source
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892v3.35.4Compare Source
v3.35.3Compare Source
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853v3.35.2Compare Source
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795v3.35.1Compare Source
v3.35.0Compare Source
v3.34.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.