Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2025

Bumps actions/checkout from 4 to 5.

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

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

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

v4.3.0

What's Changed

New Contributors

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

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

andygrunwald and others added 30 commits August 21, 2022 17:51
* README: Add chapter "State of this library"

Related #474

* README: Add chapter "Supported Go versions"

Related #290

* Go: Raise supported version to v1.18

Related #290

* Fix "package io/ioutil is deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.  (SA1019)"

* go fmt
…documentation" (#492)

* README: Add chapter "State of this library"

Related #474

* README: Add chapter "Supported Go versions"

Related #290

* Go: Raise supported version to v1.18

Related #290

* README: Add chapter "Supported Jira versions" and "Official Jira API documentation"

Related: #295

* Fix "package io/ioutil is deprecated: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details.  (SA1019)"

* go fmt
* Splitting Jira client into OnPremise and Cloud

Both products look like the same, but the API differs.
We split those into their own packages to make it explicit.
Splitting was done by
* copying the files
* renaming the packages
* fixing the path to mock-test-data

* Fix test filenames for PermissionSchemeService

* Remove legacy request with context function

The function `http.NewRequestWithContext` has been added in Go 1.13.
Before the release 1.13, to use Context we need create `http.Request`
then use the method `WithContext` to create a new `http.Request`
with Context from the existing `http.Request`.

Doc: https://golang.org/doc/go1.13#net/http

We don't support Go 1.13 anymore.
That is why we can drop this function

* Authentication transport: Split into own files

* cloud/onpremise: Add basic READMEs

* onpremise: fix import of onpremise package

* CHANGELOG: Add chapter about how to migrate to v2 (with split clients)
…proof and configurable (#509)

* Moved all Sub-Services to a common service struct

* NewClient: Change order of arguments, baseUrl first, http client second

* Client: Add default user agent to identify the client

* addOptions: Rename opt to opts, because those can be multiple

* Delete NewRawRequestWithContext, because NewRawRequest requires now a context

Every time we make a request, we should deal with the context.
We aim to avoid requests without any context.
That is why we make this the new default

* Add Client() method to get the HTTP client

* Add Changelog entries and Migration entries

* Delete NewRequestWithContext, because NewRequest requires now a context

* Migrate Client changes from Cloud to OnPremise

* Moved all Sub-Services to a common service struct
* NewClient: Change order of arguments, baseUrl first, http client second
* Client: Add default user agent to identify the client
* addOptions: Rename opt to opts, because those can be multiple
* Delete NewRawRequestWithContext, because NewRawRequest requires now a context
* Add Client() method to get the HTTP client
* Add Changelog entries and Migration entries
* Delete NewRequestWithContext, because NewRequest requires now a context
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.8 to 0.5.9.
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.5.8...v0.5.9)

---
updated-dependencies:
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* GitHub Actions: Split testing workflow into several jobs

Related #484

* GitHub issues: Remove reference to github.com/go-jira/jira

Initially we received a few bug tickets related to github.com/go-jira/jira.
Hence we set up a config.yml to point users toward this project.
We did not receive them for a while. Thats why we are removing this reference.

* GitHub Actions: Rename "test and lint" to "unit tests"
…t-class-citizen

Make context first class citizen: Remove "WithContext" API methods (Part 1)
andygrunwald and others added 25 commits March 22, 2025 13:48
CI: Update Go-Versions, fix Go-Version matrix, update staticcheck and reconfigure Pull Request Labeling
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.1 to 4.5.2.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](golang-jwt/jwt@v4.5.1...v4.5.2)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
…b.com/golang-jwt/jwt/v4-4.5.2

chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2
Remove dependency `golang.org/x/term` as it was only used in examples
CI: Switch Github action to label PRs with merge conflict
CI: Create one off label jobs to re-iterate over all PRs
I tried to fix this automatically. It is cumbersome testing the changes.
We don't adjust the label configuration often.
Manual execution is fine in this case.
…marshal for addcomment method on issue service
Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.3.1 to 1.4.0.
- [Release notes](https://github.com/dominikh/staticcheck-action/releases)
- [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md)
- [Commits](dominikh/staticcheck-action@v1.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: dominikh/staticcheck-action
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…ominikh/staticcheck-action-1.4.0

chore(deps): bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 29, 2025
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.