Skip to content

Bump Octokit from 4.0.1 to 14.0.0#10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/EditRelease/Octokit-14.0.0
Open

Bump Octokit from 4.0.1 to 14.0.0#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/EditRelease/Octokit-14.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 26, 2026

Updated Octokit from 4.0.1 to 14.0.0.

Release notes

Sourced from Octokit's releases.

14.0.0

What's Changed

Breaking changes

Note: The breaking changes in this release primarily deal with moving the last remaining Int32 to Int64 conversions. This change, while breaking, should have nominal impact.

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v13.0.1...v14.0.0

13.0.1

What's Changed

NOTE: these fixes were part of the more wide spread changes made as a result of this issue.

Full Changelog: octokit/octokit.net@v13.0.0...v13.0.1

13.0.0

What's Changed

Breaking changes

Features

Documentation

New Contributors

Full Changelog: octokit/octokit.net@v12.0.0...v13.0.0

12.0.0

BREAKING CHANGE

There was a change on the backing data store of the GitHub REST API to address the growing needs of comments shifting the type of IDs from an Int32 to an Int64 (or long).

Features

Fixes

Maintenance

Docs / CI

New Contributors

Full Changelog: octokit/octokit.net@v11.0.1...v12.0.0

11.0.1

What's Changed

Fix

Full Changelog: octokit/octokit.net@v11.0.0...v11.0.1

11.0.0

What's Changed

BREAKING CHANGE

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v10.0.0...v10.0.1

10.0.0

Breaking change:

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v9.1.2...v10.0.0

9.1.2

What's Changed

Features

Full Changelog: octokit/octokit.net@v9.1.1...v9.1.2

9.1.1

What's Changed

Features

Fixes

Maintenance

Documentation

New Contributors

Full Changelog: octokit/octokit.net@v9.1.0...v9.1.1

9.1.0

What's Changed

Features

Bugs

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v9.0.0...v9.1.0

9.0.0

What's Changed

Breaking changes

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v8.1.1...v9.0.0

8.1.1

What's Changed

Features

Fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v8.0.1...v8.1.1

8.0.1

What's Changed

Features

Fixes

New Contributors

Full Changelog: octokit/octokit.net@v7.2.0...v8.0.1

8.0.0

What’s Changed

Features

Fixes

CI

Dependencies

New Contributors

Full Changelog: octokit/octokit.net@v7.1.0...v7.2.0

7.1.0

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v7.0.1...v7.1.0

7.0.1

What's Changed

Fixes

Dependencies

Full Changelog: octokit/octokit.net@v7.0.0...v7.0.1

7.0.0

What's Changed

Breaking changes

Features

New Contributors

Full Changelog: octokit/octokit.net@v6.2.1...v7.0.0

6.2.1

What's Changed

Full Changelog: octokit/octokit.net@v6.2.0...v6.2.1

6.2.0

What's Changed

Full Changelog: octokit/octokit.net@v6.1.0...v6.2.0

6.1.0

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v6.0.0...v6.1.0

6.0.0

What's Changed

⚠️ Note this release contains a "low risk" breaking change; see this PR for more information.

Features

Fixes

Full Changelog: octokit/octokit.net@v5.1.0...v6.0.0[](url)

5.1.0

What's Changed

Features

Fixes

New Contributors

Full Changelog: octokit/octokit.net@v5.0.4...v5.1.0

5.0.4

What's Changed

New Contributors

Full Changelog: octokit/octokit.net@v5.0.3...v5.1.0

5.0.3

What's Changed

Features

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v5.0.2...v5.0.3

5.0.2

What's Changed

Features

Bug fixes

New Contributors

Full Changelog: octokit/octokit.net@v5.0.1...v5.0.2

5.0.1

What's Changed

Features

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v5.0.0...v5.0.1

5.0.0

What's Changed

Full Changelog: octokit/octokit.net@v4.0.4...v5.0.0

4.0.4

What's Changed

We introduced a new action that adds all new issues and PRs to our community board. Come by the board and grab something to improve this SDK and the others!

Bug fixes

Maintenance

Dependency updates

New Contributors

Full Changelog: octokit/octokit.net@v4.0.3...v4.0.4

4.0.3

What's Changed

Features

Bug fixes

Maintenance

New Contributors

Full Changelog: octokit/octokit.net@v4.0.2...v4.0.3

4.0.2

What's Changed

Features

Bugs

Dependencies

House Keeping

New Contributors

Full Changelog: octokit/octokit.net@v4.0.1...v4.0.2

Commits viewable in compare view.

Dependabot compatibility score

Dependabot 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.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • @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)
  • @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)

@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Feb 26, 2026
@dependabot dependabot Bot force-pushed the dependabot/nuget/src/EditRelease/Octokit-14.0.0 branch from 12dbcfc to 0df6505 Compare February 26, 2026 07:50
---
updated-dependencies:
- dependency-name: Octokit
  dependency-version: 14.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/src/EditRelease/Octokit-14.0.0 branch from 0df6505 to c4b504d Compare February 26, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants