Skip to content

ci(action): update azure/login action to v3#98

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-login-3.x
Open

ci(action): update azure/login action to v3#98
renovate[bot] wants to merge 1 commit intomainfrom
renovate/azure-login-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 17, 2026

This PR contains the following updates:

Package Type Update Change
azure/login action major v1v3

Release Notes

azure/login (azure/login)

v3: Azure Login Action v3

Compare Source

What's Changed

Full Changelog: Azure/login@v2.3.0...v3

v3.0.0: Azure Login Action v3.0.0

Compare Source

What's Changed

Full Changelog: Azure/login@v2.3.0...v3.0.0

v2.3.0: Azure Login Action v2.3.0

Compare Source

What's Changed

Full Changelog: Azure/login@v2.2.0...v2.3.0

v2.2.0: Azure Login Action v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: Azure/login@v2.1.1...v2.2.0

v2.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: Azure/login@v2.1.0...v2.1.1

v2.1.0: Azure Login Action v2.1.0

Compare Source

What's Changed

Full Changelog: Azure/login@v2.0.0...v2.1.0

v2.0.0: Azure Login Action v2

Compare Source

What's Changed
New Contributors

Full Changelog: Azure/login@v1.6.1...v2

v2

Compare Source

v1.6.1: Azure Login Action v1.6.1

Compare Source

  • Fix #​403: Do not break the workflow if az is not installed in pre and post steps

v1.6.0: Azure Login Action v1.6.0

Compare Source

  • Added pre: and post: action for cleaning up (#​384)

v1.5.1: Azure Login Action v1.5.1

Compare Source

v1.5.0: Azure Login Action v1.5.0

Compare Source

  • Updated the versions of dependencies.
  • Supported passwords to start with hyphen(-).
  • Enabled OIDC for sovereign clouds.
  • Supported Managed Identity Login.

v1.4.7

Compare Source

v1.4.6: [BUG FIX] Version pattern regex update

Compare Source

v1.4.5: Handling id-token error and Node version upgradation

Compare Source

In this release, a separate error will be thrown if id-token permissions are not set in the workflow for OIDC login. Also upgraded the Node version to 16.

v1.4.4: Handling warnings and added OIDC promotional note.

Compare Source

Error handling and minor doc changes.

v1.4.3: Added az installation requirement in the error response

Compare Source

v1.4.2: Added federated token details in logs

Compare Source

Displaying OIDC token details - subject claim and issuer in the logs.

v1.4.1: Added audience parameter and CLI,PS logs

Compare Source

An explicit input parameter called audience is added to allow the option provided in the azure portal. Also CLI and powershell errors are being surfaced inside the action.

v1.4.0: Added OIDC support

Compare Source

Login Action now supports two different ways of authentication with Azure. One using the Azure Service Principal with secrets. We now added the new OpenID Connect (OIDC) method of authentication using Azure Service Principal with a Federated Identity Credential.

v1.3.0

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.1.2

Compare Source

v1.1.1

Compare Source

v1.1.0

Compare Source

v1.1: Adding Azure PowerShell login changes

Compare Source

With the Azure login Action, you can automate your workflow to do an Azure login using Azure service principal and run Az CLI and Azure PowerShell scripts.

By default, only az cli login will be done. In addition to az cli, you can login using Az module to run Azure PowerShell scripts by setting enable-AzPSSession to true.

Sample workflow that uses Azure login action to run az cli
# File: .github/workflows/workflow.yml

on: [push]

name: AzurePowerShellSample

jobs:

  build-and-deploy:
    runs-on: ubuntu-latest
    steps:
    
    - name: Login via Az module
      uses: azure/login@v1.1
      with:
        creds: ${{secrets.AZURE_CREDENTIALS}}
        enable-AzPSSession: true 
    
    - name: Run Az CLI script
      run: |
        az webapp list --query "[?state=='Running']"
   
    - name: Run Azure PowerShell script
      uses: azure/powershell@v1
      with:
        inlineScript: |
          Get-AzVM -ResourceGroupName "ActionsDemo"
          azPSVersion: '3.1.0'
License

GitHub Action for Azure Web App is licensed under the MIT License


Configuration

📅 Schedule: (UTC)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants