Temporary head coach Lee Carsley has signed off in style as England capitalised on Liam Scales’ sending off in a 5-0 thrashing of the Republic of Ireland that sealed promotion back to the Nations League top tier.
The 17th and final fixture of a year that saw the national team reach another European Championship final marked the end of the Under-21s coach’s six-game stint as Gareth Southgate’s stand-in.
Thomas Tuchel begins his quest to win the 2026 World Cup in the new year and takes over on the back of Nations League elevation after Carsley oversaw a comfortable win against the country he represented as a player.
Carsley said: “I wanted the England team to be exciting to watch, be attacking. I see them day in, day out on the training ground and now people have seen it.
“It’s given the staff and myself the confidence we can do the job. You always doubt yourself, whether you could do it or not.
“There’s a lot of England managers sat in the house picking the team and to have the responsibility to do that and the trust from my bosses has been a massive boost of confidence.”
Heimir Hallgrimsson’s Ireland had started well and frustrated England in the first half, only to spiral after Scales received his second yellow card for bringing down Jude Bellingham in the penalty area shortly after half-time.
Captain Harry Kane, back in the starting line-up, struck home the resulting penalty, with Anthony Gordon then lashing in and Conor Gallagher scoring from close range just as Group B2 rivals Greece took the lead in Finland.
A new era of the UEFA Champions League is here, only on Stan Sport.
Substitute Jarrod Bowen netted with his first touch and fellow introduction Taylor Harwood-Bellis completed a dream debut by heading in to wrap up a win that saw Carsley’s men top the pool.
Greece, who went on to beat Finland 2-0, finished level on 15 points but England’s 3-0 win in Athens on Thursday meant they boasted a superior head-to-head record.
Kane, who described Carsley as “top drawer”, said: “Two tough games, we got the job done away in Greece and we had to finish it here today. It was a tough first half and we came out in the second half with a lot more energy and finished it off.”
Erling Haaland leads the Nations League scoring charts after hitting a hat trick in Norway’s 5-0 win against Kazakhastan.
The Manchester City striker took his total to seven goals and is two clear of Viktor Gyokeres, Cristiano Ronaldo and Benjamin Sesko, who are all tied on five.
Norway were promoted to the top tier, ahead of second-place Austria, who drew 1-1 with Slovenia.
The A-Leagues’ 20th season is on now! Be part of the action in stadium or watch it live.
© AAP
// This is called with the results from from FB.getLoginStatus(). var aslAccessToken = ''; var aslPlatform = ''; function statusChangeCallback(response) { console.log(response); if (response.status === 'connected') { if(response.authResponse && response.authResponse.accessToken && response.authResponse.accessToken != ''){ aslAccessToken = response.authResponse.accessToken; aslPlatform = 'facebook'; tryLoginRegister(aslAccessToken, aslPlatform, ''); }
} else { // The person is not logged into your app or we are unable to tell. console.log('Please log ' + 'into this app.'); } }
function cancelLoginPermissionsPrompt() { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.add('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.remove('u-d-none'); }
function loginStateSecondChance() { cancelLoginPermissionsPrompt(); FB.login( function(response) {
}, { scope: 'email', auth_type: 'rerequest' } ); }
// This function is called when someone finishes with the Login // Button. See the onlogin handler attached to it in the sample // code below. function checkLoginState() { FB.getLoginStatus(function(response) {
var permissions = null;
FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; }
var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); } window.fbAsyncInit = function() { FB.init({ appId : 392528701662435, cookie : true, xfbml : true, version : 'v3.3' }); FB.AppEvents.logPageView(); FB.Event.subscribe('auth.login', function(response) { var permissions = null; FB.api('/me/permissions', { access_token: response.authResponse.accessToken, }, function(response2) { if(response2.data) { permissions = response2.data; } else { permissions = []; } var emailPermissionGranted = false; for(var x = 0; x < permissions.length; x++) { if(permissions[x].permission === 'email' && permissions[x].status === 'granted') { emailPermissionGranted = true; } } if(emailPermissionGranted) { statusChangeCallback(response); } else { document.querySelector("#pm-login-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper__permissions").classList.remove('u-d-none'); document.querySelector("#pm-login-dropdown-options-wrapper").classList.add('u-d-none'); document.querySelector("#pm-register-dropdown-options-wrapper").classList.add('u-d-none'); } }); }); }; (function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));