Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency @actions/http-client to v2 #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@actions/http-client (source) ^1.0.11 -> ^2.0.0 age adoption passing confidence

Release Notes

actions/toolkit (@​actions/http-client)

v2.2.3

  • Fixed an issue where proxy username and password were not handled correctly #​1799

v2.2.2

  • Better handling of url encoded usernames and passwords in proxy config #​1782

v2.2.1

  • Make sure RequestOptions.keepAlive is applied properly on node20 runtime #​1572

v2.2.0

  • Add function to return proxy agent dispatcher for compatibility with latest octokit packages #​1547

v2.1.1

  • Add HttpClientResponse.readBodyBuffer method to read from a response stream and return a buffer #​1475

v2.1.0

v2.0.1

  • Fix an issue with missing tunnel dependency #​1085

v2.0.0

  • The package is now compiled with TypeScript's strict compiler setting. To comply with stricter rules:
    • Some exported types now include | null or | undefined, matching their actual behavior.
    • Types implementing the method RequestHandler.handleAuthentication() now throw an Error rather than returning null if they do not support handling an HTTP 401 response. Callers can still use canHandleAuthentication() to determine if this handling is supported or not.
    • Types using any have been scoped to more specific types.
  • Following TypeScript's naming conventions, exported interfaces no longer begin with the prefix I-.
  • Delete the IHttpClientResponse interface in favor of the HttpClientResponse class.
  • Delete the IHeaders interface in favor of http.OutgoingHttpHeaders.
  • The source code of the package was moved to build with actions/toolkit.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/actions-http-client-2.x branch 2 times, most recently from 85f9227 to 02deff7 Compare August 11, 2024 17:01
@renovate renovate bot force-pushed the renovate/actions-http-client-2.x branch from 02deff7 to 323d33c Compare August 11, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants