Update dependency octokit to v10 - #1042
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/major-octokit-monorepo
branch
3 times, most recently
from
July 20, 2026 19:16
d7b8b71 to
fce18d5
Compare
Member
renovate
Bot
force-pushed
the
renovate/major-octokit-monorepo
branch
from
August 11, 2026 22:51
fce18d5 to
bd13418
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:
'~> 4.0'→'~> 10.0'Release Notes
octokit/octokit.rb (octokit)
v10.0.0Compare Source
What's Changed
README.mdby @areitz in #1724delete_issue_comment_reaction()by @GrantBirki in #1734New Contributors
Full Changelog: octokit/octokit.rb@v9.2.0...v10.0.0
v9.2.0Compare Source
What's Changed
Features
Fixes
Dependencies
@Edouard-chin in #1712
New Contributors
Full Changelog: octokit/octokit.rb@v9.1.0...v9.2.0
v9.1.0Compare Source
What's Changed
Features
New Contributors
Full Changelog: octokit/octokit.rb@v9.0.0...v9.1.0
v9.0.0Compare Source
BREAKING CHANGES
What's Changed
Breaking changes
Features
Fixes
Documentation
Maintenance
New Contributors
Full Changelog: octokit/octokit.rb@v8.1.0...v8.2.0
v8.1.0Compare Source
What's Changed
Features
Fixes
Maintenance
Docs
create_authorizationfrom README by @danbernier in #1640New Contributors
Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.1
v8.0.0Compare Source
What's Changed
create_authorizationfrom README by @danbernier in #1640New Contributors
Full Changelog: octokit/octokit.rb@v7.2.0...v8.0.0
v7.2.0Compare Source
What's Changed
Features
Maintenance
New Contributors
Full Changelog: octokit/octokit.rb@v7.1.0...v7.2.0
v7.1.0Compare Source
What's Changed
6534843to716151bby @dependabot in #1601716151bto38217c6by @dependabot in #160438217c6to5f22cb8by @dependabot in #16085f22cb8tobb291f6by @dependabot in #1613New Contributors
Full Changelog: octokit/octokit.rb@v7.0.0...v7.1.0
v7.0.0Compare Source
What's Changed
organizations.rbby @areitz-stripe in #1583New Contributors
Full Changelog: octokit/octokit.rb@v6.1.1...v7.0.0
v6.1.1Compare Source
What's Changed
Features
Octokit::Client#delete_organizationto support org deletion by @jdennes in #1558Bugs
Docs
Maintenance
New Contributors
Full Changelog: octokit/octokit.rb@v6.1.0...v6.1.1
v6.1.0Compare Source
What's Changed
Features
Bugs
Docs
Maintenance
IgnoredMethodstoAllowedMethodsby @kyoshidajp in #1530TargetRubyVersion: 2.7in .rubocop.yml by @koic in #1544--require spec_helperin .rspec by @koic in #1549New Contributors
Full Changelog: octokit/octokit.rb@v6.0.1...v6.1.0
v6.0.1Compare Source
What's Changed
Dependencies
Housekeeping
Bug fixes
New Contributors
Full Changelog: octokit/octokit.rb@v6.0.0...v6.0.1
v6.0.0Compare Source
We're releasing v6.0.0 because #1494 and #1495 are technically breaking changes although the APIs that underlie this functionalilty have been not operational for some time.
What's Changed
update_refforceto false by @pocke in #980New Contributors
Full Changelog: octokit/octokit.rb@v5.6.1...v6.0.0
v5.6.1Compare Source
What's Changed
Octokit::TooLargeContentwhen relevant error messages are returned by GitHub (by @goldstar611 in #1484)#artifact_download_url(by @timrogers in #1483)New Contributors
Full Changelog: octokit/octokit.rb@v5.6.0...v5.6.1
v5.6.0Compare Source
What's Changed
#repository_artifacts,#workflow_run_artifacts,#artifact,#artifact_download_urland#delete_artifactmethods to support Actions Artifacts APIs (by @lerebear in #1480)New Contributors
Full Changelog: octokit/octokit.rb@v5.5.0...v5.6.0
v5.5.0Compare Source
What's Changed
#organization_audit_logby @Brend-Smits in #1481faraday_http_cachelink in README by @garaujodev in #1469New Contributors
Full Changelog: octokit/octokit.rb@v5.4.0...v5.5.0
v5.4.0Compare Source
What's Changed
GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}) with#team_permissions_for_repoby @juanmrad in #1474New Contributors
Full Changelog: octokit/octokit.rb@v5.3.0...v5.4.0
v5.3.0Compare Source
Features
New Contributors
Full Changelog: octokit/octokit.rb@v5.2.0...v5.3.0
v5.2.0Compare Source
Advisories and Breaking Changes
With this release, all preview logic and header implementations have been removed. GitHub REST API previews were promoted in October 2021. With this change, the headers no longer need to be passed to the GitHub REST API. This means you will no longer need to manually pass in preview headers (for any reason) to benefit from the API changes behind the preview logic.
Housekeeping
CI/Build
Dependencies
Full Changelog: octokit/octokit.rb@v5.1.0...v5.2.0
v5.1.0Compare Source
Features
GET /search/topics) API with.search_topics(@juanluis-garrote)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable) GitHub Actions API with.workflow_disable(@Fryguy)PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable) GitHub Actions API with.workflow_enable(@Fryguy)GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing) GitHub Actions API with.workflow_run_usage(@mathroule)GET /repos/{owner}/{repo}/actions/jobs/{job_id}) GitHub Actions API with.workflow_run_job(@mathroule)GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs) GitHub Actions API with.workflow_run_job_logs(@mathroule)GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs) GitHub Actions API with.workflow_run_attempt_jobs(@mathroule)GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs) GitHub Actions API with.workflow_run_jobs(@mathroule)Gem development
rubocopto1.31.2and autocorrect Rubocop offences (@timrogers)rb-fseventto0.11.1(@timrogers)vcrto6.1(@timrogers)v5.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.