Ukraine's Foreign Minister
Andrii Sybiha speaks with the media as he arrives for a meeting of EU foreign ministers at the European Council building in Brussels, Monday, May 11, 2026. (AP Photo/Virginia Mayo) 2026-05-11T10:18:03Z A U.S.-brokered ceasefire between
Russia and
Ukraine was due to expire Monday with both sides accusing each other of breaching the 72-hour arrangement, as American and European officials considered how they might steer the warring countries into further talks. Ukrainian authorities said Monday that Russian drones, bombs and artillery shelling struck civilian areas of the northeastern
Kharkiv and southern
Kherson regions, killing at least two people and wounding seven others, including a 14-year-old boy.
Russia’s Defense Ministry insisted the military has “strictly observed” the ceasefire and accused
Ukraine of repeatedly violating the agreement. Similar ceasefires announced since
Russia invaded its neighbor more than four years ago also have failed to stop the fighting, and U.S.-led diplomatic efforts over the past year have come to nothing. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); The Washington-based
Institute for the Study of War said data from NASA observations indicated military activities decreased but did not stop after U.S. President Donald Trump announced Friday that Russian President
Vladimir Putin and Ukrainian leader
Volodymyr Zelenskyy had accepted his request for a ceasefire running Saturday through Monday. The move was meant to mark
Victory Day , the Russian celebration marking the defeat of
Nazi Germany. The ISW noted late Sunday that “ceasefires without explicit enforcement mechanisms, credible monitoring, and defined dispute resolution processes are unlikely to hold.” /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i
Russia and
Ukraine prepare to exchange prisoners of war Trump had said there would also be an exchange of prisoners, declaring that the break in fighting could be the “beginning of the end” of the war. Zelenskyy said the exchange of 1,000 prisoners from each side is being prepared. There are no signs that the two sides are ready to budge from their key negotiating positions, however. Putin wants all of the Donbas region,
Ukraine’s industrial heartland, even though his army hasn’t completely captured it, but Zelenskyy says he won’t surrender it. Zelenskyy has offered a ceasefire and a face-to-face meeting with Putin, which the Russian leader has ruled out until a negotiated settlement is almost finalized. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Putin suggested at the weekend that former German Chancellor Gerhard Schröder, who has had close business ties to
Russia, could act as a mediator. But German and European officials scotched that possibility even while accepting that the
European Union could take a more significant role in peace efforts after being largely sidelined by Washington over the past year. Finnish President Alexander Stubb, who has a friendly relationship with Trump, said in comments published Monday that Europe needs to engage directly with Moscow. “It’s time to start talking to
Russia,” Stubb was quoted as saying in Italian daily Corriere della Sera. EU foreign policy chief Kaja Kallas cautioned the bloc must get its objectives straight before attempting to negotiate with the Kremlin. “Before we discuss with
Russia, we should discuss amongst ourselves what we want to talk to them about,” she told reporters in Brussels. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); US remains engaged in diplomacy to end the war, Zelenskyy says
Ukraine’s Foreign Minister
Andrii Sybiha joined EU foreign ministers for the Brussels meeting. “We have mainstream peace talks under the leadership of the U.S., and we need this track and we need U.S. leadership. But Europe could play also its role,” Sybiha said. Zelenskyy said Monday that
Ukraine has “nearly daily communication” with Trump administration representatives. Rustem Umerov,
Ukraine’s National Security and Defense Council chief, in recent days met with Trump envoys Steve Witkoff and Jared Kushner in the United States, according to Zelenskyy. “Importantly, America remains engaged in diplomacy,” Zelenskyy said on X. Sybiha noted that in recent months
Ukraine has improved its performance on the battlefield, reducing the bigger Russian army to a slow and costly slog on the 1,250-kilometer (780-mile) front line, while using its domestically developed long-range drones and missiles to hit targets deep inside
Russia. “We have a new reality on the battlefield …
Ukraine became stronger after the most difficult winter,” Sybiha said. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Almost 20 countries seek
Ukraine’s drone technology Cutting-edge drone technology has been one of the main drivers of success for
Ukraine’s short-handed army. It has also drawn other countries’ attention, enhancing
Ukraine’s international standing. Zelenskyy said nearly 20 countries in the Middle East and the Gulf, the South Caucasus and Europe are at various stages of entering into deals with
Ukraine for battle-tested drones. In return,
Ukraine is getting fuel and money. German Defense Minister Boris Pistorius was the latest senior European official to visit Kyiv, arriving Monday on an unannounced visit set to focus on furthering defense cooperation between the two countries. Germany has become the world’s top provider of security assistance to
Ukraine, accounting for roughly one-third of all aid the country receives, Ukrainian Defense Minister Mykhailo Fedorov said Monday, according to Ukrainian media. freestar.queue.push(function () { window.fsAdCount = window.fsAdCount + 1 || 0; let customChannel = '/dynamic_' + fsAdCount; let adList = document.querySelectorAll(".fs-feed-ad") let thisAd = adList[fsAdCount]; let randId = Math.random().toString(36).slice(2); thisAd.id = randId; let thisPlacement = fsAdCount == 0 ? "apnews_story_feed" : "apnews_story_feed_dynamic"; freestar.newAdSlots({ placementName: thisPlacement, slotId: randId }, customChannel); }); Germany has helped provide an “unprecedented package” of air defense missiles for
Ukraine, Fedorov said, and has begun financing the production of medium- and long-range strike drones, which he described as critical for deep-strike operations. ___ Follow the AP’s coverage of the war in
Ukraine at https://apnews.com/hub/
Russia-
Ukraine 获取更多RSS: https://feedx.net https://feedx.site